Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp57 const auto ConditionalOperatorM = [Target](const Expr *E) { in canExprResolveTo() local
84 return E == Target || ConditionalOperatorM(E) || in canExprResolveTo()