/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.h | 24 class FunctionType; global() variable
|
/llvm-project/clang/include/clang/CodeGen/ |
H A D | CodeGenABITypes.h | 36 class FunctionType; variable
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | BuiltinAttributes.h | 27 class FunctionType; variable
|
H A D | Builders.h | 26 class FunctionType; global() variable
|
/llvm-project/clang/test/Sema/ |
H A D | invalid-decl.c | 23 typedef int (FunctionType)(int *value); typedef
|
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
H A D | is_scoped_enum.pass.cpp | 68 using FunctionType = void(); typedef
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 23 class FunctionType; variable
|
H A D | CGPointerAuth.cpp | 166 getFunctionPointer(llvm::Constant * Pointer,QualType FunctionType) getFunctionPointer() argument
|
H A D | CGDeclCXX.cpp | 1112 GenerateCXXGlobalCleanUpFunc(llvm::Function * Fn,ArrayRef<std::tuple<llvm::FunctionType *,llvm::WeakTrackingVH,llvm::Constant * >> DtorsOrStermFinalizers) GenerateCXXGlobalCleanUpFunc() argument [all...] |
H A D | CGOpenMPRuntime.h | 36 class FunctionType; variable
|
/llvm-project/llvm/lib/XRay/ |
H A D | RecordInitializer.cpp | 404 unsigned FunctionType = (Buffer >> 1) & 0x07u; in visit() local
|
/llvm-project/libc/benchmarks/automemcpy/include/automemcpy/ |
H A D | FunctionDescriptor.h |
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | Intrinsics.h | 26 class FunctionType; variable
|
H A D | InlineAsm.h | 30 class FunctionType; variable
|
H A D | Module.h | 45 class FunctionType; variable
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | InfiniteLoopCheck.cpp | 30 AST_MATCHER(FunctionType,typeHasNoReturnAttr) AST_MATCHER() argument
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 221 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord() argument 231 TypeIndex FunctionType; variable 614 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord() argument 623 TypeIndex FunctionType; variable [all...] |
/llvm-project/libcxx/benchmarks/ |
H A D | function.bench.cpp |
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | IndirectionUtils.h | 40 class FunctionType; global() variable
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | Assembler.cpp | 141 FunctionType *FunctionType = in createVoidVoidPtrMachineFunction() local
|
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITCAPITest.cpp | 475 LLVMTypeRef FunctionType = LLVMFunctionType(LLVMInt32Type(), nullptr, 0, 0); in TEST_F() local
|
/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLParser.h | 31 class FunctionType; variable
|
/llvm-project/clang/utils/ABITest/ |
H A D | TypeGen.py | 187 class FunctionType(Type): class
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclBase.h | 52 class FunctionType; variable
|
/llvm-project/llvm/lib/IR/ |
H A D | Type.cpp | 308 FunctionType::FunctionType(Type *Result, ArrayRef<Type*> Params, FunctionType() function in FunctionType [all...] |