Home | History | Annotate | Download | only in Sema

Lines Matching defs:Form

451     // Floating point number in the form '[+]ddd.ddd'.
459 // Floating point number in the form '[-]d.ddde[+-]dd'.
469 // Floating point number in the form '[-]0xh.hhhhp±dd'.
485 // Just a pointer in the form '0xddd'.
991 // With four arguments, there is only one form that the function could be
2552 // converted to a register of the form S1_2_C3_C4_5. Let the hardware throw
4916 } Form = Init;
4949 Form = Init;
4955 Form = Load;
4959 Form = LoadCopy;
4966 Form = Copy;
4978 Form = Arithmetic;
4994 Form = Arithmetic;
5004 Form = Arithmetic;
5010 Form = Xchg;
5014 Form = GNUXchg;
5021 Form = C11CmpXchg;
5026 Form = GNUCmpXchg;
5030 unsigned AdjustedNumArgs = NumArgs[Form];
5070 if ((Form != Load && Form != LoadCopy && AtomTy.isConstQualified()) ||
5078 } else if (Form != Load && Form != LoadCopy) {
5087 if (Form == Arithmetic) {
5159 if (Form == Copy || Form == LoadCopy || Form == GNUXchg ||
5160 Form == Init)
5162 else if (Form == C11CmpXchg || Form == GNUCmpXchg)
5177 switch (Form) {
5218 if (i < NumVals[Form] + 1) {
5231 assert(Form != Load);
5232 if (Form == Arithmetic && ValType->isPointerType())
5234 else if (Form == Init || Form == Arithmetic)
5236 else if (Form == Copy || Form == Xchg) {
5286 switch (Form) {
5322 if (SubExprs.size() >= 2 && Form != Init) {
6212 // don't allow this builtin to form those types either.
6728 /// or a value of the form 0x??FF (i.e. a member of the arithmetic progression
8831 // 'MooV' as characters! This form is deprecated but still exists. In
10086 // form bzero(ptr, sizeof(...)).
10793 // If both LHS and RHS can be negative, we can form
11382 // Whether we're treating Other as being a bool because of the form of
12777 // emit duplicate diagnostics. Its fine to examine the form or attempt to
14483 // substitution to form C89 tail-padded arrays.