Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp12366 auto IsAnyPointerType = [](ExprResult E) { in CheckCompareOperands() local
12376 if (!IsThreeWay || IsAnyPointerType(LHS) || IsAnyPointerType(RHS)) { in CheckCompareOperands()