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

/freebsd-9.3-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp53 enum InfixCalculatorTok { enum in class:__anon2501::X86AsmParser
65 typedef std::pair< InfixCalculatorTok, int64_t > ICToken;
66 SmallVector<InfixCalculatorTok, 4> InfixOperatorStack;
77 void pushOperand(InfixCalculatorTok Op, int64_t Val = 0) {
84 void pushOperator(InfixCalculatorTok Op) {
95 InfixCalculatorTok StackOp = InfixOperatorStack[Idx];
136 InfixCalculatorTok StackOp = InfixOperatorStack.pop_back_val();

Completed in 110 milliseconds