Home
last modified time | relevance | path

Searched defs:ArgType (Results 1 – 25 of 102) sorted by relevance

12345

/external/perfetto/ui/src/base/
Dclassnames.ts18 type ArgType = string | false | undefined | ArgType[]; alias
/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
Dtype_converter.h55 using ArgType = typename FnTraits::template arg_t<0>; in AddConversion() local
/external/grpc-grpc/src/core/lib/promise/
Darena_promise.h38 struct ArgType { struct
43 T*& ArgAsPtr(ArgType* arg) { in ArgAsPtr() argument
/external/tensorflow/tensorflow/c/experimental/ops/gen/model/
Darg_type.cc32 ArgType::ArgType(const OpDef::ArgDef& arg_def, Kind kind) in ArgType() function in tensorflow::generator::ArgType
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAFrameData.cpp21 HRESULT (__stdcall IDiaFrameData::*Method)(ArgType *)) { in PrivateGetDIAValue()
DDIASectionContrib.cpp33 HRESULT (__stdcall IDiaSectionContrib::*Method)(ArgType *)) { in PrivateGetDIAValue()
DDIARawSymbol.cpp97 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue()
107 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue()
138 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in DumpDIAValueAs()
158 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in DumpDIAValue()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAFrameData.cpp21 HRESULT (__stdcall IDiaFrameData::*Method)(ArgType *)) { in PrivateGetDIAValue()
DDIASectionContrib.cpp33 HRESULT (__stdcall IDiaSectionContrib::*Method)(ArgType *)) { in PrivateGetDIAValue()
DDIARawSymbol.cpp97 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue()
107 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue()
138 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in DumpDIAValueAs()
158 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in DumpDIAValue()
/external/cronet/third_party/libc++/src/test/libcxx/utilities/function.objects/func.require/
Dinvoke_helpers.h122 struct ArgType { struct
124 explicit ArgType(int val = 0) : value(val) {} in value() argument
127 ArgType& operator=(ArgType const&); argument
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dinvoke_helpers.h123 struct ArgType { struct
125 explicit ArgType(int val = 0) : value(val) {} in value() argument
128 ArgType& operator=(ArgType const&); argument
/external/pigweed/pw_tokenizer/public/pw_tokenizer/internal/
Dargument_types.h93 using ArgType = std::decay_t<T>; in VarargsType() local
/external/compiler-rt/lib/profile/
DInstrProfiling.h105 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) ArgType ArgName argument
/external/sandboxed-api/sandboxed_api/sandbox2/
Dsyscall_defs.h23 enum ArgType { enum
/external/pigweed/pw_tokenizer/
Dencode_args.cc32 enum class ArgType : uint8_t { enum
/external/rust/crates/grpcio-sys/grpc/src/core/lib/promise/
Darena_promise.h37 using ArgType = std::aligned_storage_t<sizeof(void*)>; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DReplaceWithVeclib.cpp109 auto *ArgType = Arg.value()->getType(); in replaceWithCallToVeclib() local
/external/pigweed/pw_rpc/nanopb/
Dserver_callback_test.cc36 typedef std::array<uint32_t, 3> ArgType; in TestAnotherUnaryRpc() typedef
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp217 Type *ArgType = Arg->getType(); in lowerPrintfForGpu() local
370 Type *ArgType = Arg->getType(); in lowerPrintfForGpu() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp212 Type *ArgType = Arg->getType(); in lowerPrintfForGpu() local
409 Type *ArgType = Arg->getType(); in lowerPrintfForGpu() local
/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp180 auto ArgType = Arg->getType(); in start() local
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp90 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue()
100 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue()
140 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in DumpDIAValue()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp135 Type *ArgType = AI->getType(); in createWrapper() local
/external/python/cpython2/Lib/ctypes/test/
Dtest_numbers.py22 ArgType = type(byref(c_int(0))) variable

12345