Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DAPValue.cpp60 setLValue(RHS.getLValueBase(), RHS.getLValueOffset()); in operator =()
171 CharUnits APValue::getLValueOffset() const { in getLValueOffset() function in APValue
DExprConstant.cpp109 CharUnits getLValueOffset() { return Offset; } in getLValueOffset() function
117 Offset = v.getLValueOffset(); in setFrom()
705 Result.Offset = BaseLV.getLValueOffset() + Offset; in VisitCastExpr()
728 Result.Offset = Value.getLValueOffset(); in VisitCastExpr()
1249 CharUnits Offset = Base.getLValueOffset(); in TryEvaluateBuiltinObjectSize()
1456 if (RHSValue.getLValueBase() || !RHSValue.getLValueOffset().isZero()) in VisitBinaryOperator()
1465 if (LHSValue.getLValueBase() || !LHSValue.getLValueOffset().isZero()) in VisitBinaryOperator()
1481 CharUnits Diff = LHSValue.getLValueOffset() - in VisitBinaryOperator()
1482 RHSValue.getLValueOffset(); in VisitBinaryOperator()
1487 Result = LHSValue.getLValueOffset() == RHSValue.getLValueOffset(); in VisitBinaryOperator()
[all …]
/external/clang/include/clang/AST/
DAPValue.h172 CharUnits getLValueOffset() const;
/external/clang/lib/CodeGen/
DCGExprConstant.cpp957 Result.Val.getLValueOffset().getQuantity()); in EmitConstantExpr()
/external/clang/lib/Analysis/
DCFG.cpp449 const CharUnits &c = Result.Val.getLValueOffset(); in tryEvaluateBool()