Searched defs:NamedValue (Results 1 – 7 of 7) sorted by relevance
45 struct NamedValue struct47 const char* name;48 T value;
298 if (const VariantValue NamedValue = in parseIdentifierPrefixImpl() local
359 if (const VariantValue NamedValue = in parseIdentifierPrefixImpl() local
518 static MatchTableRecord NamedValue(StringRef NamedValue) { in NamedValue() function in __anon4852db4a0111::MatchTable522 static MatchTableRecord NamedValue(StringRef NamedValue, int64_t RawValue) { in NamedValue() function in __anon4852db4a0111::MatchTable526 static MatchTableRecord NamedValue(StringRef Namespace, in NamedValue() function in __anon4852db4a0111::MatchTable527 StringRef NamedValue) { in NamedValue()531 static MatchTableRecord NamedValue(StringRef Namespace, StringRef NamedValue, in NamedValue() function in __anon4852db4a0111::MatchTable
226 class NamedValue(object): class
870 NamedValue { enumerator
1301 struct NamedValue { struct1302 mlir::Value value;1303 absl::string_view name;