Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/clang/tools/libclang/
H A 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 …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dcontainer_debug_tests.h55 constexpr bool isSequential(ContainerType CT) { in isSequential()
59 constexpr bool isAssociative(ContainerType CT) { in isAssociative()
63 constexpr bool isUnordered(ContainerType CT) { in isUnordered()
67 constexpr bool isSet(ContainerType CT) { in isSet()
74 constexpr bool isMap(ContainerType CT) { in isMap()
81 constexpr bool isMulti(ContainerType CT) { in isMulti()
/aosp_15_r20/external/rust/android-crates-io/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()
/aosp_15_r20/external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
H A 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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.primitives/iterator.traits/
H A Dempty.verify.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
H A 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
/aosp_15_r20/external/clang/lib/Sema/
H A 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
/aosp_15_r20/external/libcxx/test/std/utilities/meta/meta.rel/
H A 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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.rel/
H A 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
/aosp_15_r20/external/llvm/unittests/IR/
H A 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
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_memplanning.cpp98 Tensor CT = Reduce( in TEST() local
209 Tensor CT = Reduce( in TEST() local
324 Tensor CT = Reduce( in TEST() local
411 Tensor CT = Reduce( in TEST() local
511 Tensor CT = Reduce( in TEST() local
623 Tensor CT = Reduce( in TEST() local
/aosp_15_r20/external/rust/android-crates-io/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()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dutils.rs58 pub(crate) fn cast_into<CT>(self) -> *const CT { in cast_into()
59 self.ptr as *const CT in cast_into() constant
159 pub(crate) fn cast_into<CT>(self) -> *mut CT { in cast_into()
/aosp_15_r20/external/clang/test/FixIt/
H A 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
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h67 CompositeType *CT = cast<CompositeType>(CurTy.getPointer()); in getIndexedType() local
80 } else if (CompositeType *CT = variable
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/drawing/
Darea.rs386 pub fn apply_coord_spec<CT: CoordTranslate>(&self, coord_spec: CT) -> DrawingArea<DB, CT> { in apply_coord_spec() argument
528 pub fn into_coord_spec(self) -> CT { in into_coord_spec()
533 pub fn as_coord_spec(&self) -> &CT { in as_coord_spec()
538 pub fn as_coord_spec_mut(&mut self) -> &mut CT { in as_coord_spec_mut()
/aosp_15_r20/external/eigen/blas/testing/
H A Dsblat3.f116 $ CC( NMAX*NMAX ), CS( NMAX*NMAX ), CT( NMAX ), variable
397 $ A, AA, AS, B, BB, BS, C, CC, CS, CT, G ) argument
422 $ CS( NMAX*NMAX ), CT( NMAX ), G( NMAX ) local
678 $ A, AA, AS, B, BB, BS, C, CC, CS, CT, G ) argument
703 $ CS( NMAX*NMAX ), CT( NMAX ), G( NMAX ) local
948 $ B, BB, BS, CT, G, C ) argument
972 $ C( NMAX, NMAX ), CT( NMAX ), G( NMAX ) local
1253 $ A, AA, AS, B, BB, BS, C, CC, CS, CT, G ) argument
1278 $ CS( NMAX*NMAX ), CT( NMAX ), G( NMAX ) local
1528 $ AB, AA, AS, BB, BS, C, CC, CS, CT, G, W ) argument
[all …]
H A Ddblat3.f116 $ CC( NMAX*NMAX ), CS( NMAX*NMAX ), CT( NMAX ), variable
397 $ A, AA, AS, B, BB, BS, C, CC, CS, CT, G ) argument
422 $ CS( NMAX*NMAX ), CT( NMAX ), G( NMAX ) local
678 $ A, AA, AS, B, BB, BS, C, CC, CS, CT, G ) argument
703 $ CS( NMAX*NMAX ), CT( NMAX ), G( NMAX ) local
948 $ B, BB, BS, CT, G, C ) argument
972 $ C( NMAX, NMAX ), CT( NMAX ), G( NMAX ) local
1253 $ A, AA, AS, B, BB, BS, C, CC, CS, CT, G ) argument
1278 $ CS( NMAX*NMAX ), CT( NMAX ), G( NMAX ) local
1528 $ AB, AA, AS, BB, BS, C, CC, CS, CT, G, W ) argument
[all …]
H A Dcblat3.f121 $ CC( NMAX*NMAX ), CS( NMAX*NMAX ), CT( NMAX ), variable
407 $ A, AA, AS, B, BB, BS, C, CC, CS, CT, G ) argument
434 $ CS( NMAX*NMAX ), CT( NMAX ) local
692 $ A, AA, AS, B, BB, BS, C, CC, CS, CT, G ) argument
719 $ CS( NMAX*NMAX ), CT( NMAX ) local
971 $ B, BB, BS, CT, G, C ) argument
997 $ C( NMAX, NMAX ), CT( NMAX ) local
1281 $ A, AA, AS, B, BB, BS, C, CC, CS, CT, G ) argument
1308 $ CS( NMAX*NMAX ), CT( NMAX ) local
1613 $ AB, AA, AS, BB, BS, C, CC, CS, CT, G, W ) argument
[all …]
H A Dzblat3.f123 $ CC( NMAX*NMAX ), CS( NMAX*NMAX ), CT( NMAX ), variable
409 $ A, AA, AS, B, BB, BS, C, CC, CS, CT, G ) argument
436 $ CS( NMAX*NMAX ), CT( NMAX ) local
694 $ A, AA, AS, B, BB, BS, C, CC, CS, CT, G ) argument
721 $ CS( NMAX*NMAX ), CT( NMAX ) local
973 $ B, BB, BS, CT, G, C ) argument
1000 $ C( NMAX, NMAX ), CT( NMAX ) local
1284 $ A, AA, AS, B, BB, BS, C, CC, CS, CT, G ) argument
1311 $ CS( NMAX*NMAX ), CT( NMAX ) local
1616 $ AB, AA, AS, BB, BS, C, CC, CS, CT, G, W ) argument
[all …]
/aosp_15_r20/external/cblas/testing/
H A Dc_dblat3.f70 $ CC( NMAX*NMAX ), CS( NMAX*NMAX ), CT( NMAX ), variable
419 $ A, AA, AS, B, BB, BS, C, CC, CS, CT, G, IORDER) argument
444 $ CS( NMAX*NMAX ), CT( NMAX ), G( NMAX ) local
743 $ A, AA, AS, B, BB, BS, C, CC, CS, CT, G, IORDER) argument
768 $ CS( NMAX*NMAX ), CT( NMAX ), G( NMAX ) local
1053 $ B, BB, BS, CT, G, C, IORDER ) argument
1077 $ C( NMAX, NMAX ), CT( NMAX ), G( NMAX ) local
1411 $ A, AA, AS, B, BB, BS, C, CC, CS, CT, G, IORDER) argument
1436 $ CS( NMAX*NMAX ), CT( NMAX ), G( NMAX ) local
1727 $ AB, AA, AS, BB, BS, C, CC, CS, CT, G, W, argument
[all …]
H A Dc_sblat3.f70 $ CC( NMAX*NMAX ), CS( NMAX*NMAX ), CT( NMAX ), variable
418 $ A, AA, AS, B, BB, BS, C, CC, CS, CT, G, argument
444 $ CS( NMAX*NMAX ), CT( NMAX ), G( NMAX ) local
746 $ A, AA, AS, B, BB, BS, C, CC, CS, CT, G, argument
772 $ CS( NMAX*NMAX ), CT( NMAX ), G( NMAX ) local
1057 $ B, BB, BS, CT, G, C, IORDER ) argument
1081 $ C( NMAX, NMAX ), CT( NMAX ), G( NMAX ) local
1415 $ A, AA, AS, B, BB, BS, C, CC, CS, CT, G, argument
1441 $ CS( NMAX*NMAX ), CT( NMAX ), G( NMAX ) local
1732 $ AB, AA, AS, BB, BS, C, CC, CS, CT, G, W, argument
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp280 if (DICompositeType *CT = OldTypeRefs.Final.lookup(Ref.first)) in tryToResolveCycles() local
307 DICompositeType &CT) { in addTypeRef()
320 if (auto *CT = OldTypeRefs.Final.lookup(UUID)) in upgradeTypeRef() local
1380 DICompositeType *CT = nullptr; in parseOneMetadata() local
/aosp_15_r20/external/llvm/utils/TableGen/
H A 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

123456