Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h106 auto CheckValue = [&](const ConstantAggregate *CA) { in check()
121 if (!CheckValue(CA)) in check()
125 if (!CheckValue(Worklist.pop_back_val())) in check()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11965 static bool CheckValue(const Expr *E, ErrorInfoTy &ErrorInfo, in CheckValue() function in __anon8e68b8fa4111::OpenMPAtomicCompareChecker
12182 if (!CheckValue(X, ErrorInfo, true)) in checkType()
12185 if (!CheckValue(E, ErrorInfo, false)) in checkType()
12188 if (D && !CheckValue(D, ErrorInfo, false)) in checkType()
12283 if (V && !CheckValue(V, ErrorInfo, true)) in checkType()
12286 if (R && !CheckValue(R, ErrorInfo, true, true)) in checkType()