Home | History | Annotate | Download | only in lazy_codegen

Lines Matching refs:Precedence

217                bool IsOperator = false, unsigned Precedence = 0)
219 Precedence(Precedence) {}
235 unsigned Precedence; // Precedence if a binary op.
262 /// BinopPrecedence - This holds the precedence for each binary operator that is
266 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
507 // If this is a binop, find its precedence.
586 // Read the precedence if present.
1103 BinopPrecedence[Proto->getOperatorName()] = Proto->Precedence;
1319 // 1 is lowest precedence.