Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
HDMILexer.h146 kw_distinct, enumerator
HDMILexer.cpp284 .Case("distinct", MIToken::kw_distinct) in getIdentifierKind()
HDMIParser.cpp1299 bool IsDistinct = Token.is(MIToken::kw_distinct); in parseMachineMetadata()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/AsmParser/
HDLLToken.h355 kw_distinct, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp1011 bool IsDistinct = EatIfPresent(lltok::kw_distinct); in parseStandaloneMetadata()