Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DCommandTest.cpp83 void CheckValue(RuntimeCall F, const char *expectedValue, in CheckValue() function in CommandFixture
107 CheckValue( in CheckArgumentValue()
122 CheckValue( in CheckCommandValue()
134 CheckValue( in CheckEnvVarValue()
152 CheckValue( in CheckMissingEnvVarValue()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-declarations.cpp57 void CheckValue(const Symbol &, const DerivedTypeSpec *);
337 CheckValue(symbol, derived); in Check()
380 void CheckHelper::CheckValue( in CheckValue() function in Fortran::semantics::CheckHelper
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp11573 static bool CheckValue(const Expr *E, ErrorInfoTy &ErrorInfo, in CheckValue() function in __anon296aa5743f11::OpenMPAtomicCompareChecker
11789 if (!CheckValue(X, ErrorInfo, true)) in checkType()
11792 if (!CheckValue(E, ErrorInfo, false)) in checkType()
11795 if (D && !CheckValue(D, ErrorInfo, false)) in checkType()
11890 if (V && !CheckValue(V, ErrorInfo, true)) in checkType()
11893 if (R && !CheckValue(R, ErrorInfo, true, true)) in checkType()