Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp90 static bool areExprTypesCompatible(const Expr *E1, const Expr *E2) { in areExprTypesCompatible() function
792 if (!areExprTypesCompatible(Expr1, Expr2)) in checkIncorrectLogicOperator()