Home
last modified time | relevance | path

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

123

/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
/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/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/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Dast.go936 type FunctionType struct { struct
937 Return AST
938 Args []AST
941 func (ft *FunctionType) print(ps *printState) {
957 func (ft *FunctionType) printInner(ps *printState) {
963 func (ft *FunctionType) printArgs(ps *printState) {
1013 func (ft *FunctionType) Traverse(fn func(AST) bool) {
1024 func (ft *FunctionType) Copy(fn func(AST) AST, skip func(AST) bool) AST {
1058 func (ft *FunctionType) GoString() string {
1062 func (ft *FunctionType) goString(indent int, field string) string {
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h40 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/tools/llvm-exegesis/lib/
DAssembler.cpp74 llvm::FunctionType *FunctionType = llvm::FunctionType::get(ReturnType, false); in createVoidVoidMachineFunction() local
/external/v8/tools/clang/traffic_annotation_extractor/
Dtraffic_annotation_extractor.cpp82 enum FunctionType { enum
/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

123