Home
last modified time | relevance | path

Searched defs:FnType (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dresize_tls_dynamic.cpp40 typedef void (*FnType)(char c); in main() typedef
/llvm-project/libcxxabi/test/
H A Dcatch_function_03.pass.cpp16 template<bool Noexcept> using FnType = void() noexcept(Noexcept); typedef
H A Dcatch_member_function_pointer_02.pass.cpp22 template<bool Noexcept> using FnType = void (X::*)() noexcept(Noexcept); typedef
/llvm-project/libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/
H A Dfunction_type_default_deleter.verify.cpp20 using FnType = void(Tag<ID>); global() typedef
/llvm-project/clang/test/SemaCXX/
H A Daddr-of-overloaded-function-casting.cpp66 typedef void (FnType)(int); in main() typedef
H A Dbuiltins.cpp73 using FnType = int(char); global() typedef
/llvm-project/libcxx/benchmarks/
H A Dallocation.bench.cpp
/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp221 getAddrAndTypeOfCXXStructor(GlobalDecl GD,const CGFunctionInfo * FnInfo,llvm::FunctionType * FnType,bool DontDefer,ForDefinition_t IsForDefinition) getAddrAndTypeOfCXXStructor() argument
H A DCGDebugInfo.cpp4109 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 DCodeGenModule.cpp2133 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 DCGExpr.cpp3464 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 DCGOpenMPRuntimeGPU.cpp1828 auto *FnType = OutlinedFn.getFunctionType(); emitOutlinedFunctionCall() local
H A DCGBlocks.cpp1162 QualType FnType = BPT->getPointeeType(); EmitBlockCallExpr() local
H A DCGClass.cpp1692 llvm::FunctionType *FnType = local
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply.pass.cpp244 using FnType = RawInvokeResult (*) (index<Func>); in test() typedef
/llvm-project/clang-tools-extra/clangd/
H A DHeuristicResolver.cpp
/llvm-project/llvm/unittests/ProfileData/
H A DSampleProfTest.cpp357 FunctionType *FnType = in createFunctionWithSampleProfileElisionPolicy() local
/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp567 SemaARM::ArmStreamingType FnType = getArmStreamingFnType(FD); checkArmStreamingBuiltin() local
H A DSemaAPINotes.cpp72 const FunctionType *FnType = Function->getType()->castAs<FunctionType>(); applyNullability() local
H A DSemaCoroutine.cpp56 const FunctionProtoType *FnType = FD->getType()->castAs<FunctionProtoType>(); lookupPromiseType() local
H A DSemaLookup.cpp3142 const FunctionType *FnType = cast<FunctionType>(T); addAssociatedClassesAndNamespaces() local
/llvm-project/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp1200 FunctionType *FnType = in TEST() local
/llvm-project/clang/test/AST/Interp/
H A Dbuiltin-functions.cpp
/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1995 FunctionType *FnType = FunctionType::get(ResultTy, ArgTys, false); expandAtomicOpToLibcall() local
/llvm-project/clang/lib/AST/
H A DExpr.cpp1616 const FunctionType *FnType = CalleeType->castAs<FunctionType>(); getCallReturnType() local

12