Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2122 static bool IsWeakLValue(const LValue &Value) { in IsWeakLValue() function
13326 if (IsWeakLValue(LHSValue) || IsWeakLValue(RHSValue)) in EvaluateComparisonBinaryOperator()
13328 !IsWeakLValue(LHSValue)); in EvaluateComparisonBinaryOperator()