Home
last modified time | relevance | path

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

123

/external/llvm/include/llvm/IR/
DFunction.h33 class FunctionType; variable
DModule.h33 class FunctionType; variable
DIntrinsics.h27 class FunctionType; variable
/external/protobuf/src/google/protobuf/stubs/
Dcallback.h124 typedef void (*FunctionType)(); typedef
165 typedef void (*FunctionType)(Arg1 arg1); typedef
212 typedef void (*FunctionType)(Arg1 arg1, Arg2 arg2); typedef
261 typedef R (*FunctionType)(); typedef
282 typedef R (*FunctionType)(P1); typedef
305 typedef R (*FunctionType)(Arg1 arg1); typedef
326 typedef R (*FunctionType)(P1, A1); typedef
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_api_info.h36 enum FunctionType { enum
/external/clang/test/Sema/
Dinvalid-decl.c24 typedef int (FunctionType)(int *value); typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h39 const wasm::WasmSignature *FunctionType, in WasmSymbol()
44 const wasm::WasmSignature *FunctionType; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp304 struct FunctionType : public Type { struct
311 bool IsFunctionPointer = false;
313 Type *ReturnType = nullptr;
315 ReferenceKind RefKind;
317 CallingConv CallConvention;
318 FuncClass FunctionClass;
320 FunctionParams Params;
/external/python/cpython2/Lib/
Dtypes.py43 FunctionType = type(_f) variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DIntrinsics.h27 class FunctionType; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsics.h27 class FunctionType; variable
/external/clang/lib/CodeGen/
DCodeGenTypes.h25 class FunctionType; variable
DCGBlocks.h36 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h40 class FunctionType; variable
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp121 FunctionType, enumerator
231 struct FunctionType : ObjectImpl<FunctionType, Type, Object::Kind::FunctionType> struct
233 uint32_t flags = 0; // OR'd from OpenCLDebugInfo100DebugInfoFlags
234 Type *returnTy = nullptr;
235 std::vector<Type *> paramTys;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DAssembler.cpp74 llvm::FunctionType *FunctionType = llvm::FunctionType::get(ReturnType, false); in createVoidVoidMachineFunction() local
/external/python/cpython3/Lib/
Dtypes.py12 FunctionType = type(_f) variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h222 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()
232 TypeIndex FunctionType; variable
595 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord()
604 TypeIndex FunctionType; variable
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddominator_tree.cpp87 using FunctionType = Function; typedef
/external/libcxx/benchmarks/
Dfunction.bench.cpp21 enum class FunctionType { enum
/external/angle/third_party/spirv-tools/src/source/opt/
Ddominator_tree.cpp87 using FunctionType = Function; typedef
/external/python/pybind11/include/pybind11/
Dpybind11.h182 using FunctionType = Return (*)(Args...); in NAMESPACE_BEGIN() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddominator_tree.cpp87 using FunctionType = Function; typedef
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp480 LLVMTypeRef FunctionType = LLVMFunctionType(LLVMInt32Type(), nullptr, 0, 0); in TEST_F() local

123