Home
last modified time | relevance | path

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

1234567891011

/external/rust/crates/libm/src/math/
Datan.rs49 const AT: [f64; 11] = [ constant
/external/llvm-project/clang/test/SemaTemplate/
Ddeduction-guide.cpp13 using AT = decltype(a); typedef
14 using AT = A<int[3], int, int, short>; typedef
/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/llvm-project/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
Dallocate.constexpr.size.verify.cpp25 typedef std::allocator_traits<A> AT; in test() typedef
Dallocate.size.pass.cpp36 typedef std::allocator_traits<A> AT; in test() typedef
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Ddeduct.pass.cpp49 const auto AT = std::allocator_arg; in test_primary_template() local
168 const auto AT = std::allocator_arg; in test_empty_specialization() local
/external/abseil-cpp/absl/container/internal/
Dcontainer_memory.h53 using AT = typename absl::allocator_traits<Alloc>::template rebind_traits<M>; in Allocate() local
69 using AT = typename absl::allocator_traits<Alloc>::template rebind_traits<M>; in Deallocate() local
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dcontainer_memory.h53 using AT = typename absl::allocator_traits<Alloc>::template rebind_traits<M>; in Allocate() local
69 using AT = typename absl::allocator_traits<Alloc>::template rebind_traits<M>; in Deallocate() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dcontainer_memory.h59 using AT = typename absl::allocator_traits<Alloc>::template rebind_traits<M>; in Allocate() local
78 using AT = typename absl::allocator_traits<Alloc>::template rebind_traits<M>; in Deallocate() local
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dcontainer_memory.h59 using AT = typename absl::allocator_traits<Alloc>::template rebind_traits<M>; in Allocate() local
78 using AT = typename absl::allocator_traits<Alloc>::template rebind_traits<M>; in Deallocate() local
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dcontainer_memory.h59 using AT = typename absl::allocator_traits<Alloc>::template rebind_traits<M>; in Allocate() local
78 using AT = typename absl::allocator_traits<Alloc>::template rebind_traits<M>; in Deallocate() local
/external/google-breakpad/src/common/android/include/asm-mips/
Dregdef.h31 #define AT $1 macro
76 #define AT $at macro
/external/nist-sip/java/gov/nist/core/
DSeparators.java49 public static final String AT = "@"; field
/external/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h270 struct AT { struct
275 #define GET_AT_DECL argument
/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-project/clang/lib/AST/Interp/
DEvalEmitter.cpp111 if (auto *AT = Ty->getAs<AtomicType>()) in emitRetValue() local
171 if (auto *AT = Ty->getAsArrayTypeUnsafe()) { in emitRetValue() local
DContext.cpp103 if (auto *AT = dyn_cast<AtomicType>(T)) in classify() local
/external/llvm-project/clang/lib/CodeGen/
DCodeGenTypes.cpp172 if (const auto *AT = T->getAs<AtomicType>()) in isSafeToConvert() local
180 if (const auto *AT = CGT.getContext().getAsArrayType(T)) in isSafeToConvert() local
891 if (const auto *AT = Context.getAsArrayType(T)) { in isZeroInitializable() local
/external/arm-trusted-firmware/include/arch/aarch64/
Darch_helpers.h605 #define AT(_at_inst, _va) \ macro
615 #define AT(_at_inst, _va) _at_inst(_va); macro
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DNonnullGlobalConstantsChecker.cpp119 } else if (const auto *AT = dyn_cast<AttributedType>(T)) { in isGlobalConstString() local
/external/llvm-project/llvm/unittests/Linker/
DLinkModulesTest.cpp66 ArrayType *AT; member in __anon94b35c770111::LinkModuleTest
112 ArrayType *AT = ArrayType::get(Type::getInt8PtrTy(Ctx), 3); in TEST_F() local
/external/llvm/unittests/Linker/
DLinkModulesTest.cpp67 ArrayType *AT; member in __anon1e609b690111::LinkModuleTest
113 ArrayType *AT = ArrayType::get(Type::getInt8PtrTy(Ctx), 3); in TEST_F() local
/external/python/setuptools/pkg_resources/_vendor/packaging/
Drequirements.py32 AT = L("@").suppress() variable
/external/python/setuptools/setuptools/_vendor/packaging/
Drequirements.py32 AT = L("@").suppress() variable
/external/llvm-project/clang/test/Layout/
Dms-x86-vtordisp.cpp151 struct AT { struct
152 virtual ~AT(){} in ~AT() argument

1234567891011