Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h49 Pipe, PipePipe, Caret, enumerator
/external/clang/include/clang/Basic/
DOperatorKinds.def93 OVERLOADED_OPERATOR(PipePipe , "||" , pipepipe , false, true , false)
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp547 return ++CurPtr, AsmToken(AsmToken::PipePipe, StringRef(TokStart, 2)); in LexToken()
DAsmParser.cpp1088 case AsmToken::PipePipe: in getBinOpPrecedence()
1877 case AsmToken::PipePipe: in isOperator()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp301 case AsmToken::PipePipe: Out->os() << "PipePipe"; break; in AsLexInput()