Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4560 auto FnPtrType = CGM.getContext().getPointerType(FnTy->desugar()); in collectDefaultFieldsForBlockLiteralDeclare() local
4561 Fields.push_back(createFieldType("__FuncPtr", FnPtrType, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp6942 QualType FnPtrType; in checkOpenMPDeclareVariantFunction() local
6947 FnPtrType = Context.getMemberPointerType(FD->getType(), ClassType); in checkOpenMPDeclareVariantFunction()
6963 FnPtrType = Context.getPointerType(FD->getType()); in checkOpenMPDeclareVariantFunction()
6966 if (VarianPtrType.getUnqualifiedType() != FnPtrType.getUnqualifiedType()) { in checkOpenMPDeclareVariantFunction()
6968 VariantRef, FnPtrType.getUnqualifiedType(), in checkOpenMPDeclareVariantFunction()
6977 << ((Method && !Method->isStatic()) ? FnPtrType : FD->getType()) in checkOpenMPDeclareVariantFunction()
6982 VariantRef, FnPtrType.getUnqualifiedType(), AA_Converting); in checkOpenMPDeclareVariantFunction()