Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5253 auto FEWCLess = [](const FunctionEffectWithCondition &LHS, in getIntersection() local
5262 if (FEWCLess(A, B)) in getIntersection()
5264 else if (FEWCLess(B, A)) in getIntersection()