Searched refs:FnPtrType (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 3381 auto FnPtrType = CGM.getContext().getPointerType(FnTy->desugar()); in EmitDeclareOfBlockLiteralArgVariable() local 3382 fields.push_back(createFieldType("__FuncPtr", FnPtrType, loc, AS_public, in EmitDeclareOfBlockLiteralArgVariable()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 6192 QualType FnPtrType; in checkOpenMPDeclareVariantFunction() local 6197 FnPtrType = Context.getMemberPointerType(FD->getType(), ClassType); in checkOpenMPDeclareVariantFunction() 6213 FnPtrType = Context.getPointerType(FD->getType()); in checkOpenMPDeclareVariantFunction() 6216 if (VarianPtrType.getUnqualifiedType() != FnPtrType.getUnqualifiedType()) { in checkOpenMPDeclareVariantFunction() 6218 VariantRef, FnPtrType.getUnqualifiedType(), in checkOpenMPDeclareVariantFunction() 6227 << ((Method && !Method->isStatic()) ? FnPtrType : FD->getType()) in checkOpenMPDeclareVariantFunction() 6232 VariantRef, FnPtrType.getUnqualifiedType(), AA_Converting); in checkOpenMPDeclareVariantFunction()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 4452 auto FnPtrType = CGM.getContext().getPointerType(FnTy->desugar()); in collectDefaultFieldsForBlockLiteralDeclare() local 4453 Fields.push_back(createFieldType("__FuncPtr", FnPtrType, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
|