Home
last modified time | relevance | path

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

12345

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Dimplicit_deduction_guides.pass.cpp47 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/
DSeparators.java49 public static final String AT = "@"; field
DGenericObjectList.java72 protected static final String AT = Separators.AT; field in GenericObjectList
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DAddrModeMatcher.h74 const TargetLowering &T, Type *AT, in AddressingModeMatcher()
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp157 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/
DAArch64BaseInfo.h270 struct AT { struct
275 #define GET_AT_DECL argument
/external/llvm/unittests/Linker/
DLinkModulesTest.cpp67 ArrayType *AT; member in __anonbfebf0660111::LinkModuleTest
113 ArrayType *AT = ArrayType::get(Type::getInt8PtrTy(Ctx), 3); in TEST_F() local
/external/llvm/lib/Transforms/Utils/
DModuleUtils.cpp75 ArrayType *AT = ArrayType::get(EltTy, CurrentCtors.size()); in appendToGlobalArray() local
/external/clang/lib/Analysis/
DScanfFormatString.cpp499 const analyze_scanf::ArgType &AT = getArgType(Ctx); in fixType() local
/external/clang/test/Layout/
Dms-x86-vtordisp.cpp151 struct AT { struct
152 virtual ~AT(){} in ~AT() argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackProtector.cpp126 if (ArrayType *AT = dyn_cast<ArrayType>(AI->getAllocatedType())) { in RequiresStackProtector() local
/external/python/cpython2/Include/
Dtoken.h62 #define AT 50 macro
/external/python/cpython2/Lib/
Dtoken.py61 AT = 50 variable
/external/clang/lib/Lex/
DMacroArgs.cpp160 const Token *AT = getUnexpArgument(Arg); in getPreExpArgument() local
/external/python/cpython3/Include/
Dtoken.h61 #define AT 49 macro
/external/python/cpython2/Lib/lib2to3/pgen2/
Dtoken.py59 AT = 50 variable
/external/python/cpython3/Lib/
Dtoken.py62 AT = 49 variable
/external/libjpeg-turbo/simd/
Djsimd_mips_dspr2_asm.h26 #define AT $1 macro
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp176 ArrayType *AT = dyn_cast<ArrayType>(Ty); in isZeroLengthArray() local
/external/python/cpython3/Lib/lib2to3/pgen2/
Dtoken.py59 AT = 50 variable
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp720 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/
DInstCombineLoadStoreAlloca.cpp573 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/
DMangle.cpp178 for (const auto &AT : Proto->param_types()) in mangleName() local
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocSizeofChecker.cpp165 while (const ArrayType *AT = T->getAsArrayTypeUnsafe()) { in compatibleWithArrayType() local
/external/llvm/lib/CodeGen/
DStackProtector.cpp124 if (ArrayType *AT = dyn_cast<ArrayType>(Ty)) { in ContainsProtectableArray() local

12345