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

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h139 kw_distinct, enumerator in enum:llvm::MIToken::TokenKind
H A DMILexer.cpp279 .Case("distinct", MIToken::kw_distinct)
H A DMIParser.cpp1282 bool IsDistinct = Token.is(MIToken::kw_distinct);
/openbsd-current/gnu/llvm/llvm/include/llvm/AsmParser/
H A DLLToken.h324 kw_distinct, enumerator in enum:llvm::lltok::Kind
/openbsd-current/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp837 bool IsDistinct = EatIfPresent(lltok::kw_distinct);

Completed in 117 milliseconds