Home
last modified time | relevance | path

Searched defs:FunctionType (Results 1 – 25 of 31) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/
DFunction.h30 class FunctionType; variable
DInlineAsm.h25 class FunctionType; variable
DModule.h28 class FunctionType; variable
DIntrinsics.h25 class FunctionType; variable
DDerivedTypes.h136 static inline bool classof(const FunctionType *) { return true; } in classof()
/external/llvm/include/llvm/IR/
DFunction.h33 class FunctionType; variable
DModule.h33 class FunctionType; variable
DIntrinsics.h27 class FunctionType; variable
DInlineAsm.h26 class FunctionType; variable
/external/protobuf/src/google/protobuf/stubs/
Dcallback.h121 typedef void (*FunctionType)(); typedef
162 typedef void (*FunctionType)(Arg1 arg1); typedef
209 typedef void (*FunctionType)(Arg1 arg1, Arg2 arg2); typedef
258 typedef R (*FunctionType)(); typedef
279 typedef R (*FunctionType)(P1); typedef
302 typedef R (*FunctionType)(Arg1 arg1); typedef
323 typedef R (*FunctionType)(P1, A1); typedef
/external/clang/test/Sema/
Dinvalid-decl.c24 typedef int (FunctionType)(int *value); typedef
/external/python/cpython2/Lib/
Dtypes.py43 FunctionType = type(_f) variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DIntrinsics.h27 class FunctionType; variable
DFunction.h44 class FunctionType; variable
/external/clang/lib/CodeGen/
DCodeGenTypes.h25 class FunctionType; variable
DCGBlocks.h36 class FunctionType; variable
DCGOpenMPRuntime.h30 class FunctionType; variable
DCodeGenModule.h46 class FunctionType; variable
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h236 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()
254 TypeIndex FunctionType; member
258 TypeIndex FunctionType; variable
715 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord()
735 TypeIndex FunctionType; member
740 TypeIndex FunctionType; variable
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp480 LLVMTypeRef FunctionType = LLVMFunctionType(LLVMInt32Type(), nullptr, 0, 0); in TEST_F() local
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h147 class FunctionType; variable
DScopeInfo.h607 QualType FunctionType; variable
/external/clang/utils/ABITest/
DTypeGen.py166 class FunctionType(Type): class
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp309 FunctionType::FunctionType(Type *Result, ArrayRef<Type*> Params, in FunctionType() function in FunctionType
/external/llvm/lib/IR/
DType.cpp271 FunctionType::FunctionType(Type *Result, ArrayRef<Type*> Params, in FunctionType() function in FunctionType

12