Home
last modified time | relevance | path

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

123

/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/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/pigweed/pw_tokenizer/
Dencode_args.cc28 enum class ArgType : uint8_t { enum
/external/compiler-rt/lib/profile/
DInstrProfiling.h105 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) ArgType ArgName argument
/external/pigweed/pw_rpc/nanopb/
Dserver_callback_test.cc36 typedef std::array<uint32_t, 3> ArgType; in TestAnotherUnaryRpc() typedef
/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
DAMDGPURewriteOutArguments.cpp453 PointerType *ArgType = cast<PointerType>(Arg.getType()); in runOnFunction() 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/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp180 auto ArgType = Arg->getType(); in start() local
/external/python/cpython2/Lib/ctypes/test/
Dtest_numbers.py22 ArgType = type(byref(c_int(0))) variable
/external/swiftshader/third_party/subzero/src/
DIceTypes.h167 void appendArgType(Type ArgType) { ArgList.push_back(ArgType); } in appendArgType()
/external/python/cpython3/Lib/ctypes/test/
Dtest_numbers.py22 ArgType = type(byref(c_int(0))) variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp144 Type *ArgType = AI->getType(); in createWrapper() local
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.h49 enum ArgType { enum
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp95 auto *ArgType = Resume->arg_begin()->getType(); in getFrameType() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp618 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
635 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
652 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
673 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
689 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
707 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
808 llvm::Type *ArgType = Base->getType(); in EmitBuiltinExpr() local
1622 llvm::Type *ArgType = Arg0->getType(); in EmitBuiltinExpr() local
1638 llvm::Type *ArgType = Base->getType(); in EmitBuiltinExpr() local
1651 llvm::Type *ArgType = FirstArg->getType(); in EmitBuiltinExpr() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp310 Type *ArgType = CI.getArgOperand(0)->getType(); in checkCandidate() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16HardFloat.cpp158 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams() local
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp159 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams() local
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp860 QualType ArgType) { in hasInconsistentOrSupersetQualifiersOf()
3056 QualType ArgType = GetTypeOfFunction(S, R, Fn); in ResolveOverloadForDeduction() local
3099 QualType &ArgType, in AdjustFunctionParmAndArgTypesForDeduction()
3293 QualType ArgType = Arg->getType(); in DeduceTemplateArgumentByListElement() local
3394 QualType ArgType = Arg->getType(); in DeduceTemplateArguments() local
3457 QualType ArgType = Arg->getType(); in DeduceTemplateArguments() local
/external/clang/test/CodeGenCXX/
Ddestructors.cpp405 struct ArgType { struct

123