Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h52 Pipe, PipePipe, Caret, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorKinds.def93 OVERLOADED_OPERATOR(PipePipe , "||" , pipepipe , false, true , false)
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp92 case AsmToken::PipePipe: OS << "PipePipe"; break; in dump()
946 return AsmToken(AsmToken::PipePipe, StringRef(TokStart, 2)); in LexToken()
H A DAsmParser.cpp1525 case AsmToken::PipePipe: in getDarwinBinOpPrecedence()
1602 case AsmToken::PipePipe: in getGNUBinOpPrecedence()
2587 case AsmToken::PipePipe: in isOperator()
H A DMasmParser.cpp1686 case AsmToken::PipePipe: in getGNUBinOpPrecedence()