Home
last modified time | relevance | path

Searched defs:CT (Results 1 – 25 of 90) sorted by relevance

1234

/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dcontainer_debug_tests.h56 constexpr bool isSequential(ContainerType CT) { in isSequential()
60 constexpr bool isAssociative(ContainerType CT) { in isAssociative()
64 constexpr bool isUnordered(ContainerType CT) { in isUnordered()
68 constexpr bool isSet(ContainerType CT) { in isSet()
75 constexpr bool isMap(ContainerType CT) { in isMap()
82 constexpr bool isMulti(ContainerType CT) { in isMulti()
/external/rust/crates/plotters/src/chart/
Dstate.rs42 fn from(chart: ChartContext<'a, DB, CT>) -> ChartState<CT> { in from() argument
54 pub fn into_chart_state(self) -> ChartState<CT> { in into_chart_state()
62 pub fn into_shared_chart_state(self) -> ChartState<Arc<CT>> { in into_shared_chart_state()
76 fn from(chart: &ChartContext<'a, DB, CT>) -> ChartState<CT> { in from() argument
87 pub fn to_chart_state(&self) -> ChartState<CT> { in to_chart_state()
100 ) -> ChartContext<'a, DB, CT> { in restore() argument
Dcontext.rs78 pub fn plotting_area(&self) -> &DrawingArea<DB, CT> { in plotting_area() argument
83 pub fn as_coord_spec(&self) -> &CT { in as_coord_spec()
/external/clang/tools/libclang/
DCXType.cpp131 CXType CT = { TK, { TK == CXType_Invalid ? nullptr in MakeCXType() local
138 static inline QualType GetQualType(CXType CT) { in GetQualType()
142 static inline CXTranslationUnit GetTU(CXType CT) { in GetTU()
223 CXString clang_getTypeSpelling(CXType CT) { in clang_getTypeSpelling()
321 CXType clang_getCanonicalType(CXType CT) { in clang_getCanonicalType()
336 unsigned clang_isConstQualifiedType(CXType CT) { in clang_isConstQualifiedType()
341 unsigned clang_isVolatileQualifiedType(CXType CT) { in clang_isVolatileQualifiedType()
346 unsigned clang_isRestrictQualifiedType(CXType CT) { in clang_isRestrictQualifiedType()
351 CXType clang_getPointeeType(CXType CT) { in clang_getPointeeType()
382 CXCursor clang_getTypeDeclaration(CXType CT) { in clang_getTypeDeclaration()
[all …]
/external/libcxx/test/std/utilities/meta/meta.rel/
Dis_invocable.pass.cpp60 using CT = std::reference_wrapper<const Tag>; in main() typedef
72 using CT = const Tag*; in main() typedef
98 using CT = std::reference_wrapper<const Tag>; in main() typedef
109 using CT = const Tag*; in main() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/meta/meta.rel/
Dis_invocable.pass.cpp140 using CT = std::reference_wrapper<const Tag>; in main() typedef
152 using CT = const Tag*; in main() typedef
178 using CT = std::reference_wrapper<const Tag>; in main() typedef
189 using CT = const Tag*; in main() typedef
/external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
Dempty.fail.cpp75 …typedef T::iterator_category CT; // expected-error-re {{no type named 'iterator_category' in 'std:… in main() typedef
84 …typedef T::iterator_category CT; // expected-error-re {{no type named 'iterator_category' in 'std:… in main() typedef
93 …typedef T::iterator_category CT; // expected-error-re {{no type named 'iterator_category' in 'std:… in main() typedef
102 …typedef T::iterator_category CT; // expected-error-re {{no type named 'iterator_category' in 'std:… in main() typedef
111 …typedef T::iterator_category CT; // expected-error-re {{no type named 'iterator_category' in 'std:… in main() typedef
120 …typedef T::iterator_category CT; // expected-error-re {{no type named 'iterator_category' in 'std:… in main() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/iterator.primitives/iterator.traits/
Dempty.fail.cpp74 …typedef T::iterator_category CT; // expected-error-re {{no type named 'iterator_category' in 'std:… in main() typedef
83 …typedef T::iterator_category CT; // expected-error-re {{no type named 'iterator_category' in 'std:… in main() typedef
92 …typedef T::iterator_category CT; // expected-error-re {{no type named 'iterator_category' in 'std:… in main() typedef
101 …typedef T::iterator_category CT; // expected-error-re {{no type named 'iterator_category' in 'std:… in main() typedef
110 …typedef T::iterator_category CT; // expected-error-re {{no type named 'iterator_category' in 'std:… in main() typedef
119 …typedef T::iterator_category CT; // expected-error-re {{no type named 'iterator_category' in 'std:… in main() typedef
/external/llvm/unittests/IR/
DDebugTypeODRUniquingTest.cpp40 auto &CT = *DICompositeType::getODRType( in TEST() local
71 auto &CT = *DICompositeType::buildODRType( in TEST() local
106 auto &CT = *DICompositeType::buildODRType( in TEST() local
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp962 CanThrowResult CT = canDynamicCastThrow(cast<CXXDynamicCastExpr>(E)); in canThrow() local
981 CanThrowResult CT; in canThrow() local
997 CanThrowResult CT = canCalleeThrow(*this, E, in canThrow() local
1010 CanThrowResult CT = CT_Cannot; in canThrow() local
1020 CanThrowResult CT; in canThrow() local
1031 CanThrowResult CT; in canThrow() local
1052 CanThrowResult CT = canCalleeThrow(*this, E, in canThrow() local
1109 CanThrowResult CT = E->isTypeDependent() ? CT_Dependent : CT_Cannot; in canThrow() local
/external/rust/crates/plotters/src/element/
Dmod.rs259 fn map<CT: CoordTranslate>(coord_trans: &CT, from: &CT::From, rect: &Rect) -> Self::Output; in map()
267 fn map<CT: CoordTranslate>(coord_trans: &CT, from: &CT::From, rect: &Rect) -> BackendCoord { in map()
282 coord_trans: &CT, in map()
/external/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h67 CompositeType *CT = cast<CompositeType>(CurTy.getPointer()); in getIndexedType() local
80 } else if (CompositeType *CT = variable
/external/skia/infra/bots/
DREADME.md92 CT section in Skia Infrastructure
/external/cronet/buildtools/third_party/libc++/trunk/test/std/time/time.hms/time.hms.members/
Dprecision.pass.cpp55 using CT = std::common_type_t<typename Duration::rep, std::chrono::seconds::rep>; in check_precision() typedef
/external/clang/test/FixIt/
Dfixit.cpp22 template<int Value> struct CT { template<typename> struct Inner; }; // expected-note{{previous use … struct
31 struct CT<0> { }; // expected-error{{'template<>'}} struct
33 template<> union CT<1> { }; // expected-error{{tag type}} union
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/forward/
Dforward_like.pass.cpp20 using CT = const T; typedef
/external/tensorflow/tensorflow/python/util/
Dvariable_utils_test.py29 class CT(composite_tensor.CompositeTensor): class
/external/llvm/lib/Analysis/
DModuleDebugInfoPrinter.cpp120 if (auto *CT = dyn_cast<DICompositeType>(T)) { in print() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleDebugInfoPrinter.cpp122 if (auto *CT = dyn_cast<DICompositeType>(T)) { in print() local
/external/ltp/testcases/realtime/stress/pi-tests/
Dlookup_pi_state.c47 pthread_cond_t CT; variable
/external/rust/crates/plotters/src/drawing/
Darea.rs388 pub fn apply_coord_spec<CT: CoordTranslate>(&self, coord_spec: CT) -> DrawingArea<DB, CT> { in apply_coord_spec() argument
530 pub fn into_coord_spec(self) -> CT { in into_coord_spec()
535 pub fn as_coord_spec(&self) -> &CT { in as_coord_spec()
540 pub fn as_coord_spec_mut(&mut self) -> &mut CT { in as_coord_spec_mut()
/external/llvm/utils/TableGen/
DDAGISelMatcher.cpp337 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) { in isContradictoryImpl() local
351 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) in isContradictoryImpl() local
/external/tensorflow/tensorflow/core/kernels/
Drandom_poisson_op.cc277 typedef typename PoissonComputeType<T>::ComputeType CT; typedef
/external/clang/lib/AST/
DExprClassification.cpp613 CanQualType CT = Ctx.getCanonicalType(E->getType()); in IsModifiable() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp403 if (StructType *CT = dyn_cast<StructType>(EltTy)) { in runOnFunction() local

1234