Searched refs:PipePipe (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/llvm/include/llvm/MC/MCParser/ |
| HD | MCAsmLexer.h | 49 Pipe, PipePipe, Caret, enumerator
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | OperatorKinds.def | 93 OVERLOADED_OPERATOR(PipePipe , "||" , pipepipe , false, true , false)
|
| /NextBSD/contrib/llvm/lib/MC/MCParser/ |
| HD | AsmLexer.cpp | 555 return ++CurPtr, AsmToken(AsmToken::PipePipe, StringRef(TokStart, 2)); in LexToken()
|
| HD | AsmParser.cpp | 1115 case AsmToken::PipePipe: in getBinOpPrecedence() 1939 case AsmToken::PipePipe: in isOperator()
|
| /NextBSD/contrib/llvm/tools/llvm-mc/ |
| HD | llvm-mc.cpp | 303 case AsmToken::PipePipe: OS << "PipePipe"; break; in AsLexInput()
|