Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
DMCAsmLexer.h50 Pipe, PipePipe, Caret, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmMacro.h52 Pipe, PipePipe, Caret, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DMCAsmLexer.cpp90 case AsmToken::PipePipe: OS << "PipePipe"; break; in dump()
DAsmLexer.cpp648 return AsmToken(AsmToken::PipePipe, StringRef(TokStart, 2)); in LexToken()
DAsmParser.cpp1453 case AsmToken::PipePipe: in getDarwinBinOpPrecedence()
1531 case AsmToken::PipePipe: in getGNUBinOpPrecedence()
2486 case AsmToken::PipePipe: in isOperator()
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h55 Pipe, PipePipe, Caret, enumerator
/external/clang/include/clang/Basic/
DOperatorKinds.def93 OVERLOADED_OPERATOR(PipePipe , "||" , pipepipe , false, true , false)
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmLexer.cpp426 return ++CurPtr, AsmToken(AsmToken::PipePipe, StringRef(TokStart, 2)); in LexToken()
DAsmParser.cpp834 case AsmToken::PipePipe: in getBinOpPrecedence()
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp587 return AsmToken(AsmToken::PipePipe, StringRef(TokStart, 2)); in LexToken()
DAsmParser.cpp1209 case AsmToken::PipePipe: in getDarwinBinOpPrecedence()
1287 case AsmToken::PipePipe: in getGNUBinOpPrecedence()
2167 case AsmToken::PipePipe: in isOperator()
/external/swiftshader/third_party/LLVM/tools/llvm-mc/
Dllvm-mc.cpp320 case AsmToken::PipePipe: Out->os() << "PipePipe"; break; in AsLexInput()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp309 case AsmToken::PipePipe: OS << "PipePipe"; break; in AsLexInput()