Home
last modified time | relevance | path

Searched refs:FnPtrType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7428 QualType FnPtrType; in checkOpenMPDeclareVariantFunction() local
7433 FnPtrType = Context.getMemberPointerType(AdjustedFnType, ClassType); in checkOpenMPDeclareVariantFunction()
7449 FnPtrType = Context.getPointerType(AdjustedFnType); in checkOpenMPDeclareVariantFunction()
7452 if (VarianPtrType.getUnqualifiedType() != FnPtrType.getUnqualifiedType()) { in checkOpenMPDeclareVariantFunction()
7454 VariantRef, FnPtrType.getUnqualifiedType(), in checkOpenMPDeclareVariantFunction()
7463 << ((Method && !Method->isStatic()) ? FnPtrType : FD->getType()) in checkOpenMPDeclareVariantFunction()
7468 VariantRef, FnPtrType.getUnqualifiedType(), Sema::AA_Converting); in checkOpenMPDeclareVariantFunction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5201 auto FnPtrType = CGM.getContext().getPointerType(FnTy->desugar()); in collectDefaultFieldsForBlockLiteralDeclare() local
5202 Fields.push_back(createFieldType("__FuncPtr", FnPtrType, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()