HomeSort by relevance Sort by last modified time
    Searched refs:IsNext (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/AsmParser/
WebAssemblyAsmParser.cpp 212 bool IsNext(AsmToken::TokenKind Kind) {
219 if (!IsNext(Kind))
297 IsNext(AsmToken::Equal);
475 if (!(IsNext(AsmToken::Identifier) &&
476 IsNext(AsmToken::Comma) &&
477 IsNext(AsmToken::At) &&
504 if (!IsNext(AsmToken::Comma)) break;
  /external/v8/src/compiler/
code-generator.cc 427 .IsNext(code()->InstructionBlockAt(block)->ao_number());
    [all...]
instruction.h     [all...]
register-allocator.cc     [all...]

Completed in 163 milliseconds