Home
last modified time | relevance | path

Searched refs:sc_name (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/clap/src/app/
Dparser.rs943 let (is_match, sc_name) = self.possible_subcommand(&arg_os); in get_matches_with()
947 sc_name in get_matches_with()
950 let sc_name = sc_name.expect(INTERNAL_ERROR_MSG); in get_matches_with() localVariable
951 if sc_name == "help" && self.is_set(AS::NeedsSubcommandHelp) { in get_matches_with()
954 subcmd_name = Some(sc_name.to_owned()); in get_matches_with()
1135 let sc_name = match arg_os.to_str() { in get_matches_with() localVariable
1162 name: sc_name, in get_matches_with()
1207 let sc_name = { in get_matches_with() localVariable
1215 self.parse_subcommand(&*sc_name, matcher, it)?; in get_matches_with()
1326 sc_name: &str, in parse_subcommand()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp717 std::string sc_name = _.grammar().lookupOperandName( in ValidateVariable() local
755 << sc_name << " storage class"; in ValidateVariable()
760 << sc_name << " storage class requires an additional capability"; in ValidateVariable()
774 std::string sc_name = _.grammar().lookupOperandName( in ValidateVariable() local
806 << sc_name << " storage class"; in ValidateVariable()
811 << sc_name << " storage class requires an additional capability"; in ValidateVariable()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_memory.cpp747 std::string sc_name = _.grammar().lookupOperandName( in ValidateVariable() local
790 << sc_name << " storage class"; in ValidateVariable()
795 << sc_name << " storage class requires an additional capability"; in ValidateVariable()
809 std::string sc_name = _.grammar().lookupOperandName( in ValidateVariable() local
846 << sc_name << " storage class"; in ValidateVariable()
851 << sc_name << " storage class requires an additional capability"; in ValidateVariable()