Home
last modified time | relevance | path

Searched refs:CompCategories (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2238 ComparisonCategories CompCategories; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1035 CGF.getContext().CompCategories.getInfoForType(E->getType()); in VisitBinCmp()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp384 Ctx.getASTContext().CompCategories.lookupInfoForType(BO->getType()); in VisitBinaryOperator()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8276 auto *Info = S.Context.CompCategories.lookupInfoForType( in visitBinaryOperator()
8347 S.Context.CompCategories.lookupInfoForType(FD->getReturnType())) { in visitBinaryOperator()
8492 VarDecl *EqualVD = S.Context.CompCategories.getInfoForType(StrongOrdering) in build()
11861 ComparisonCategoryInfo *Info = Context.CompCategories.lookupInfo(Kind); in CheckComparisonCategoryType()
H A DSemaOverload.cpp14882 Context.CompCategories.lookupInfoForType(DefaultedFn->getReturnType()); in BuildSynthesizedThreeWayComparison()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp890 CompCategories(this_()), LastSDM(nullptr, 0) { in ASTContext()
H A DExprConstant.cpp13527 Info.Ctx.CompCategories.getInfoForType(E->getType()); in VisitBinCmp()