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