| /external/clang/tools/libclang/ |
| D | CXType.cpp | 131 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/ |
| D | is_invocable.pass.cpp | 60 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/ |
| D | empty.fail.cpp | 75 …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/ |
| D | DebugTypeODRUniquingTest.cpp | 40 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/ |
| D | DebugTypeODRUniquingTest.cpp | 40 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/ |
| D | SemaExceptionSpec.cpp | 962 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/ |
| D | GetElementPtrTypeIterator.h | 58 CompositeType *CT = cast<CompositeType>(CurTy); in getIndexedType() local 69 if (CompositeType *CT = dyn_cast<CompositeType>(CurTy)) { variable
|
| /external/skia/infra/bots/ |
| D | README.md | 98 CT section in Skia Infrastructure
|
| /external/skqp/infra/bots/ |
| D | README.md | 98 CT section in Skia Infrastructure
|
| /external/llvm/include/llvm/IR/ |
| D | GetElementPtrTypeIterator.h | 67 CompositeType *CT = cast<CompositeType>(CurTy.getPointer()); in getIndexedType() local 80 } else if (CompositeType *CT = variable
|
| /external/clang/test/FixIt/ |
| D | fixit.cpp | 22 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/ |
| D | ModuleDebugInfoPrinter.cpp | 120 if (auto *CT = dyn_cast<DICompositeType>(T)) { in print() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
| D | ModuleDebugInfoPrinter.cpp | 122 if (auto *CT = dyn_cast<DICompositeType>(T)) { in print() local
|
| /external/ltp/testcases/realtime/stress/pi-tests/ |
| D | lookup_pi_state.c | 47 pthread_cond_t CT; variable
|
| /external/nos/test/system-test-harness/src/ |
| D | cavptests.cc | 129 const uint8_t *CT = (const uint8_t *)test_case->CT; in TEST_F() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
| D | DAGISelMatcher.cpp | 336 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) { in isContradictoryImpl() local 350 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) in isContradictoryImpl() local
|
| D | DAGISelMatcherOpt.cpp | 50 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes() local
|
| /external/llvm/utils/TableGen/ |
| D | DAGISelMatcher.cpp | 337 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) { in isContradictoryImpl() local 351 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) in isContradictoryImpl() local
|
| D | DAGISelMatcherOpt.cpp | 50 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes() local
|
| /external/swiftshader/third_party/LLVM/utils/TableGen/ |
| D | DAGISelMatcher.cpp | 367 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/ |
| D | random_poisson_op.cc | 273 typedef typename PoissonComputeType<T>::ComputeType CT; typedef
|
| /external/clang/lib/AST/ |
| D | ExprClassification.cpp | 613 CanQualType CT = Ctx.getCanonicalType(E->getType()); in IsModifiable() local
|
| D | Mangle.cpp | 204 CXXCtorType CT, const BlockDecl *BD, in mangleCtorBlock()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPURewriteOutArguments.cpp | 403 if (StructType *CT = dyn_cast<StructType>(EltTy)) { in runOnFunction() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
| D | MetadataLoader.cpp | 270 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
|