Home
last modified time | relevance | path

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

12

/third_party/typescript/tests/cases/compiler/
DexcessPropertyErrorForFunctionTypes.ts1 type FunctionType = () => any; alias
/third_party/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
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DRoutine.hpp39 using FunctionType = Return (*)(Arguments...); typedef in rr::RoutineT
/third_party/libphonenumber/cpp/src/phonenumbers/
Dcallback.h38 typedef R (FunctionType)(A1, A2, A3, A4); typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
DOMPConstants.h25 class FunctionType; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DRecordInitializer.cpp404 unsigned FunctionType = (Buffer >> 1) & 0x07u; in visit() local
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_function_test.cc160 TEST_F(BuilderTest, FunctionType) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DIntrinsics.h27 class FunctionType; variable
DFunction.h44 class FunctionType; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsics.h26 class FunctionType; variable
DInlineAsm.h26 class FunctionType; variable
DModule.h45 class FunctionType; variable
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h39 class FunctionType; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h226 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()
236 TypeIndex FunctionType; variable
619 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord()
628 TypeIndex FunctionType; variable
DSymbolRecord.h60 TypeIndex FunctionType; variable
/third_party/python/Lib/
Dtypes.py12 FunctionType = type(_f) variable
D_collections_abc.py15 FunctionType = type(_f) variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddominator_tree.cpp87 using FunctionType = Function; typedef
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddominator_tree.cpp87 using FunctionType = Function; typedef
/third_party/spirv-tools/source/opt/
Ddominator_tree.cpp87 using FunctionType = Function; typedef
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_usb.js131 const FunctionType = { variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp281 FunctionType::FunctionType(Type *Result, ArrayRef<Type*> Params, in FunctionType() function in FunctionType
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dany_test.cc87 using FunctionType = void(); typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.h16 class FunctionType; variable

12