Searched refs:function_type (Results 1 – 14 of 14) sorted by relevance
203 Type *function_type = m_opaque_ptr->GetType(); in GetType() local204 if (function_type) in GetType()205 sb_type.ref().SetType(function_type->shared_from_this()); in GetType()
52 function_type = (ast.FUNCTION_VIRTUAL | ast.FUNCTION_PURE_VIRTUAL |60 node.modifiers & function_type and
523 Type *function_type = GetType(); in GetCompilerType() local524 if (function_type) in GetCompilerType()525 return function_type->GetFullCompilerType(); in GetCompilerType()
1736 Type *function_type = function->GetType(); in AddOneFunction() local1802 if (!function_type) { in AddOneFunction()1807 function_clang_type = function_type->GetFullCompilerType(); in AddOneFunction()1822 function_type->GetName(), function_type->GetID()); in AddOneFunction()1831 function_type->GetName(), function_type->GetID()); in AddOneFunction()
96 | `function_type` | The type of the mock function |112 | `function_type` | the type `int(bool, int*)` |
3326 | `function_type` | The type of the mock function |3343 | `function_type` | the type `int(bool, int*)` |
1368 typedef F function_type;\1429 typedef F function_type;\1476 typedef F function_type;\1529 typedef F function_type;\1587 typedef F function_type;\1652 typedef F function_type;\1725 typedef F function_type;\1803 typedef F function_type;\1887 typedef F function_type;\1979 typedef F function_type;\[all …]
327 // return type by 'function_type' and 'return_type'.599 typedef F function_type;\686 typedef F function_type;\
1570 CompilerType function_type = sc.function->GetCompilerType(); in DoGuessValueAt() local1571 if (!function_type.IsFunctionType()) { in DoGuessValueAt()1574 CompilerType return_type = function_type.GetFunctionReturnType(); in DoGuessValueAt()
1485 Type *function_type = sc.function->GetType(); in ReturnFromFrame() local1486 if (function_type) { in ReturnFromFrame()
658 StaticAssertTypeEq<int(bool), function_type>(); in ACTION()659 function_type* fp = &Dummy; in ACTION()
2089 const clang::FunctionProtoType *function_type = in GetDeclarationName() local2091 if (function_type == nullptr) in GetDeclarationName()2095 const unsigned int num_params = function_type->getNumParams(); in GetDeclarationName()2230 TypeSystemClang::CreateBlockPointerType(const CompilerType &function_type) { in CreateBlockPointerType() argument2232 clang::QualType::getFromOpaquePtr(function_type.GetOpaqueQualType())); in CreateBlockPointerType()7532 const clang::FunctionType *function_type = in AddMethodToCXXRecordType() local7535 if (function_type == nullptr) in AddMethodToCXXRecordType()7539 llvm::dyn_cast<clang::FunctionProtoType>(function_type)); in AddMethodToCXXRecordType()7613 function_type->getReturnType()))); in AddMethodToCXXRecordType()
421 CompilerType CreateBlockPointerType(const CompilerType &function_type);
676 DWARFDIE function_type = in ParseTypeModifier() local681 sc, function_type, &function_type_is_new_pointer); in ParseTypeModifier()