Home
last modified time | relevance | path

Searched defs:arg_idx (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/lldb/examples/lookup/
Dmain.cpp159 int arg_idx = 0; in main() local
/external/harfbuzz_ng/src/
Dhb.hh238 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_… argument
242 #define HB_PRINTF_FUNC(format_idx, arg_idx) argument
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.cc307 int64 arg_idx) { in BufferForAllocation()
354 se::DeviceMemoryBase buffer, int arg_idx) { in CheckAlignment()
/external/llvm-project/lldb/source/API/
DSBFunction.cpp173 const char *SBFunction::GetArgumentName(uint32_t arg_idx) { in GetArgumentName()
/external/llvm-project/lldb/examples/functions/
Dmain.cpp172 for (int arg_idx = 0; arg_idx < argc; ++arg_idx) { in main() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dwhile_op.cc152 auto should_convert_to_const = [&](int arg_idx) { in ConvertLoopInvariantsToConst()
163 for (int arg_idx : converted_constants) { in ConvertLoopInvariantsToConst() local
Dcase_op.cc136 auto arg_is_parameter = [&](int arg_idx) { in Compile()
Dif_op.cc223 auto should_resolve_const = [&](int arg_idx) { in Compile()
/external/llvm-project/lldb/source/Symbol/
DTypeSystem.cpp164 size_t arg_idx) { in DeclGetFunctionArgumentType()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h165 const char *ArgumentAtIndex(size_t arg_idx) const { in ArgumentAtIndex()
/external/llvm-project/lldb/tools/driver/
DDriver.cpp545 for (size_t arg_idx = 1; arg_idx < num_args; ++arg_idx) in MainLoop() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc147 std::vector<std::pair<int, int>> ArgDefIndexes(const NodeDef& node, int arg_idx, in ArgDefIndexes()
172 for (int arg_idx = 0; arg_idx < op_def.input_arg_size(); ++arg_idx) { in InputPortArgDefIndexes() local
188 for (int arg_idx = 0; arg_idx < op_def.output_arg_size(); ++arg_idx) { in OutputPortArgDefIndexes() local
/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp1915 for (int arg_idx = 0; in DoExecute() local
2061 for (int arg_idx = 0; in DoExecute() local
2148 for (int arg_idx = 0; in DoExecute() local
2307 for (int arg_idx = 0; in DoExecute() local
2374 for (int arg_idx = 0; in DoExecute() local
DCommandObjectBreakpoint.cpp2148 for (int arg_idx = 0; arg_idx < opt_arg_pos; arg_idx++) { in HandleOptionArgumentCompletion() local
/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc514 const FunctionBody& function_body, const int arg_idx, in AddOutsideCompilationInputArgToFunctionBody()
531 const int arg_idx, const DataType& data_type, in AddMatchingRetvalNode()
549 const int arg_idx, const std::vector<Node*>& lifted_arg_nodes, in ReplaceLiftedArgNodePlaceholderWithArg()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerCommon.cpp1014 const uint32_t arg_idx = packet.GetU32(UINT32_MAX); in Handle_A() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp608 for (uint32_t arg_idx = 0; arg_idx < num_args; arg_idx++) { in CreateLLDBTypeFromPDBType() local
/external/tensorflow/tensorflow/core/common_runtime/
Dcolocation_graph.cc906 for (int arg_idx = 0; arg_idx < groups.input_groups.size(); ++arg_idx) { in GetGroupNodes() local
/external/llvm-project/lldb/source/Core/
DFormatEntity.cpp1685 for (size_t arg_idx = 0; arg_idx < num_args; ++arg_idx) { in Format() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp2928 size_t arg_idx = 0; in ParseChildParameters() local
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dencapsulate_tpu_computations_pass.cc2003 int arg_idx = i - arg_to_input_edge_offset; in CleanUpInEdges() local
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp6983 size_t arg_idx) { in GetTemplateArgumentKind()