/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
H A D | resize_tls_dynamic.cpp | 40 typedef void (*FnType)(char c); in main() typedef
|
/llvm-project/libcxxabi/test/ |
H A D | catch_function_03.pass.cpp | 16 template<bool Noexcept> using FnType = void() noexcept(Noexcept); typedef
|
H A D | catch_member_function_pointer_02.pass.cpp | 22 template<bool Noexcept> using FnType = void (X::*)() noexcept(Noexcept); typedef
|
/llvm-project/libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/ |
H A D | function_type_default_deleter.verify.cpp | 20 using FnType = void(Tag<ID>); global() typedef
|
/llvm-project/clang/test/SemaCXX/ |
H A D | addr-of-overloaded-function-casting.cpp | 66 typedef void (FnType)(int); in main() typedef
|
H A D | builtins.cpp | 73 using FnType = int(char); global() typedef
|
/llvm-project/libcxx/benchmarks/ |
H A D | allocation.bench.cpp |
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCXX.cpp | 221 getAddrAndTypeOfCXXStructor(GlobalDecl GD,const CGFunctionInfo * FnInfo,llvm::FunctionType * FnType,bool DontDefer,ForDefinition_t IsForDefinition) getAddrAndTypeOfCXXStructor() argument
|
H A D | CGDebugInfo.cpp | 4109 QualType FnType = CGM.getContext().getFunctionType( getFunctionFwdDeclOrStub() local 4241 getObjCMethodDeclaration(const Decl * D,llvm::DISubroutineType * FnType,unsigned LineNo,llvm::DINode::DIFlags Flags,llvm::DISubprogram::DISPFlags SPFlags) getObjCMethodDeclaration() argument 4279 getOrCreateFunctionType(const Decl * D,QualType FnType,llvm::DIFile * F) getOrCreateFunctionType() argument 4367 emitFunctionStart(GlobalDecl GD,SourceLocation Loc,SourceLocation ScopeLoc,QualType FnType,llvm::Function * Fn,bool CurFuncIsThunk) emitFunctionStart() argument 4476 EmitFunctionDecl(GlobalDecl GD,SourceLocation Loc,QualType FnType,llvm::Function * Fn) EmitFunctionDecl() argument [all...] |
H A D | CodeGenModule.cpp | 2133 if (auto *FnType = T->getAs<FunctionProtoType>()) CreateKCFITypeId() local 7488 if (auto *FnType = T->getAs<FunctionProtoType>()) CreateMetadataIdentifierImpl() local 7541 if (auto *FnType = Ty->getAs<FunctionProtoType>()) { GeneralizeFunctionType() local 7551 if (auto *FnType = Ty->getAs<FunctionNoProtoType>()) GeneralizeFunctionType() local [all...] |
H A D | CGExpr.cpp | 3464 emitCheckHandlerCall(CodeGenFunction & CGF,llvm::FunctionType * FnType,ArrayRef<llvm::Value * > FnArgs,SanitizerHandler CheckHandler,CheckRecoverableKind RecoverKind,bool IsFatal,llvm::BasicBlock * ContBB) emitCheckHandlerCall() argument 3607 llvm::FunctionType *FnType = EmitCheck() local 5883 const auto *FnType = cast<FunctionType>(PointeeType); EmitCall() local [all...] |
H A D | CGOpenMPRuntimeGPU.cpp | 1828 auto *FnType = OutlinedFn.getFunctionType(); emitOutlinedFunctionCall() local
|
H A D | CGBlocks.cpp | 1162 QualType FnType = BPT->getPointeeType(); EmitBlockCallExpr() local
|
H A D | CGClass.cpp | 1692 llvm::FunctionType *FnType = local
|
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
H A D | apply.pass.cpp | 244 using FnType = RawInvokeResult (*) (index<Func>); in test() typedef
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | HeuristicResolver.cpp |
|
/llvm-project/llvm/unittests/ProfileData/ |
H A D | SampleProfTest.cpp | 357 FunctionType *FnType = in createFunctionWithSampleProfileElisionPolicy() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaARM.cpp | 567 SemaARM::ArmStreamingType FnType = getArmStreamingFnType(FD); checkArmStreamingBuiltin() local
|
H A D | SemaAPINotes.cpp | 72 const FunctionType *FnType = Function->getType()->castAs<FunctionType>(); applyNullability() local
|
H A D | SemaCoroutine.cpp | 56 const FunctionProtoType *FnType = FD->getType()->castAs<FunctionProtoType>(); lookupPromiseType() local
|
H A D | SemaLookup.cpp | 3142 const FunctionType *FnType = cast<FunctionType>(T); addAssociatedClassesAndNamespaces() local
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | LocalTest.cpp | 1200 FunctionType *FnType = in TEST() local
|
/llvm-project/clang/test/AST/Interp/ |
H A D | builtin-functions.cpp |
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 1995 FunctionType *FnType = FunctionType::get(ResultTy, ArgTys, false); expandAtomicOpToLibcall() local
|
/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 1616 const FunctionType *FnType = CalleeType->castAs<FunctionType>(); getCallReturnType() local
|