Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h51 Pipe, PipePipe, Caret, enumerator
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp89 case AsmToken::PipePipe: OS << "PipePipe"; break; in dump()
H A DAsmLexer.cpp862 return AsmToken(AsmToken::PipePipe, StringRef(TokStart, 2)); in LexToken()
H A DAsmParser.cpp1589 case AsmToken::PipePipe: in getDarwinBinOpPrecedence()
1666 case AsmToken::PipePipe: in getGNUBinOpPrecedence()
2646 case AsmToken::PipePipe: in isOperator()
H A DMasmParser.cpp1954 case AsmToken::PipePipe: in getGNUBinOpPrecedence()
2965 case AsmToken::PipePipe: in isOperator()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorKinds.def93 OVERLOADED_OPERATOR(PipePipe , "||" , pipepipe , false, true , false)