| Home | Sort by: relevance | last modified time | path |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ | |
| MILexer.h | 66 kw_ninf, enumerator in enum:llvm::MIToken::TokenKind |
| MILexer.cpp | 209 .Case("ninf", MIToken::kw_ninf) |
| MIParser.cpp | 1230 Token.is(MIToken::kw_ninf) || 1247 if (Token.is(MIToken::kw_ninf)) |
| /src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/ | |
| LLToken.h | 103 kw_ninf, enumerator in enum:llvm::lltok::Kind |
| LLParser.h | 212 case lltok::kw_ninf: FMF.setNoInfs(); Lex.Lex(); continue; |