/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | implicit_deduction_guides.pass.cpp | 47 const auto AT = std::allocator_arg; in test_primary_template() local 124 const auto AT = std::allocator_arg; in test_empty_specialization() 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
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | AddrModeMatcher.h | 74 const TargetLowering &T, Type *AT, in AddressingModeMatcher()
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.cpp | 157 if (const auto *AT = T->getAs<AtomicType>()) in isSafeToConvert() local 165 if (const auto *AT = CGT.getContext().getAsArrayType(T)) in isSafeToConvert() local 744 if (const auto *AT = Context.getAsArrayType(T)) { in isZeroInitializable() local
|
/external/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.h | 270 struct AT { struct 275 #define GET_AT_DECL argument
|
/external/llvm/unittests/Linker/ |
D | LinkModulesTest.cpp | 67 ArrayType *AT; member in __anonbfebf0660111::LinkModuleTest 113 ArrayType *AT = ArrayType::get(Type::getInt8PtrTy(Ctx), 3); in TEST_F() local
|
/external/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 75 ArrayType *AT = ArrayType::get(EltTy, CurrentCtors.size()); in appendToGlobalArray() local
|
/external/clang/lib/Analysis/ |
D | ScanfFormatString.cpp | 499 const analyze_scanf::ArgType &AT = getArgType(Ctx); in fixType() local
|
/external/clang/test/Layout/ |
D | ms-x86-vtordisp.cpp | 151 struct AT { struct 152 virtual ~AT(){} in ~AT() argument
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | StackProtector.cpp | 126 if (ArrayType *AT = dyn_cast<ArrayType>(AI->getAllocatedType())) { in RequiresStackProtector() local
|
/external/python/cpython2/Include/ |
D | token.h | 62 #define AT 50 macro
|
/external/python/cpython2/Lib/ |
D | token.py | 61 AT = 50 variable
|
/external/clang/lib/Lex/ |
D | MacroArgs.cpp | 160 const Token *AT = getUnexpArgument(Arg); in getPreExpArgument() local
|
/external/python/cpython3/Include/ |
D | token.h | 61 #define AT 49 macro
|
/external/python/cpython2/Lib/lib2to3/pgen2/ |
D | token.py | 59 AT = 50 variable
|
/external/python/cpython3/Lib/ |
D | token.py | 62 AT = 49 variable
|
/external/libjpeg-turbo/simd/ |
D | jsimd_mips_dspr2_asm.h | 26 #define AT $1 macro
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 176 ArrayType *AT = dyn_cast<ArrayType>(Ty); in isZeroLengthArray() local
|
/external/python/cpython3/Lib/lib2to3/pgen2/ |
D | token.py | 59 AT = 50 variable
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 720 if (ArrayType *AT = dyn_cast<ArrayType>(ToType)) { in ConvertScalar_ExtractValue() local 827 if (ArrayType *AT = dyn_cast<ArrayType>(SV->getType())) { in ConvertScalar_InsertValue() local 1344 if (ArrayType *AT = dyn_cast<ArrayType>(T)) in ShouldAttemptScalarRepl() local 1459 ArrayType *AT = cast<ArrayType>(AI->getAllocatedType()); in DoScalarReplacement() local 1646 if (ArrayType *AT = dyn_cast<ArrayType>(T)) { in isHomogeneousAggregate() local 1735 } else if (ArrayType *AT = dyn_cast<ArrayType>(T)) { in TypeHasComponent() local 1903 ArrayType *AT = cast<ArrayType>(T); in FindElementAndOffset() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 573 if (auto *AT = dyn_cast<ArrayType>(T)) { in unpackLoadToAggregate() local 960 if (auto *AT = dyn_cast<ArrayType>(VT)) { in likeBitCastFromVector() local 1075 if (auto *AT = dyn_cast<ArrayType>(T)) { in unpackStoreToAggregate() local
|
/external/clang/lib/AST/ |
D | Mangle.cpp | 178 for (const auto &AT : Proto->param_types()) in mangleName() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocSizeofChecker.cpp | 165 while (const ArrayType *AT = T->getAsArrayTypeUnsafe()) { in compatibleWithArrayType() local
|
/external/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 124 if (ArrayType *AT = dyn_cast<ArrayType>(Ty)) { in ContainsProtectableArray() local
|