Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Constant

135   bool Float, Signed, Immediate, Void, Poly, Constant, Pointer;
145 Constant(false), Pointer(false), ScalarForMangling(false),
150 Poly(false), Constant(false), Pointer(false), ScalarForMangling(false),
574 if (Constant)
613 // Constant indices are "int", but have the "constant expression" modifier.
620 if (Constant) S += "C";
897 Constant = true;
1046 // Extra constant integer to hold type class enum for this function, e.g. s8
1364 // Extra constant integer to hold type class enum for this function, e.g. s8
2131 // bound computed at Sema time based on the type constant.