Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp148 static bool areExprTypesCompatible(const Expr *E1, const Expr *E2) { in areExprTypesCompatible() function
1118 if (!areExprTypesCompatible(NumExpr1, NumExpr2)) in checkIncorrectLogicOperator()