Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp195 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue()
198 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue()
425 LValueBase Base = getLValueBase(); in printPretty()
615 if (isLValue() && !getLValueBase()) { in toIntegralConstant()
623 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase() function in APValue
H A DExprConstant.cpp282 if (V.getLValueBase()) { in SubobjectDesignator()
1370 Base = V.getLValueBase(); in setFrom()
1777 if (!A.getLValueBase()) in HasSameBase()
1778 return !B.getLValueBase(); in HasSameBase()
1779 if (!B.getLValueBase()) in HasSameBase()
1782 if (A.getLValueBase().getOpaqueValue() != in HasSameBase()
2011 if (!Value.getLValueBase()) { in EvalPointerValueAsBool()
4508 Info, {This.getLValueBase(), in HandleConstructorCall()
7908 auto &Base = LVal.getLValueBase(); in isDesignatorAtObjectEnd()
8732 if (!LV.getLValueBase()) in isOnePastTheEndOfCompleteObject()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h306 const LValueBase getLValueBase() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp1651 const APValue::LValueBase &base = Value.getLValueBase(); in tryEmit()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp5649 if ((EvalResult.Val.isLValue() && !EvalResult.Val.getLValueBase()) || in isNullPointerValueTemplateArgument()
6310 if (auto *E = Value.getLValueBase().dyn_cast<const Expr*>()) { in CheckTemplateArgument()
6320 Value.getLValueBase().dyn_cast<const ValueDecl *>()); in CheckTemplateArgument()