Searched refs:PipePipe (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/MC/MCParser/ |
D | MCAsmLexer.h | 49 Pipe, PipePipe, Caret, enumerator
|
/external/clang/include/clang/Basic/ |
D | OperatorKinds.def | 93 OVERLOADED_OPERATOR(PipePipe , "||" , pipepipe , false, true , false)
|
/external/llvm/lib/MC/MCParser/ |
D | AsmLexer.cpp | 547 return ++CurPtr, AsmToken(AsmToken::PipePipe, StringRef(TokStart, 2)); in LexToken()
|
D | AsmParser.cpp | 1088 case AsmToken::PipePipe: in getBinOpPrecedence() 1877 case AsmToken::PipePipe: in isOperator()
|
/external/llvm/tools/llvm-mc/ |
D | llvm-mc.cpp | 301 case AsmToken::PipePipe: Out->os() << "PipePipe"; break; in AsLexInput()
|