Home
last modified time | relevance | path

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

1234

/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/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/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/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DDebugTypeODRUniquingTest.cpp40 auto &CT = *DICompositeType::getODRType( in TEST() local
72 auto &CT = *DICompositeType::buildODRType( in TEST() local
109 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/swiftshader/third_party/LLVM/include/llvm/Support/
DGetElementPtrTypeIterator.h58 CompositeType *CT = cast<CompositeType>(CurTy); in getIndexedType() local
69 if (CompositeType *CT = dyn_cast<CompositeType>(CurTy)) { variable
/external/skia/infra/bots/
DREADME.md98 CT section in Skia Infrastructure
/external/skqp/infra/bots/
DREADME.md98 CT section in Skia Infrastructure
/external/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h67 CompositeType *CT = cast<CompositeType>(CurTy.getPointer()); in getIndexedType() local
80 } else if (CompositeType *CT = variable
/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/llvm/lib/Analysis/
DModuleDebugInfoPrinter.cpp120 if (auto *CT = dyn_cast<DICompositeType>(T)) { in print() local
/external/swiftshader/third_party/llvm-7.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/nos/test/system-test-harness/src/
Dcavptests.cc129 const uint8_t *CT = (const uint8_t *)test_case->CT; in TEST_F() local
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDAGISelMatcher.cpp336 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) { in isContradictoryImpl() local
350 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) in isContradictoryImpl() local
DDAGISelMatcherOpt.cpp50 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes() local
/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
DDAGISelMatcherOpt.cpp50 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes() local
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcher.cpp367 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) { in isContradictoryImpl() local
381 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) in isContradictoryImpl() local
/external/tensorflow/tensorflow/core/kernels/
Drandom_poisson_op.cc273 typedef typename PoissonComputeType<T>::ComputeType CT; typedef
/external/clang/lib/AST/
DExprClassification.cpp613 CanQualType CT = Ctx.getCanonicalType(E->getType()); in IsModifiable() local
DMangle.cpp204 CXXCtorType CT, const BlockDecl *BD, in mangleCtorBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp403 if (StructType *CT = dyn_cast<StructType>(EltTy)) { in runOnFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp270 if (DICompositeType *CT = OldTypeRefs.Final.lookup(Ref.first)) in tryToResolveCycles() local
297 DICompositeType &CT) { in addTypeRef()
310 if (auto *CT = OldTypeRefs.Final.lookup(UUID)) in upgradeTypeRef() local
1298 DICompositeType *CT = nullptr; in parseOneMetadata() local

1234