HomeSort by relevance Sort by last modified time
    Searched refs:AT (Results 276 - 300 of 474) sorted by null

<<111213141516171819

  /external/icu/icu4c/source/i18n/
plurrule_impl.h 66 static const UChar AT = ((UChar)0x0040);
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssFuzzerTest.java 182 CssTokens.TokenType.AT, Pattern.compile("@" + IDENT));
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp 47 // TODO(kschimpf): Remove two namespaces being visible at once.
765 if (const auto AT = dyn_cast<ArrayType>(Initializer->getType())) {
766 assert(!HasOffset && isa<IntegerType>(AT->getElementType()) &&
767 (cast<IntegerType>(AT->getElementType())->getBitWidth() == 8));
769 GlobalPool, AT->getNumElements()));
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 56 /// \brief Check whether the array of type AT can be initialized by the Init
60 static StringInitFailureKind IsStringInit(Expr *Init, const ArrayType *AT,
62 if (!isa<ConstantArrayType>(AT) && !isa<IncompleteArrayType>(AT))
69 if (isa<ObjCEncodeExpr>(Init) && AT->getElementType()->isCharType())
78 Context.getCanonicalType(AT->getElementType()).getUnqualifiedType();
150 static void CheckStringInit(Expr *Str, QualType &DeclT, const ArrayType *AT,
157 if (const IncompleteArrayType *IAT = dyn_cast<IncompleteArrayType>(AT)) {
169 const ConstantArrayType *CAT = cast<ConstantArrayType>(AT);
217 /// the initializer list one element at a time. The IList and Inde
    [all...]
SemaStmt.cpp 697 // IntRange checking rather than just looking at the unpromoted type here.
    [all...]
SemaType.cpp 422 // We may be starting at the return type of a block.
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 60 /// Create a key for a binding at \p offset from base region \p r.
435 /// than using a Default binding at the base of the entire region. This is a
840 // Case 2: The next binding is at the same offset as the region we're
    [all...]
  /external/libjpeg-turbo/simd/
jsimd_mips_dspr2.S 595 lbu AT, 0(t3)
610 STORE_H2V2_2_PIXELS AT, s7, ra, t3, s3, v1, t4
618 lbu AT, 0(t3)
633 STORE_H2V2_2_PIXELS AT, s7, ra, t3, s3, v1, t7
1014 .set at
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 58 /// as DWARF, lacks all the information that was available at compile time, such
103 /// EmptySubobjectMap - Keeps track of which empty subobjects exist at different
145 "Field offset not at char boundary!");
175 /// at the given offset.
181 /// CanPlaceFieldAtOffset - Return whether a field can be placed at the given
245 // There is already an empty class of the same type at this offset.
320 // subobject of non-empty bases, are empty bases that can be placed at
369 // We are able to place the base at this offset. Make sure to update the
440 // If we have an array type we need to look at every element.
441 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(T))
    [all...]
Type.cpp 71 if (const ArrayType *AT = Ctx.getAsArrayType(T))
72 return AT->getElementType().isConstant(Ctx);
594 // Look at the base type, which might have type arguments.
611 // Look at the base type, which might have type arguments.
    [all...]