/external/protobuf/src/google/protobuf/stubs/ |
D | callback.h | 124 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/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
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | function_api_info.h | 36 enum FunctionType { enum
|
/external/swiftshader/src/Reactor/ |
D | Routine.hpp | 49 using FunctionType = Return (*)(Arguments...); typedef in rr::RoutineT
|
/external/clang/test/Sema/ |
D | invalid-decl.c | 24 typedef int (FunctionType)(int *value); typedef
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_filesystem_unittest.py | 624 def _is_fs_function(self, fct: FunctionType) -> bool: 640 item: FunctionType) -> Iterator[Tuple[FunctionType, int, Any]]: 670 self, module_items: ItemsView[str, FunctionType]) -> None: argument
|
/external/python/cpython2/Lib/ |
D | types.py | 43 FunctionType = type(_f) variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | RecordInitializer.cpp | 404 unsigned FunctionType = (Buffer >> 1) & 0x07u; in visit() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPConstants.h | 25 class FunctionType; variable
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Intrinsics.h | 27 class FunctionType; variable
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.h | 25 class FunctionType; variable
|
D | CGBlocks.h | 36 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/swiftshader/src/Pipeline/ |
D | SpirvShaderDebugger.cpp | 359 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Intrinsics.h | 26 class FunctionType; variable
|
D | InlineAsm.h | 26 class FunctionType; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IndirectionUtils.h | 39 class FunctionType; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 226 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
|
/external/python/cpython3/Lib/ |
D | types.py | 12 FunctionType = type(_f) variable
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | dominator_tree.cpp | 87 using FunctionType = Function; typedef
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | dominator_tree.cpp | 87 using FunctionType = Function; typedef
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | dominator_tree.cpp | 87 using FunctionType = Function; typedef
|
/external/libcxx/benchmarks/ |
D | function.bench.cpp | 21 enum class FunctionType { enum
|