Home
last modified time | relevance | path

Searched refs:kw_distinct (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h148 kw_distinct, enumerator
H A DMILexer.cpp287 .Case("distinct", MIToken::kw_distinct) in getIdentifierKind()
H A DMIParser.cpp1300 bool IsDistinct = Token.is(MIToken::kw_distinct); in parseMachineMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h369 kw_distinct, enumerator
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1000 bool IsDistinct = EatIfPresent(lltok::kw_distinct); in parseStandaloneMetadata()