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 | 11704 static bool CheckValue(const Expr *E, ErrorInfoTy &ErrorInfo, in CheckValue() function in __anon1dd12e444711::OpenMPAtomicCompareChecker 11943 if (!CheckValue(X, ErrorInfo, true)) in checkType() 11946 if (!CheckValue(E, ErrorInfo, false)) in checkType() 11949 if (D && !CheckValue(D, ErrorInfo, false)) in checkType() 12044 if (V && !CheckValue(V, ErrorInfo, true)) in checkType() 12047 if (R && !CheckValue(R, ErrorInfo, true, true)) in checkType()
|