Searched defs:get_arg (Results  1 – 8 of 8) sorted by relevance
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ | 
| D | functional_control_flow_to_cfg.cc | 58 static Operation* CallFn(Location loc, const std::function<Value(int)>& get_arg,  in CallFn() 106 static void JumpToBlock(Location loc, const std::function<Value(int)>& get_arg,  in JumpToBlock()
  | 
| /external/bcc/libbpf-tools/ | 
| D | ksnoop.bpf.c | 280 static __u64 get_arg(struct pt_regs *ctx, enum arg argnum)  in get_arg()  function
  | 
| /external/toybox/toys/pending/ | 
| D | stty.c | 202 static int get_arg(int *i, long long high)  in get_arg()  function
  | 
| /external/mesa3d/src/amd/compiler/ | 
| D | aco_instruction_selection.h | 131 inline Temp get_arg(isel_context *ctx, struct ac_arg arg)  in get_arg()  function
  | 
| /external/python/cpython3/Objects/ | 
| D | frameobject.c | 78 get_arg(const _Py_CODEUNIT *codestr, Py_ssize_t i)  in get_arg()  function
  | 
| /external/rust/crates/clap/src/parser/matches/ | 
| D | arg_matches.rs | 1299     fn get_arg<'s>(&'s self, arg: &str) -> Option<&'s MatchedArg> {  in get_arg()  method
  | 
| /external/libabigail/tools/ | 
| D | abitidy.cc | 2067   auto get_arg = [&]() {  in main()  local
  | 
| /external/rust/crates/clap/3.2.23/src/parser/matches/ | 
| D | arg_matches.rs | 1410     fn get_arg(&self, arg: &Id) -> Option<&MatchedArg> {  in get_arg()  method
  |