/llvm-project/libcxx/test/support/ |
H A D | container_debug_tests.h | 55 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()
|
/llvm-project/clang/tools/libclang/ |
H A D | CXType.cpp | 180 return QualType::getFromOpaquePtr(CT.data[0]); in GetTU() argument 169 CXType CT = { TK, { TK == CXType_Invalid ? nullptr MakeCXType() local 176 GetQualType(CXType CT) GetQualType() argument 299 clang_getTypeSpelling(CXType CT) clang_getTypeSpelling() argument 389 clang_getCanonicalType(CXType CT) clang_getCanonicalType() argument 404 clang_isConstQualifiedType(CXType CT) clang_isConstQualifiedType() argument 409 clang_isVolatileQualifiedType(CXType CT) clang_isVolatileQualifiedType() argument 414 clang_isRestrictQualifiedType(CXType CT) clang_isRestrictQualifiedType() argument 419 clang_getAddressSpace(CXType CT) clang_getAddressSpace() argument 432 clang_getTypedefName(CXType CT) clang_getTypedefName() argument 443 clang_getPointeeType(CXType CT) clang_getPointeeType() argument 481 clang_getUnqualifiedType(CXType CT) clang_getUnqualifiedType() argument 485 clang_getNonReferenceType(CXType CT) clang_getNonReferenceType() argument 489 clang_getTypeDeclaration(CXType CT) clang_getTypeDeclaration() argument 808 clang_getElementType(CXType CT) clang_getElementType() argument 843 clang_getNumElements(CXType CT) clang_getNumElements() argument 866 clang_getArrayElementType(CXType CT) clang_getArrayElementType() argument 892 clang_getArraySize(CXType CT) clang_getArraySize() argument 936 clang_Type_getClassType(CXType CT) clang_Type_getClassType() argument 1059 clang_Type_getModifiedType(CXType CT) clang_Type_getModifiedType() argument 1154 clang_Type_getNumTemplateArguments(CXType CT) clang_Type_getNumTemplateArguments() argument 1166 clang_Type_getTemplateArgumentAsType(CXType CT,unsigned index) clang_Type_getTemplateArgumentAsType() argument 1179 clang_Type_getObjCObjectBaseType(CXType CT) clang_Type_getObjCObjectBaseType() argument 1191 clang_Type_getNumObjCProtocolRefs(CXType CT) clang_Type_getNumObjCProtocolRefs() argument 1203 clang_Type_getObjCProtocolDecl(CXType CT,unsigned i) clang_Type_getObjCProtocolDecl() argument 1219 clang_Type_getNumObjCTypeArgs(CXType CT) clang_Type_getNumObjCTypeArgs() argument 1231 clang_Type_getObjCTypeArg(CXType CT,unsigned i) clang_Type_getObjCTypeArg() argument 1306 clang_Type_getNamedType(CXType CT) clang_Type_getNamedType() argument 1325 clang_Type_getNullability(CXType CT) clang_Type_getNullability() argument 1345 clang_Type_getValueType(CXType CT) clang_Type_getValueType() argument [all...] |
/llvm-project/libcxx/test/std/utilities/meta/meta.rel/ |
H A D | is_invocable.pass.cpp | 140 using CT = std::reference_wrapper<const Tag>; main() typedef 152 using CT = const Tag*; main() typedef 178 using CT = std::reference_wrapper<const Tag>; main() typedef 189 using CT = const Tag*; main() typedef
|
/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/ |
H A D | SnippetGeneratorTest.cpp | 80 const auto &CT = CodeTemplates[0]; in TEST_F() local 103 const auto &CT = CodeTemplates[0]; in TEST_F() local 125 const auto &CT = CodeTemplates[0]; in TEST_F() local 178 for (const auto &CT : CodeTemplates) { TEST_F() local 202 for (const auto &CT : CodeTemplates) { TEST_F() local 223 for (const auto &CT : CodeTemplates) { TEST_F() local 261 const auto &CT = CodeTemplates[0]; TEST_F() local 287 for (const auto &CT : CodeTemplates) { TEST_F() local 327 for (const auto &CT : CodeTemplates) { TEST_F() local 369 for (const auto &CT : CodeTemplates) { TEST_F() local 406 for (const auto &CT : CodeTemplates) { TEST_F() local [all...] |
/llvm-project/libcxx/test/std/iterators/iterator.primitives/iterator.traits/ |
H A D | empty.verify.cpp |
|
/llvm-project/llvm/unittests/tools/llvm-exegesis/PowerPC/ |
H A D | SnippetGeneratorTest.cpp | 64 const auto &CT = CodeTemplates[0]; in TEST_F() local 94 const auto &CT = CodeTemplates[0]; in TEST_F() local 117 for (const auto &CT : CodeTemplates) { in TEST_F() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | DebugTypeODRUniquingTest.cpp | 41 auto &CT = *DICompositeType::getODRType( in TEST() local 77 auto &CT = *DICompositeType::buildODRType( TEST() local 125 auto &CT = *DICompositeType::buildODRType( TEST() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 1130 if (CT in canThrow() local 1052 CanThrowResult CT = CT_Cannot; canVarDeclThrow() local 1150 CanThrowResult CT; canThrow() local 1168 CanThrowResult CT = canCalleeThrow(*this, CE, CE->getConstructor()); canThrow() local 1181 CanThrowResult CT = CT_Cannot; canThrow() local 1192 CanThrowResult CT; canThrow() local 1204 CanThrowResult CT; canThrow() local 1225 CanThrowResult CT = canThrow() local 1234 CanThrowResult CT = CT_Cannot; canThrow() local 1312 CanThrowResult CT = canThrow() local 1516 CanThrowResult CT = CT_Cannot; canThrow() local 1534 CanThrowResult CT = CT_Cannot; canThrow() local 1575 CanThrowResult CT = CT_Cannot; canThrow() local [all...] |
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | SerialSnippetGenerator.cpp | 107 CodeTemplate CT; appendCodeTemplates() local 129 CodeTemplate CT; appendCodeTemplates() local 150 CodeTemplate CT; appendCodeTemplates() local [all...] |
H A D | SnippetGenerator.cpp | 27 std::vector<CodeTemplate> getSingleton(CodeTemplate &&CT) { in getSingleton() argument 155 CodeTemplate &CT = Result.back(); generateSelfAliasingCodeTemplates() local 173 CodeTemplate &CT = Result.back(); generateUnconstrainedCodeTemplates() local [all...] |
H A D | CodeTemplate.cpp | 23 CodeTemplate CT = *this; in clone() local
|
/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/ |
H A D | SnippetGeneratorTest.cpp | 64 const auto &CT = CodeTemplates[0]; in TEST_F() local 109 const auto &CT = CodeTemplates[0]; in TEST_F() local
|
/llvm-project/clang/test/CXX/temp/temp.res/temp.local/ |
H A D | p8.cpp | 93 struct CT : BaseT { in f() argument 92 struct CT : BaseT { global() struct 96 gSearchClassBetweenTemplateParameterLists::A::B::CT g() argument 97 hSearchClassBetweenTemplateParameterLists::A::B::CT h() argument 98 iSearchClassBetweenTemplateParameterLists::A::B::CT i() argument
|
/llvm-project/libcxx/test/std/time/time.hms/time.hms.members/ |
H A D | precision.pass.cpp | 55 using CT = std::common_type_t<typename Duration::rep, std::chrono::seconds::rep>; in check_precision() typedef
|
/llvm-project/libcxx/test/std/utilities/utility/forward/ |
H A D | forward_like.pass.cpp | 20 using CT = const T; typedef
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | deduction-guide.cpp | 92 using CT = decltype(c); typedef 93 using CT = C<int>; typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | static-accessed-through-instance.cpp | 34 template <typename T> struct CT { struct 36 static T x; 37 int nsx; 38 void mf() { in mf()
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleDebugInfoPrinter.cpp | 94 if (auto *CT = dyn_cast<DICompositeType>(T)) { printModuleDebugInfo() local
|
/llvm-project/clang/test/FixIt/ |
H A D | fixit.cpp | 26 template<int Value> struct CT { template<typename> struct Inner; }; // expected-note{{previous use … struct 39 struct CT<0> { }; // expected-error{{'template<>'}} struct 41 template<> union CT<1> { }; // expected-error{{tag type}} union
|
/llvm-project/clang-tools-extra/pseudo/lib/ |
H A D | Lex.cpp |
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | CaptureTrackingTest.cpp | 110 CollectingCaptureTracker CT; in TEST() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.h |
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | UseTrailingReturnTypeCheck.cpp | 182 ClassifiedToken CT; in classifyToken() local 254 if (std::optional<ClassifiedToken> CT = classifyToken(F, *PP, T)) in classifyTokensBeforeFunctionName() local
|
/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | R600InstPrinter.cpp | 63 switch (CT) { in printCT() local
|
/llvm-project/llvm/lib/Support/ |
H A D | DAGDeltaAlgorithm.cpp | 335 CurrentSet.insert(pred_begin(CT), pred_end(CT)); in Run() local
|