Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp11697 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()