| /external/llvm/unittests/Linker/ |
| D | LinkModulesTest.cpp | 64 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/ |
| D | Separators.java | 49 public static final String AT = "@"; field
|
| D | GenericObjectList.java | 72 protected static final String AT = Separators.AT; field in GenericObjectList
|
| D | GenericObject.java | 61 protected static final String AT = Separators.AT; field in GenericObject
|
| D | LexerCore.java | 52 public static final int AT = (int) '@'; field in LexerCore
|
| /external/llvm/lib/Transforms/Utils/ |
| D | ModuleUtils.cpp | 64 ArrayType *AT = ArrayType::get(EltTy, CurrentCtors.size()); in appendToGlobalArray() local
|
| /external/clang/test/Layout/ |
| D | ms-x86-vtordisp.cpp | 151 struct AT { struct 152 virtual ~AT(){} in ~AT() argument
|
| /external/clang/lib/Analysis/ |
| D | ScanfFormatString.cpp | 494 const analyze_scanf::ArgType &AT = getArgType(Ctx); in fixType() local
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | ScalarReplAggregates.cpp | 825 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/ |
| D | MacroArgs.cpp | 161 const Token *AT = getUnexpArgument(Arg); in getPreExpArgument() local
|
| /external/llvm/lib/Target/XCore/ |
| D | XCoreLowerThreadLocal.cpp | 176 ArrayType *AT = dyn_cast<ArrayType>(Ty); in isZeroLengthArray() local
|
| /external/clang/lib/AST/ |
| D | Mangle.cpp | 178 for (const auto &AT : Proto->param_types()) in mangleName() local
|
| D | ASTContext.cpp | 2150 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/ |
| D | MallocSizeofChecker.cpp | 166 while (const ArrayType *AT = T->getAsArrayTypeUnsafe()) { in compatibleWithArrayType() local
|
| /external/llvm/lib/Support/ |
| D | Dwarf.cpp | 509 const char *llvm::dwarf::AtomTypeString(unsigned AT) { in AtomTypeString()
|
| /external/llvm/lib/CodeGen/ |
| D | StackProtector.cpp | 113 if (ArrayType *AT = dyn_cast<ArrayType>(Ty)) { in ContainsProtectableArray() local
|
| D | Analysis.cpp | 374 if (ArrayType *AT = dyn_cast<ArrayType>(T)) in indexReallyValid() local
|
| /external/tcpdump/ |
| D | print-atalk.c | 196 #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/ |
| D | CssFuzzerTest.java | 182 CssTokens.TokenType.AT, Pattern.compile("@" + IDENT)); in TOKEN_TYPE_FILTERS.put()
|
| /external/owasp/sanitizer/src/main/org/owasp/html/ |
| D | CssTokens.java | 191 AT, enumConstant
|
| /external/clang/lib/Sema/ |
| D | SemaType.cpp | 952 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/ |
| D | TokenTypes.java | 176 public static final int AT = LexerCore.AT; field
|
| /external/icu/icu4c/source/i18n/ |
| D | plurrule_impl.h | 60 static const UChar AT = ((UChar)0x0040); variable
|
| /external/clang/lib/CodeGen/ |
| D | CodeGenTypes.cpp | 164 if (const ArrayType *AT = dyn_cast<ArrayType>(T)) in isSafeToConvert() local
|
| D | TargetInfo.cpp | 190 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
|