Searched defs:InfixCalculatorTok (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp69 enum InfixCalculatorTok { enum in class:__anon26165::X86AsmParser
85 typedef std::pair< InfixCalculatorTok, int64_t > ICToken;
86 SmallVector<InfixCalculatorTok, 4> InfixOperatorStack;
97 void pushOperand(InfixCalculatorTok Op, int64_t Val = 0) {
104 void pushOperator(InfixCalculatorTok Op) {
115 InfixCalculatorTok StackOp = InfixOperatorStack[Idx];
156 InfixCalculatorTok StackOp = InfixOperatorStack.pop_back_val();

Completed in 40 milliseconds