Searched refs:CheckValue (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 122 auto CheckValue = [&](const ConstantAggregate *CA) { in check() 137 if (!CheckValue(CA)) in check() 141 if (!CheckValue(Worklist.pop_back_val())) in check()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 11630 static bool CheckValue(const Expr *E, ErrorInfoTy &ErrorInfo, in CheckValue() function in __anon1dd12e444411::OpenMPAtomicCompareChecker 11847 if (!CheckValue(X, ErrorInfo, true)) in checkType() 11850 if (!CheckValue(E, ErrorInfo, false)) in checkType() 11853 if (D && !CheckValue(D, ErrorInfo, false)) in checkType() 11948 if (V && !CheckValue(V, ErrorInfo, true)) in checkType() 11951 if (R && !CheckValue(R, ErrorInfo, true, true)) in checkType()
|