Home | History | Annotate | Download | only in AST

Lines Matching refs:AT

26 //    (under the C++11 / C++1y rules only, at the moment), or, if folding failed
430 /// A stack of values whose lifetimes end at the end of some surrounding
1090 // Block variables at global or local static scope.
1283 // a weak declaration it can be null at runtime.
1457 /// Perform the given integer operation, which is known to need at most BitWidth
1917 // Always at least double the number of elements for which we store a value.
2341 // Unless we're looking at a local variable or argument in a constexpr call,
2481 // Check for special cases where there is no existing APValue to look at.
2500 // We represent a string literal array as an lvalue pointing at the
4514 // Can't look at 'this' when checking a potential constant expression.
6031 // (at least not in the sense of atomic_is_lock_free). Otherwise,
6032 // the answer can only be determined at runtime; for example, 16-byte
6564 // FIXME: LLVM and GCC both compute LHSOffset - RHSOffset at runtime,
6611 // At the point where the designators diverge, the comparison has a
6820 const ArrayType *AT = Info.Ctx.getAsArrayType(CurrentType);
6821 if (!AT)
6823 CurrentType = AT->getElementType();
8407 // Note that if we get here, CondResult is 0, and at least one of
8501 // FIXME: It would be useful to check constexpr function templates, but at the