Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11966 bool ShouldBeLValue, bool ShouldBeInteger = false) { in CheckValue() argument
11970 if (ShouldBeLValue && !E->isLValue()) { in CheckValue()