Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp42 APValue::LValueBase::LValueBase(const ValueDecl *P, unsigned I, unsigned V) in LValueBase() function in APValue::LValueBase
44 APValue::LValueBase::LValueBase(const Expr *P, unsigned I, unsigned V) in LValueBase() function in APValue::LValueBase
47 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV, in getDynamicAlloc()
49 LValueBase Base; in getDynamicAlloc()
55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo()
57 LValueBase Base; in getTypeInfo()
63 QualType APValue::LValueBase::getType() const { in getType()
108 unsigned APValue::LValueBase::getCallIndex() const { in getCallIndex()
113 unsigned APValue::LValueBase::getVersion() const { in getVersion()
117 QualType APValue::LValueBase::getTypeInfoType() const { in getTypeInfoType()
[all …]
H A DExprConstant.cpp85 static QualType getType(APValue::LValueBase B) { in getType()
147 static bool isBaseAnAllocSizeCall(APValue::LValueBase Base) { in isBaseAnAllocSizeCall()
194 findMostDerivedSubobject(ASTContext &Ctx, APValue::LValueBase Base, in findMostDerivedSubobject()
309 void truncate(ASTContext &Ctx, APValue::LValueBase Base, in truncate()
654 APValue &createLocal(APValue::LValueBase Base, const void *Key, QualType T,
704 APValue::LValueBase LVBase, APValue &Value,
711 APValue::LValueBase Base;
715 Cleanup(APValue *Val, APValue::LValueBase Base, QualType T, in Cleanup()
744 APValue::LValueBase Base;
766 using Base = DenseMapInfo<APValue::LValueBase>;
[all …]
H A DODRHash.cpp1283 const APValue::LValueBase &Base = Value.getLValueBase(); in AddStructuralValue()
H A DItaniumMangle.cpp6105 Value = APValue(APValue::LValueBase(D), CharUnits::Zero(), in mangleTemplateArg()
6110 Value = APValue(APValue::LValueBase(D), CharUnits::Zero(), in mangleTemplateArg()
6495 APValue::LValueBase B = V.getLValueBase(); in mangleValueInTemplateArg()
H A DASTImporter.cpp10326 APValue::LValueBase Base; in ImportAPValue()
10339 Base = APValue::LValueBase(ImpExpr, in ImportAPValue()
10349 Base = APValue::LValueBase(cast<ValueDecl>(ImpDecl), in ImportAPValue()
10361 Base = APValue::LValueBase::getTypeInfo(TypeInfoLValue(ImpTypeInfo), in ImportAPValue()
H A DMicrosoftMangle.cpp1930 APValue::LValueBase Base = V.getLValueBase(); in mangleTemplateArgValue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td536 APValue::LValueBase base;
539 base = APValue::LValueBase::getTypeInfo(
542 base = APValue::LValueBase::getDynamicAlloc(
545 base = APValue::LValueBase(cast<Expr>(*stmt),
548 base = APValue::LValueBase(cast<ValueDecl>(*decl),
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp137 APValue::LValueBase Base; in toAPValue()
H A DCompiler.cpp2597 const APValue::LValueBase &Base = Val.getLValueBase(); in VisitSourceLocExpr()
3794 APValue::LValueBase Base = Val.getLValueBase(); in visitAPValue()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1992 ConstantLValue tryEmitBase(const APValue::LValueBase &base);
2037 const APValue::LValueBase &base = Value.getLValueBase(); in tryEmit()
2099 ConstantLValueEmitter::tryEmitBase(const APValue::LValueBase &base) { in tryEmitBase()
H A DCGExpr.cpp1780 const APValue::LValueBase &base = result.Val.getLValueBase(); in tryEmitAsConstant()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp6719 APValue::LValueBase Base = Value.getLValueBase(); in CheckTemplateArgument()