Home
last modified time | relevance | path

Searched refs:GreaterEqual (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h52 Greater, GreaterEqual, GreaterGreater, At enumerator
/external/clang/include/clang/Basic/
DOperatorKinds.def91 OVERLOADED_OPERATOR(GreaterEqual , ">=" , greaterequal , false, true , false)
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp598 case '=': return ++CurPtr, AsmToken(AsmToken::GreaterEqual, in LexToken()
DAsmParser.cpp1152 case AsmToken::GreaterEqual: in getDarwinBinOpPrecedence()
1217 case AsmToken::GreaterEqual: in getGNUBinOpPrecedence()
2050 case AsmToken::GreaterEqual: in isOperator()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp291 case AsmToken::GreaterEqual: OS << "GreaterEqual"; break; in AsLexInput()
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp1378 case AsmToken::GreaterEqual: in parseInstruction()
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/
DnamedEntities.test3448 "input": "&GreaterEqual",
3449 "description": "Bad named entity: GreaterEqual without a semi-colon",
3454 "&GreaterEqual"
3459 "input": "&GreaterEqual;",
3460 "description": "Named entity: GreaterEqual; with a semi-colon",