Searched refs:PipePipe (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAsmMacro.h | 51 Pipe, PipePipe, Caret, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MCAsmLexer.cpp | 89 case AsmToken::PipePipe: OS << "PipePipe"; break; in dump()
|
| H A D | AsmLexer.cpp | 862 return AsmToken(AsmToken::PipePipe, StringRef(TokStart, 2)); in LexToken()
|
| H A D | AsmParser.cpp | 1589 case AsmToken::PipePipe: in getDarwinBinOpPrecedence() 1666 case AsmToken::PipePipe: in getGNUBinOpPrecedence() 2646 case AsmToken::PipePipe: in isOperator()
|
| H A D | MasmParser.cpp | 1954 case AsmToken::PipePipe: in getGNUBinOpPrecedence() 2965 case AsmToken::PipePipe: in isOperator()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OperatorKinds.def | 93 OVERLOADED_OPERATOR(PipePipe , "||" , pipepipe , false, true , false)
|