Home
last modified time | relevance | path

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

1234567

/external/llvm-project/libcxx/test/support/
Dcontainer_debug_tests.h61 constexpr bool isSequential(ContainerType CT) { in isSequential()
65 constexpr bool isAssociative(ContainerType CT) { in isAssociative()
69 constexpr bool isUnordered(ContainerType CT) { in isUnordered()
73 constexpr bool isSet(ContainerType CT) { in isSet()
80 constexpr bool isMap(ContainerType CT) { in isMap()
87 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
/external/llvm-project/clang/tools/libclang/
DCXType.cpp162 CXType CT = { TK, { TK == CXType_Invalid ? nullptr in MakeCXType() local
169 static inline QualType GetQualType(CXType CT) { in GetQualType()
173 static inline CXTranslationUnit GetTU(CXType CT) { in GetTU()
291 CXString clang_getTypeSpelling(CXType CT) { in clang_getTypeSpelling()
389 CXType clang_getCanonicalType(CXType CT) { in clang_getCanonicalType()
404 unsigned clang_isConstQualifiedType(CXType CT) { in clang_isConstQualifiedType()
409 unsigned clang_isVolatileQualifiedType(CXType CT) { in clang_isVolatileQualifiedType()
414 unsigned clang_isRestrictQualifiedType(CXType CT) { in clang_isRestrictQualifiedType()
419 unsigned clang_getAddressSpace(CXType CT) { in clang_getAddressSpace()
432 CXString clang_getTypedefName(CXType CT) { in clang_getTypedefName()
[all …]
/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/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetGeneratorTest.cpp84 const auto &CT = CodeTemplates[0]; in TEST_F() local
107 const auto &CT = CodeTemplates[0]; in TEST_F() local
129 const auto &CT = CodeTemplates[0]; in TEST_F() local
172 for (const auto &CT : CodeTemplates) { in TEST_F() local
193 for (const auto &CT : CodeTemplates) { in TEST_F() local
230 const auto &CT = CodeTemplates[0]; in TEST_F() local
251 const auto &CT = CodeTemplates[0]; in TEST_F() local
277 const auto &CT = CodeTemplates[0]; in TEST_F() local
309 const auto &CT = CodeTemplates[0]; in TEST_F() local
345 const auto &CT = CodeTemplates[0]; in TEST_F() local
/external/llvm-project/libcxx/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/llvm-project/libcxx/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-project/clang/lib/Sema/
DSemaExceptionSpec.cpp1056 CanThrowResult CT = CT_Cannot; in canVarDeclThrow() local
1136 CanThrowResult CT = canDynamicCastThrow(CE); in canThrow() local
1155 CanThrowResult CT; in canThrow() local
1173 CanThrowResult CT = canCalleeThrow(*this, CE, CE->getConstructor()); in canThrow() local
1186 CanThrowResult CT = CT_Cannot; in canThrow() local
1197 CanThrowResult CT; in canThrow() local
1209 CanThrowResult CT; in canThrow() local
1230 CanThrowResult CT = in canThrow() local
1239 CanThrowResult CT = CT_Cannot; in canThrow() local
1316 CanThrowResult CT = in canThrow() local
[all …]
/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/llvm-project/llvm/unittests/IR/
DDebugTypeODRUniquingTest.cpp40 auto &CT = *DICompositeType::getODRType( in TEST() local
74 auto &CT = *DICompositeType::buildODRType( in TEST() local
118 auto &CT = *DICompositeType::buildODRType( in TEST() local
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/PowerPC/
DSnippetGeneratorTest.cpp68 const auto &CT = CodeTemplates[0]; in TEST_F() local
98 const auto &CT = CodeTemplates[0]; in TEST_F() local
121 const auto &CT = CodeTemplates[0]; in TEST_F() local
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DSerialSnippetGenerator.cpp103 CodeTemplate CT; in appendCodeTemplates() local
125 CodeTemplate CT; in appendCodeTemplates() local
145 CodeTemplate CT; in appendCodeTemplates() local
DSnippetGenerator.cpp27 std::vector<CodeTemplate> getSingleton(CodeTemplate &&CT) { in getSingleton()
150 CodeTemplate &CT = Result.back(); in generateSelfAliasingCodeTemplates() local
168 CodeTemplate &CT = Result.back(); in generateUnconstrainedCodeTemplates() 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/llvm-project/clang/test/SemaTemplate/
Ddeduction-guide.cpp91 using CT = decltype(c); typedef
92 using CT = C<int>; typedef
/external/llvm-project/clang/test/CXX/temp/temp.res/temp.local/
Dp8.cpp92 struct CT : BaseT { struct
93 template<typename> void f(T x) { // expected-error {{void}} in f()
96 template<typename> void g(U x) { U u; } in g()
97 template<typename AA> void h(AA x) { AA aa; } in h()
98 template<typename BB> void i(BB x) { BB bb; } in i()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-static-accessed-through-instance.cpp22 template <typename T> struct CT { struct
24 static T x;
25 int nsx;
26 void mf() { in mf()
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/
DSnippetGeneratorTest.cpp68 const auto &CT = CodeTemplates[0]; in TEST_F() local
113 const auto &CT = CodeTemplates[0]; in TEST_F() local
/external/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h67 CompositeType *CT = cast<CompositeType>(CurTy.getPointer()); in getIndexedType() local
80 } else if (CompositeType *CT = variable
/external/skqp/infra/bots/
DREADME.md98 CT section in Skia Infrastructure
/external/skia/infra/bots/
DREADME.md92 CT section in Skia Infrastructure
/external/llvm-project/libcxx/test/std/utilities/time/time.hms/time.hms.members/
Dprecision_type.pass.cpp53 using CT = std::common_type_t<typename Duration::rep, std::chrono::seconds::rep>; in check_precision() typedef
Dprecision.pass.cpp53 using CT = std::common_type_t<typename Duration::rep, std::chrono::seconds::rep>; in check_precision() typedef

1234567