Searched refs:SPU_Type (Results 1 – 10 of 10) sorted by relevance
/trunk/main/autodoc/source/parser/cpp/ |
H A D | pe_funct.hxx | 115 typedef SubPeUse< PE_Function, PE_Type > SPU_Type; typedef in cpp::PE_Function 180 Dyn< SPU_Type > pSpuException; 181 Dyn< SPU_Type > pSpuCastOperatorType; // in "operator int()" or "operator ThatClass *()"
|
H A D | pe_tydef.hxx | 59 typedef SubPeUse< PE_Typedef, PE_Type> SPU_Type; typedef in cpp::PE_Typedef 76 Dyn<SPU_Type> pSpuType;
|
H A D | pe_param.hxx | 71 typedef SubPeUse< PE_Parameter, PE_Type > SPU_Type; typedef in cpp::PE_Parameter 107 Dyn<SPU_Type> pSpuType;
|
H A D | pe_type.hxx | 87 typedef SubPeUse< PE_Type, PE_Type > SPU_Type; typedef in cpp::PE_Type 142 Dyn<SPU_Type> pSpuType_TemplateParameter;
|
H A D | pe_vafu.hxx | 91 typedef SubPeUse< PE_VarFunc, PE_Type > SPU_Type; typedef in cpp::PE_VarFunc 164 Dyn<SPU_Type> pSpuType;
|
H A D | pe_funct.cxx | 77 pSpuException = new SPU_Type(*pSpType, 0, &PE_Function::SpReturn_Exception); in PE_Function() 78 …pSpuCastOperatorType = new SPU_Type(*pSpType, &PE_Function::SpInit_CastOperatorType, &PE_Function:… in PE_Function()
|
H A D | pe_tydef.cxx | 48 pSpuType = new SPU_Type(*pSpType, 0, &PE_Typedef::SpReturn_Type); in PE_Typedef()
|
H A D | pe_param.cxx | 53 pSpuType = new SPU_Type(*pSpType, &PE_Parameter::SpInit_Type, &PE_Parameter::SpReturn_Type); in PE_Parameter()
|
H A D | pe_type.cxx | 117 = new SPU_Type( *pSpType, 0, in PE_Type()
|
H A D | pe_vafu.cxx | 82 pSpuType = new SPU_Type(*pSpType, 0, &PE_VarFunc::SpReturn_Type); in PE_VarFunc()
|
Completed in 25 milliseconds