Home
last modified time | relevance | path

Searched defs:Arg (Results 1 – 25 of 237) sorted by relevance

12345678910

/third_party/rust/crates/rustix/src/fs/
Dat.rs56 pub fn openat<P: path::Arg, Fd: AsFd>( in openat()
78 pub fn readlinkat<P: path::Arg, Fd: AsFd, B: Into<Vec<u8>>>( in readlinkat()
116 pub fn mkdirat<P: path::Arg, Fd: AsFd>(dirfd: Fd, path: P, mode: Mode) -> io::Result<()> { in mkdirat()
130 pub fn linkat<P: path::Arg, Q: path::Arg, PFd: AsFd, QFd: AsFd>( in linkat()
163 pub fn unlinkat<P: path::Arg, Fd: AsFd>(dirfd: Fd, path: P, flags: AtFlags) -> io::Result<()> { in unlinkat()
177 pub fn renameat<P: path::Arg, Q: path::Arg, PFd: AsFd, QFd: AsFd>( in renameat()
205 pub fn renameat_with<P: path::Arg, Q: path::Arg, PFd: AsFd, QFd: AsFd>( in renameat_with()
234 pub fn symlinkat<P: path::Arg, Q: path::Arg, Fd: AsFd>( in symlinkat()
261 pub fn statat<P: path::Arg, Fd: AsFd>(dirfd: Fd, path: P, flags: AtFlags) -> io::Result<Stat> { in statat()
277 pub fn accessat<P: path::Arg, Fd: AsFd>( in accessat()
[all …]
Dmount.rs15 pub fn mount<Source: path::Arg, Target: path::Arg, Fs: path::Arg, Data: path::Arg>( in mount()
46 pub fn remount<Target: path::Arg, Data: path::Arg>( in remount()
71 pub fn bind_mount<Source: path::Arg, Target: path::Arg>( in bind_mount()
95 pub fn recursive_bind_mount<Source: path::Arg, Target: path::Arg>( in recursive_bind_mount()
135 pub fn move_mount<Source: path::Arg, Target: path::Arg>( in move_mount()
/third_party/rust/crates/clap/src/builder/
Darg.rs54 pub struct Arg { struct
58 pub(crate) action: Option<ArgAction>, argument
61 pub(crate) settings: ArgFlags, argument
64 pub(crate) requires: Vec<(ArgPredicate, Id)>, argument
78 pub(crate) default_vals_ifs: Vec<(Id, ArgPredicate, Option<OsStr>)>, argument
89 impl Arg { argument
851 impl Arg { impl
1998 impl Arg { impl
2553 impl Arg { implementation
3696 impl Arg { implementation
[all …]
Ddebug_asserts.rs369 fn duplicate_tip(cmd: &Command, first: &Arg, second: &Arg) -> &'static str { in duplicate_tip()
386 Arg(String, &'a str), enumerator
685 fn assert_arg(arg: &Arg) { in assert_arg()
814 fn assert_arg_flags(arg: &Arg) { in assert_arg_flags()
845 arg: &Arg, in assert_defaults()
Dvalue_parser.rs228 arg: Option<&crate::Arg>, in parse_ref()
575 arg: Option<&crate::Arg>, in parse_ref()
582 arg: Option<&crate::Arg>, in parse()
604 arg: Option<&crate::Arg>, in parse_ref()
614 arg: Option<&crate::Arg>, in parse()
695 arg: Option<&crate::Arg>, in parse_ref()
705 arg: Option<&crate::Arg>, in parse()
827 arg: Option<&crate::Arg>, in parse_ref()
866 arg: Option<&crate::Arg>, in parse_ref()
875 _arg: Option<&crate::Arg>, in parse()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dsubstitute.h105 Arg(const char* value) // NOLINT(runtime/explicit) in Arg() function
108 Arg( // NOLINT in Arg() function
112 Arg(absl::string_view value) // NOLINT(runtime/explicit) in Arg() function
122 Arg(char value) // NOLINT(runtime/explicit) in Arg() function
126 Arg(short value) // NOLINT(*) in Arg() function
129 Arg(unsigned short value) // NOLINT(*) in Arg() function
132 Arg(int value) // NOLINT(runtime/explicit) in Arg() function
135 Arg(unsigned int value) // NOLINT(runtime/explicit) in Arg() function
138 Arg(long value) // NOLINT(*) in Arg() function
141 Arg(unsigned long value) // NOLINT(*) in Arg() function
[all …]
Dsubstitute.cc98 Arg::Arg(const void* value) { in Arg() function in absl::substitute_internal::Arg
117 Arg::Arg(Hex hex) { in Arg() function in absl::substitute_internal::Arg
138 Arg::Arg(Dec dec) { in Arg() function in absl::substitute_internal::Arg
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DRemark.cpp24 for (const Argument &Arg : Args) in getArgsAsMsg() local
54 extern "C" LLVMRemarkStringRef LLVMRemarkArgGetKey(LLVMRemarkArgRef Arg) { in LLVMRemarkArgGetKey()
58 extern "C" LLVMRemarkStringRef LLVMRemarkArgGetValue(LLVMRemarkArgRef Arg) { in LLVMRemarkArgGetValue()
63 LLVMRemarkArgGetDebugLoc(LLVMRemarkArgRef Arg) { in LLVMRemarkArgGetDebugLoc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXLowerArgs.cpp154 void NVPTXLowerArgs::handleByValParam(Argument *Arg) { in handleByValParam()
184 if (Argument *Arg = dyn_cast<Argument>(Ptr)) { in markPointerAsGlobal() local
217 if (Argument *Arg = dyn_cast<Argument>(UO)) { in runOnKernelFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp88 static const Value *FindSingleUseIdentifiedObject(const Value *Arg) { in FindSingleUseIdentifiedObject()
266 TopDownPtrState &getPtrTopDownState(const Value *Arg) { in getPtrTopDownState()
273 BottomUpPtrState &getPtrBottomUpState(const Value *Arg) { in getPtrBottomUpState()
279 bottom_up_ptr_iterator findPtrBottomUpState(const Value *Arg) { in findPtrBottomUpState()
612 const Value *Arg = GetArgRCIdentityRoot(RetainRV); in OptimizeRetainRVCall() local
653 Instruction *Inst, const Value *&Arg, ARCInstKind Class, in OptimizeInlinedAutoreleaseRVCall()
840 const Value *Arg = nullptr; in OptimizeIndividualCalls() local
882 Instruction *Inst, ARCInstKind Class, const Value *Arg) { in OptimizeIndividualCallImpl()
974 const Value *Arg = Call->getArgOperand(0); in OptimizeIndividualCallImpl() local
1248 const Value *Arg = I->first; in CheckForCFGHazards() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCTargetTransformInfo.h45 ARCTTIImpl(const ARCTTIImpl &Arg) in ARCTTIImpl()
47 ARCTTIImpl(ARCTTIImpl &&Arg) in ARCTTIImpl() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp64 if (auto *Arg = Args->getLastArg(OPT_out)) in getOutputPath() local
78 for (auto *Arg : Args->filtered(OPT_libpath)) in getSearchPaths() local
116 for (auto *Arg : Args.filtered(OPT_INPUT)) { in doList() local
285 for (auto *Arg : Args.filtered(OPT_UNKNOWN)) in libDriverMain() local
308 if (auto *Arg = Args.getLastArg(OPT_machine)) { in libDriverMain() local
323 for (auto *Arg : Args.filtered(OPT_INPUT)) { in libDriverMain() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DArg.cpp21 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const Arg *BaseArg) in Arg() function in Arg
25 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg() function in Arg
32 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg() function in Arg
DArgList.cpp132 for (auto Arg: filtered(Id0, Id1, Id2)) { in AddAllArgs() local
140 for (auto Arg : filtered(Id0, Id1, Id2)) { in AddAllArgValues() local
150 for (auto Arg: filtered(Id0)) { in AddAllArgsTranslated() local
164 for (auto *Arg : filtered(Id0)) in ClaimAllArgs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/
DDlltoolDriver.cpp103 for (auto *Arg : Args.filtered(OPT_UNKNOWN)) in dlltoolDriverMain() local
123 if (auto *Arg = Args.getLastArg(OPT_m)) in dlltoolDriverMain() local
141 if (auto *Arg = Args.getLastArg(OPT_D)) in dlltoolDriverMain() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_tracepoints.py40 from u_trace import TracepointArg as Arg unknown
/third_party/typescript/tests/cases/compiler/
DnoImplicitAnyDestructuringInPrivateMethod.ts3 type Arg = { alias
/third_party/rust/crates/rustix/src/path/
Darg.rs68 pub trait Arg { trait
92 impl Arg for &str { impl
130 impl Arg for &String { impl
205 impl Arg for &OsStr { impl
244 impl Arg for &OsString { impl
321 impl Arg for &Path { impl
360 impl Arg for &PathBuf { impl
442 impl Arg for &CStr { impl
476 impl Arg for &CString { impl
785 impl Arg for &[u8] { impl
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp141 raw_ostream &operator<<(raw_ostream &OS, const PrintArg& Arg) { in operator <<()
422 Option *LookupLongOption(SubCommand &Sub, StringRef &Arg, StringRef &Value, in LookupLongOption()
522 Option *CommandLineParser::LookupOption(SubCommand &Sub, StringRef &Arg, in LookupOption()
576 static Option *LookupNearestOption(StringRef Arg, in LookupNearestOption()
709 bool llvm::cl::ProvidePositionalOption(Option *Handler, StringRef Arg, int i) { in ProvidePositionalOption()
749 HandlePrefixedOrGroupedOption(StringRef &Arg, StringRef &Value, in HandlePrefixedOrGroupedOption()
1091 for (auto &Arg : NewArgv) { in ExpandResponseFile() local
1139 const char *Arg = Argv[I]; in ExpandResponseFiles() local
1770 bool parser<bool>::parse(Option &O, StringRef ArgName, StringRef Arg, in parse()
1788 bool parser<boolOrDefault>::parse(Option &O, StringRef ArgName, StringRef Arg, in parse()
[all …]
/third_party/rust/crates/clap/src/
Dmkeymap.rs94 pub(crate) fn push(&mut self, new_arg: Arg) { in push()
138 pub(crate) fn remove_by_name(&mut self, name: &str) -> Option<Arg> { in remove_by_name()
156 fn append_keys(keys: &mut Vec<Key>, arg: &Arg, index: usize) { in append_keys()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstrInfo.cpp45 if (const Argument *Arg = dyn_cast<Argument>(Ptr)) in isUniformMMO() local
/third_party/rust/crates/clap/src/parser/
Dparser.rs995 arg: &Arg, in parse_opt_value()
1057 fn check_terminator(&self, arg: &Arg, val: &RawOsStr) -> Option<ParseResult> { in check_terminator()
1073 arg: &Arg, in push_arg_values()
1122 arg: &Arg, in react()
1302 fn verify_num_args(&self, arg: &Arg, raw_vals: &[OsString]) -> ClapResult<()> { in verify_num_args()
1358 fn remove_overrides(&self, arg: &Arg, matcher: &mut ArgMatcher) { in remove_overrides()
1422 fn add_default_value(&self, arg: &Arg, matcher: &mut ArgMatcher) -> ClapResult<()> { in add_default_value()
1499 fn start_custom_arg(&self, matcher: &mut ArgMatcher, arg: &Arg, source: ValueSource) { in start_custom_arg()
/third_party/rust/crates/clap/src/output/
Dhelp_template.rs425 fn write_args(&mut self, args: &[&Arg], _category: &str, sort_key: ArgSortKey) { in write_args()
466 fn write_arg(&mut self, arg: &Arg, next_line_help: bool, longest: usize) { in write_arg()
489 fn short(&mut self, arg: &Arg) { in short()
500 fn long(&mut self, arg: &Arg) { in long()
511 fn align_to_about(&mut self, arg: &Arg, next_line_help: bool, longest: usize) { in align_to_about()
555 arg: Option<&Arg>, in help()
681 fn will_args_wrap(&self, args: &[&Arg], longest: usize) -> bool { in will_args_wrap()
690 fn arg_next_line_help(&self, arg: &Arg, spec_vals: &str, longest: usize) -> bool { in arg_next_line_help()
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.2/dotted_property_for_types_with_string_index_signatures/
Ddotted_property_for_types_with_string_index_signatures.ts35 Arg: { [arg: string]: string }; property in C
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLegacyDivergenceAnalysis.cpp138 for (auto &Arg : F.args()) { in populateWithSourcesOfDivergence() local
380 if (const Argument *Arg = dyn_cast<Argument>(FirstDivergentValue)) { in print() local
395 for (auto &Arg : F->args()) { in print() local

12345678910