/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Function.h | 30 class FunctionType; variable
|
D | InlineAsm.h | 25 class FunctionType; variable
|
D | Module.h | 28 class FunctionType; variable
|
D | Intrinsics.h | 25 class FunctionType; variable
|
D | DerivedTypes.h | 136 static inline bool classof(const FunctionType *) { return true; } in classof()
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 33 class FunctionType; variable
|
D | Module.h | 33 class FunctionType; variable
|
D | Intrinsics.h | 27 class FunctionType; variable
|
D | InlineAsm.h | 26 class FunctionType; variable
|
/external/protobuf/src/google/protobuf/stubs/ |
D | callback.h | 121 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/ |
D | invalid-decl.c | 24 typedef int (FunctionType)(int *value); typedef
|
/external/python/cpython2/Lib/ |
D | types.py | 43 FunctionType = type(_f) variable
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Intrinsics.h | 27 class FunctionType; variable
|
D | Function.h | 44 class FunctionType; variable
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.h | 25 class FunctionType; variable
|
D | CGBlocks.h | 36 class FunctionType; variable
|
D | CGOpenMPRuntime.h | 30 class FunctionType; variable
|
D | CodeGenModule.h | 46 class FunctionType; variable
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 236 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/ |
D | MCJITCAPITest.cpp | 480 LLVMTypeRef FunctionType = LLVMFunctionType(LLVMInt32Type(), nullptr, 0, 0); in TEST_F() local
|
/external/clang/include/clang/Sema/ |
D | CodeCompleteConsumer.h | 147 class FunctionType; variable
|
D | ScopeInfo.h | 607 QualType FunctionType; variable
|
/external/clang/utils/ABITest/ |
D | TypeGen.py | 166 class FunctionType(Type): class
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Type.cpp | 309 FunctionType::FunctionType(Type *Result, ArrayRef<Type*> Params, in FunctionType() function in FunctionType
|
/external/llvm/lib/IR/ |
D | Type.cpp | 271 FunctionType::FunctionType(Type *Result, ArrayRef<Type*> Params, in FunctionType() function in FunctionType
|