Searched refs:checkIfTwoExprsAreSame (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 11598 bool checkIfTwoExprsAreSame(ASTContext &Context, const Expr *LHS, in checkIfTwoExprsAreSame() function 11775 if (checkIfTwoExprsAreSame(ContextRef, X, Cond->getLHS())) { in checkCondUpdateStmt() 11790 if (checkIfTwoExprsAreSame(ContextRef, X, Cond->getLHS()) && in checkCondUpdateStmt() 11791 checkIfTwoExprsAreSame(ContextRef, E, Cond->getRHS())) { in checkCondUpdateStmt() 11849 if (!checkIfTwoExprsAreSame(ContextRef, X, CO->getFalseExpr())) { in checkCondExprStmt() 11870 if (checkIfTwoExprsAreSame(ContextRef, X, Cond->getLHS())) { in checkCondExprStmt() 11885 if (checkIfTwoExprsAreSame(ContextRef, X, Cond->getLHS()) && in checkCondExprStmt() 11886 checkIfTwoExprsAreSame(ContextRef, E, Cond->getRHS())) { in checkCondExprStmt() 12077 if (checkIfTwoExprsAreSame(ContextRef, X, Cond->getLHS())) { in checkForm3() 12129 if (!checkIfTwoExprsAreSame(ContextRef, X, ElseBO->getRHS())) { in checkForm3() [all …]
|