Searched refs:LValueBase (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | APValue.cpp | 42 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 D | ExprConstant.cpp | 81 static QualType getType(APValue::LValueBase B) { in getType() 143 static bool isBaseAnAllocSizeCall(APValue::LValueBase Base) { in isBaseAnAllocSizeCall() 190 findMostDerivedSubobject(ASTContext &Ctx, APValue::LValueBase Base, in findMostDerivedSubobject() 301 void truncate(ASTContext &Ctx, APValue::LValueBase Base, in truncate() 639 APValue &createLocal(APValue::LValueBase Base, const void *Key, QualType T, 676 APValue::LValueBase LVBase, APValue &Value, 683 APValue::LValueBase Base; 687 Cleanup(APValue *Val, APValue::LValueBase Base, QualType T, in Cleanup() 716 APValue::LValueBase Base; 738 using Base = DenseMapInfo<APValue::LValueBase>; [all …]
|
| H A D | ItaniumMangle.cpp | 5414 Value = APValue(APValue::LValueBase(D), CharUnits::Zero(), in mangleTemplateArg() 5419 Value = APValue(APValue::LValueBase(D), CharUnits::Zero(), in mangleTemplateArg() 5800 APValue::LValueBase B = V.getLValueBase(); in mangleValueInTemplateArg()
|
| H A D | ASTImporter.cpp | 9892 APValue::LValueBase Base; in ImportAPValue() 9905 Base = APValue::LValueBase(ImpExpr, in ImportAPValue() 9915 Base = APValue::LValueBase(cast<ValueDecl>(ImpDecl), in ImportAPValue() 9927 Base = APValue::LValueBase::getTypeInfo(TypeInfoLValue(ImpTypeInfo), in ImportAPValue()
|
| H A D | MicrosoftMangle.cpp | 1728 APValue::LValueBase Base = V.getLValueBase(); in mangleTemplateArgValue()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | APValue.h | 146 class LValueBase { 152 LValueBase() : Local{} {} 153 LValueBase(const ValueDecl *P, unsigned I = 0, unsigned V = 0); 154 LValueBase(const Expr *P, unsigned I = 0, unsigned V = 0); 155 static LValueBase getDynamicAlloc(DynamicAllocLValue LV, QualType Type); 156 static LValueBase getTypeInfo(TypeInfoLValue LV, QualType TypeInfo); 182 friend bool operator==(const LValueBase &LHS, const LValueBase &RHS); 183 friend bool operator!=(const LValueBase &LHS, const LValueBase &RHS) { 186 friend llvm::hash_code hash_value(const LValueBase &Base); 187 friend struct llvm::DenseMapInfo<LValueBase>; [all …]
|
| H A D | PropertiesBase.td | 519 APValue::LValueBase base; 522 base = APValue::LValueBase::getTypeInfo( 525 base = APValue::LValueBase(cast<Expr>(*stmt), 528 base = APValue::LValueBase(cast<ValueDecl>(*decl),
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | Pointer.cpp | 79 APValue::LValueBase Base; in toAPValue()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 1802 ConstantLValue tryEmitBase(const APValue::LValueBase &base); 1847 const APValue::LValueBase &base = Value.getLValueBase(); in tryEmit() 1908 ConstantLValueEmitter::tryEmitBase(const APValue::LValueBase &base) { in tryEmitBase()
|
| H A D | CGExpr.cpp | 1529 const APValue::LValueBase &base = result.Val.getLValueBase(); in tryEmitAsConstant()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 7285 APValue::LValueBase Base = Value.getLValueBase(); in CheckTemplateArgument()
|