Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DAPValue.h56 typedef llvm::PointerUnion<const ValueDecl *, const Expr *> LValueBase; typedef
139 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, unsigned CallIndex) in APValue()
143 APValue(LValueBase B, const CharUnits &O, ArrayRef<LValuePathEntry> Path, in APValue()
242 const LValueBase getLValueBase() const;
370 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
372 void setLValue(LValueBase B, const CharUnits &O,
/external/clang/lib/AST/
DAPValue.cpp28 llvm::PointerIntPair<APValue::LValueBase, 1, bool> BaseAndIsOnePastTheEnd;
342 LValueBase Base = getLValueBase(); in printPretty()
511 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase()
542 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue()
553 void APValue::setLValue(LValueBase B, const CharUnits &O, in setLValue()
DASTDiagnostic.cpp968 APValue::LValueBase FromBase = FromVal.getLValueBase(); in IsEqualExpr()
969 APValue::LValueBase ToBase = ToVal.getLValueBase(); in IsEqualExpr()
DExprConstant.cpp54 static bool IsGlobalLValue(APValue::LValueBase B);
61 static QualType getType(APValue::LValueBase B) { in getType()
686 APValue::LValueBase Base;
691 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase()
713 void set(APValue::LValueBase B, unsigned I = 0) { in set()
898 static bool IsGlobalLValue(APValue::LValueBase B) { in IsGlobalLValue()
950 static void NoteLValueLocation(EvalInfo &Info, APValue::LValueBase Base) { in NoteLValueLocation()
967 APValue::LValueBase Base = LVal.getLValueBase(); in CheckLValueConstantExpression()
2656 bool Success(APValue::LValueBase B) { in Success()
4058 static QualType GetObjectType(APValue::LValueBase B);
[all …]
/external/clang/lib/CodeGen/
DCGExprConstant.cpp904 llvm::Constant *EmitLValue(APValue::LValueBase LVBase) { in EmitLValue()
1075 if (APValue::LValueBase LVBase = Value.getLValueBase()) { in EmitConstantValue()
DCodeGenModule.cpp1519 startField = APValue(APValue::LValueBase(backingArray), in MaybeEmitGlobalStdInitializerListInitializer()
1528 endField = APValue(APValue::LValueBase(backingArray), in MaybeEmitGlobalStdInitializerListInitializer()