Searched refs:CheckValue (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 106 auto CheckValue = [&](const ConstantAggregate *CA) { in check() 121 if (!CheckValue(CA)) in check() 125 if (!CheckValue(Worklist.pop_back_val())) in check()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 11697 static bool CheckValue(const Expr *E, ErrorInfoTy &ErrorInfo, in CheckValue() function in __anon7e4ded5b4111::OpenMPAtomicCompareChecker 11914 if (!CheckValue(X, ErrorInfo, true)) in checkType() 11917 if (!CheckValue(E, ErrorInfo, false)) in checkType() 11920 if (D && !CheckValue(D, ErrorInfo, false)) in checkType() 12015 if (V && !CheckValue(V, ErrorInfo, true)) in checkType() 12018 if (R && !CheckValue(R, ErrorInfo, true, true)) in checkType()
|