Home
last modified time | relevance | path

Searched defs:AT (Results 1 – 25 of 76) sorted by relevance

1234

/external/llvm/unittests/Linker/
DLinkModulesTest.cpp64 ArrayType *AT; member in __anon07c71d090111::LinkModuleTest
108 ArrayType *AT = ArrayType::get(Type::getInt8PtrTy(Ctx), 3); in TEST_F() local
/external/nist-sip/java/gov/nist/core/
DSeparators.java49 public static final String AT = "@"; field
DGenericObjectList.java72 protected static final String AT = Separators.AT; field in GenericObjectList
DGenericObject.java61 protected static final String AT = Separators.AT; field in GenericObject
DLexerCore.java52 public static final int AT = (int) '@'; field in LexerCore
/external/llvm/lib/Transforms/Utils/
DModuleUtils.cpp64 ArrayType *AT = ArrayType::get(EltTy, CurrentCtors.size()); in appendToGlobalArray() local
/external/clang/test/Layout/
Dms-x86-vtordisp.cpp151 struct AT { struct
152 virtual ~AT(){} in ~AT() argument
/external/clang/lib/Analysis/
DScanfFormatString.cpp494 const analyze_scanf::ArgType &AT = getArgType(Ctx); in fixType() local
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp825 if (ArrayType *AT = dyn_cast<ArrayType>(ToType)) { in ConvertScalar_ExtractValue() local
954 if (ArrayType *AT = dyn_cast<ArrayType>(SV->getType())) { in ConvertScalar_InsertValue() local
1467 if (ArrayType *AT = dyn_cast<ArrayType>(T)) in ShouldAttemptScalarRepl() local
1563 ArrayType *AT = cast<ArrayType>(AI->getAllocatedType()); in DoScalarReplacement() local
1763 if (ArrayType *AT = dyn_cast<ArrayType>(T)) { in isHomogeneousAggregate() local
1854 } else if (ArrayType *AT = dyn_cast<ArrayType>(T)) { in TypeHasComponent() local
2035 } else if (ArrayType *AT = dyn_cast<ArrayType>(T)) { in FindElementAndOffset() local
/external/clang/lib/Lex/
DMacroArgs.cpp161 const Token *AT = getUnexpArgument(Arg); in getPreExpArgument() local
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp176 ArrayType *AT = dyn_cast<ArrayType>(Ty); in isZeroLengthArray() local
/external/clang/lib/AST/
DMangle.cpp178 for (const auto &AT : Proto->param_types()) in mangleName() local
DASTContext.cpp2150 if (auto *AT = dyn_cast<AttributedType>(Orig)) in getFunctionTypeWithExceptionSpec() local
2253 AdjustedType *AT = AdjustedTypes.FindNodeOrInsertPos(ID, InsertPos); in getAdjustedType() local
2293 AdjustedType *AT = AdjustedTypes.FindNodeOrInsertPos(ID, InsertPos); in getDecayedType() local
3835 if (AutoType *AT = AutoTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAutoType() local
3838 AutoType *AT = new (*this, TypeAlignment) AutoType(DeducedType, in getAutoType() local
3856 if (AtomicType *AT = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAtomicType() local
3983 const ArrayType *AT = in getUnqualifiedArrayType() local
4284 if (const ArrayType *AT = dyn_cast<ArrayType>(T)) in getAsArrayType() local
4943 if (const ArrayType *AT = in getObjCEncodingForBlock() local
4985 if (const ArrayType *AT = in getObjCEncodingForFunctionDecl() local
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocSizeofChecker.cpp166 while (const ArrayType *AT = T->getAsArrayTypeUnsafe()) { in compatibleWithArrayType() local
/external/llvm/lib/Support/
DDwarf.cpp509 const char *llvm::dwarf::AtomTypeString(unsigned AT) { in AtomTypeString()
/external/llvm/lib/CodeGen/
DStackProtector.cpp113 if (ArrayType *AT = dyn_cast<ArrayType>(Ty)) { in ContainsProtectableArray() local
DAnalysis.cpp374 if (ArrayType *AT = dyn_cast<ArrayType>(T)) in indexReallyValid() local
/external/tcpdump/
Dprint-atalk.c196 #define AT(member) ataddr_string((ap->member[1]<<8)|ap->member[2],ap->member[3]) in aarp_print() macro
/external/owasp/sanitizer/src/tests/org/owasp/html/
DCssFuzzerTest.java182 CssTokens.TokenType.AT, Pattern.compile("@" + IDENT)); in TOKEN_TYPE_FILTERS.put()
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssTokens.java191 AT, enumConstant
/external/clang/lib/Sema/
DSemaType.cpp952 if (const AtomicType *AT = Result->getAs<AtomicType>()) { in ConvertDeclSpecToType() local
2552 if (const AutoType *AT = T->getAs<AutoType>()) { in GetFullTypeForDeclarator() local
2713 const AutoType *AT = T->getContainedAutoType(); in GetFullTypeForDeclarator() local
4417 const AttributedType *AT = dyn_cast<AttributedType>(Type); in handleMSPointerTypeQualifierAttr() local
4594 const AttributedType *AT = S.getCallingConvAttributedType(type); in handleFunctionTypeAttr() local
4640 while (const AttributedType *AT = dyn_cast<AttributedType>(R)) { in hasExplicitCallingConv() local
/external/nist-sip/java/gov/nist/javax/sip/parser/
DTokenTypes.java176 public static final int AT = LexerCore.AT; field
/external/icu/icu4c/source/i18n/
Dplurrule_impl.h60 static const UChar AT = ((UChar)0x0040); variable
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp164 if (const ArrayType *AT = dyn_cast<ArrayType>(T)) in isSafeToConvert() local
DTargetInfo.cpp190 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) { in isEmptyField() local
285 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) { in isSingleElementStruct() local
784 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty)) in shouldReturnTypeInRegister() local
1960 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) { in classify() local
2234 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty)) { in BitsContainNoUserData() local
3490 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) { in isHomogeneousAggregate() local
3522 while (const ConstantArrayType *AT = in isHomogeneousAggregate() local
6851 const ArrayType *AT, in appendArrayType()
6912 if (const ArrayType *AT = QT->getAsArrayTypeUnsafe()) in appendType() local
6955 if (const ArrayType *AT = QT->getAsArrayTypeUnsafe()) { in getTypeString() local

1234