Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmMacro.h51 Pipe, PipePipe, Caret, enumerator
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp89 case AsmToken::PipePipe: OS << "PipePipe"; break; in dump()
H A DAsmLexer.cpp854 return AsmToken(AsmToken::PipePipe, StringRef(TokStart, 2)); in LexToken()
H A DAsmParser.cpp1588 case AsmToken::PipePipe: in getDarwinBinOpPrecedence()
1665 case AsmToken::PipePipe: in getGNUBinOpPrecedence()
2652 case AsmToken::PipePipe: in isOperator()
H A DMasmParser.cpp1945 case AsmToken::PipePipe: in getGNUBinOpPrecedence()
2981 case AsmToken::PipePipe: in isOperator()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DOperatorKinds.def93 OVERLOADED_OPERATOR(PipePipe , "||" , pipepipe , false, true , false)