Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/MC/MCParser/
HDMCAsmLexer.h49 Pipe, PipePipe, Caret, enumerator
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDOperatorKinds.def93 OVERLOADED_OPERATOR(PipePipe , "||" , pipepipe , false, true , false)
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDAsmLexer.cpp555 return ++CurPtr, AsmToken(AsmToken::PipePipe, StringRef(TokStart, 2)); in LexToken()
HDAsmParser.cpp1115 case AsmToken::PipePipe: in getBinOpPrecedence()
1939 case AsmToken::PipePipe: in isOperator()
/NextBSD/contrib/llvm/tools/llvm-mc/
HDllvm-mc.cpp303 case AsmToken::PipePipe: OS << "PipePipe"; break; in AsLexInput()