Home
last modified time | relevance | path

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

1234

/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/swiftshader/src/Reactor/
DRoutine.hpp39 using FunctionType = Return (*)(Arguments...); typedef in rr::RoutineT
/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/llvm-project/clang/test/Sema/
Dinvalid-decl.c24 typedef int (FunctionType)(int *value); typedef
/external/llvm-project/clang/include/clang/CodeGen/
DCodeGenABITypes.h38 class FunctionType; variable
/external/python/cpython2/Lib/
Dtypes.py43 FunctionType = type(_f) variable
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPConstants.h28 class FunctionType; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
DOMPConstants.h25 class FunctionType; variable
/external/llvm-project/llvm/lib/XRay/
DRecordInitializer.cpp404 unsigned FunctionType = (Buffer >> 1) & 0x07u; in visit() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DRecordInitializer.cpp404 unsigned FunctionType = (Buffer >> 1) & 0x07u; in visit() local
/external/llvm-project/clang/lib/CodeGen/
DCodeGenTypes.h23 class FunctionType; variable
DCGBlocks.h33 class FunctionType; variable
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinAttributes.h19 class FunctionType; variable
DBuilders.h24 class FunctionType; variable
/external/swiftshader/third_party/llvm-subzero/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-10.0/llvm/include/llvm/IR/
DIntrinsics.h26 class FunctionType; variable
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp359 FunctionType, enumerator
667 struct FunctionType : ObjectImpl<FunctionType, Type, Object::Kind::FunctionType> struct
669 uint32_t flags = 0; // OR'd from OpenCLDebugInfo100DebugInfoFlags
670 Type *returnTy = nullptr;
671 std::vector<Type *> paramTys;
673 std::string name() const override { return "function"; } in name()
674 uint32_t sizeInBytes() const override { return 0; } in sizeInBytes()
675 size_t numMembers() const override { return 0; } in numMembers()
676 Member getMember(size_t i) const override { return {}; } in getMember()
677 …d::shared_ptr<vk::dbg::Value> value(void *ptr, bool interleaved) const override { return nullptr; } in value()
/external/llvm-project/llvm/include/llvm/IR/
DIntrinsics.h27 class FunctionType; variable

1234