Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDAPValue.h56 typedef llvm::PointerUnion<const ValueDecl *, const Expr *> LValueBase; typedef
138 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, unsigned CallIndex) in APValue()
142 APValue(LValueBase B, const CharUnits &O, ArrayRef<LValuePathEntry> Path, in APValue()
248 const LValueBase getLValueBase() const;
376 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
378 void setLValue(LValueBase B, const CharUnits &O,
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDAPValue.cpp28 llvm::PointerIntPair<APValue::LValueBase, 1, bool> BaseAndIsOnePastTheEnd;
377 LValueBase Base = getLValueBase(); in printPretty()
553 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase()
584 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue()
595 void APValue::setLValue(LValueBase B, const CharUnits &O, in setLValue()
HDExprConstant.cpp55 static bool IsGlobalLValue(APValue::LValueBase B);
62 static QualType getType(APValue::LValueBase B) { in getType()
447 APValue::LValueBase EvaluatingDecl;
519 void setEvaluatingDecl(APValue::LValueBase Base, APValue &Value) { in setEvaluatingDecl()
918 APValue::LValueBase Base;
923 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase()
945 void set(APValue::LValueBase B, unsigned I = 0) { in set()
1177 static bool IsGlobalLValue(APValue::LValueBase B) { in IsGlobalLValue()
1233 static void NoteLValueLocation(EvalInfo &Info, APValue::LValueBase Base) { in NoteLValueLocation()
1250 APValue::LValueBase Base = LVal.getLValueBase(); in CheckLValueConstantExpression()
[all …]
HDASTDiagnostic.cpp1359 APValue::LValueBase FromBase = FromVal.getLValueBase(); in IsEqualExpr()
1360 APValue::LValueBase ToBase = ToVal.getLValueBase(); in IsEqualExpr()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprConstant.cpp980 llvm::Constant *EmitLValue(APValue::LValueBase LVBase) { in EmitLValue()
1259 if (APValue::LValueBase LVBase = Value.getLValueBase()) { in EmitConstantValue()