Searched refs:CCT (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ComparisonCategories.cpp | 25 using CCT = ComparisonCategoryType; in getComparisonCategoryForBuiltinCmp() typedef 28 return CCT::StrongOrdering; in getComparisonCategoryForBuiltinCmp() 31 return CCT::PartialOrdering; in getComparisonCategoryForBuiltinCmp() 37 return CCT::StrongOrdering; in getComparisonCategoryForBuiltinCmp() 127 using CCT = ComparisonCategoryType; in lookupInfoForType() typedef 145 for (unsigned I = static_cast<unsigned>(CCT::First), in lookupInfoForType() 146 End = static_cast<unsigned>(CCT::Last); in lookupInfoForType() 148 CCT Kind = static_cast<CCT>(I); in lookupInfoForType() 203 using CCT = ComparisonCategoryType; in getPossibleResultsForType() typedef 207 bool IsStrong = Type == CCT::StrongOrdering; in getPossibleResultsForType() [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/strings/string.view/string.view.cons/ |
| H A D | from_range.pass.cpp | 148 using CCT = constexpr_char_traits<char>; typedef 153 static_assert(std::is_constructible_v<std::basic_string_view<char, CCT>, WithTraitsType<CCT>>); 154 static_assert(!std::is_constructible_v<std::string_view, WithTraitsType<CCT>>); // wrong traits ty…
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | static-accessed-through-instance.cpp | 106 template <typename T> struct CCT { struct 194 CCT<int> cct; in static_through_instance()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 2876 EVT CCT = getSetCCResultType(NVT); in ExpandIntRes_MINMAX() local 2883 SDValue IsHiLeft = DAG.getSetCC(DL, CCT, LHSH, RHSH, CondC); in ExpandIntRes_MINMAX() 2884 SDValue IsHiEq = DAG.getSetCC(DL, CCT, LHSH, RHSH, ISD::SETEQ); in ExpandIntRes_MINMAX()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 12288 Optional<ComparisonCategoryType> CCT = in checkArithmeticOrEnumeralThreeWayCompare() local 12290 if (!CCT) in checkArithmeticOrEnumeralThreeWayCompare() 12303 *CCT, Loc, Sema::ComparisonCategoryUsage::OperatorInExpression); in checkArithmeticOrEnumeralThreeWayCompare() 12432 Optional<ComparisonCategoryType> CCT = in CheckCompareOperands() local 12434 if (!CCT) in CheckCompareOperands() 12448 *CCT, Loc, ComparisonCategoryUsage::OperatorInExpression); in CheckCompareOperands()
|