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

/macosx-10.9.5/cctools-845/as/
H A Dexpr.c46 * The type operatorT is for the types of operators in expressions.
78 } operatorT; typedef in typeref:enum:__anon6856
94 static operatorT two_char_op_encoding(
240 * op_size is indexed by an operatorT and tells the size of the operator
247 * op_rank is indexed by an operatorT and tells the rank of the operator.
269 static const operatorT op_encoding [256] = {
341 operatorT op_left;
343 operatorT op_right;
352 op_left = (operatorT)op_encoding[(int)c_left];
371 op_right = (operatorT)op_encodin
[all...]
H A Darm.c144 } operatorT; typedef in typeref:enum:__anon6850
16815 arm_optimize_expr (expressionS *l, operatorT op, expressionS *r)

Completed in 195 milliseconds