Home
last modified time | relevance | path

Searched defs:NamedValue (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp517 static MatchTableRecord NamedValue(StringRef NamedValue) { in NamedValue() function in __anon332dbd1e0111::MatchTable
521 static MatchTableRecord NamedValue(StringRef NamedValue, int64_t RawValue) { in NamedValue() argument
525 static MatchTableRecord NamedValue(StringRef Namespace, in NamedValue() function in __anon332dbd1e0111::MatchTable
526 StringRef NamedValue) { in NamedValue()
530 static MatchTableRecord NamedValue(StringRef Namespace, StringRef NamedValue, in NamedValue() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp361 if (const VariantValue NamedValue = in parseIdentifierPrefixImpl() local