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

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h57 kw_undef, enumerator in enum:llvm::MIToken::TokenKind
211 Kind == kw_undef || Kind == kw_internal ||
H A DMILexer.cpp198 .Case("undef", MIToken::kw_undef)
H A DMIParser.cpp1617 case MIToken::kw_undef:
2724 if (Token.is(MIToken::kw_undef)) {
2854 case MIToken::kw_undef:
/openbsd-current/gnu/llvm/llvm/include/llvm/AsmParser/
H A DLLToken.h76 kw_undef, enumerator in enum:llvm::lltok::Kind
/openbsd-current/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp3444 case lltok::kw_undef: ID.Kind = ValID::t_Undef; break;

Completed in 101 milliseconds