Searched refs:getLValueBase (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | APValue.cpp | 346 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue() 349 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue() 596 getLValueBase().Profile(ID); in Profile() 754 LValueBase Base = getLValueBase(); in printPretty() 966 if (isLValue() && !getLValueBase()) { in toIntegralConstant() 974 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase() function in APValue 1169 if (!V.getLValueBase()) { in getLVForValue() 1172 V.getLValueBase().dyn_cast<const ValueDecl *>()) { in getLVForValue() 1175 } else if (const auto TI = V.getLValueBase().dyn_cast<TypeInfoLValue>()) { in getLVForValue() 1178 } else if (const Expr *E = V.getLValueBase().dyn_cast<const Expr *>()) { in getLVForValue() [all …]
|
H A D | ExprConstant.cpp | 297 if (V.getLValueBase()) { in SubobjectDesignator() 301 Ctx, V.getLValueBase(), V.getLValuePath(), MostDerivedArraySize, in SubobjectDesignator() 1614 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase() function 1635 Base = V.getLValueBase(); in setFrom() 2146 if (!A.getLValueBase()) in HasSameBase() 2147 return !B.getLValueBase(); in HasSameBase() 2148 if (!B.getLValueBase()) in HasSameBase() 2151 if (A.getLValueBase().getOpaqueValue() != in HasSameBase() 2152 B.getLValueBase().getOpaqueValue()) in HasSameBase() 2218 APValue::LValueBase Base = LVal.getLValueBase(); in CheckLValueConstantExpression() [all …]
|
H A D | TemplateBase.cpp | 236 return V.getLValueBase().dyn_cast<const ValueDecl *>(); in getAsSimpleValueDeclRef()
|
H A D | MicrosoftMangle.cpp | 1707 !V.getLValueBase()) in getAsArrayToPointerDecayedDecl() 1710 QualType BaseT = V.getLValueBase().getType(); in getAsArrayToPointerDecayedDecl() 1715 V.getLValueBase().dyn_cast<const ValueDecl *>()); in getAsArrayToPointerDecayedDecl() 1930 APValue::LValueBase Base = V.getLValueBase(); in mangleTemplateArgValue()
|
H A D | ASTImporter.cpp | 10328 if (FromValue.getLValueBase()) { in ImportAPValue() 10329 assert(!FromValue.getLValueBase().is<DynamicAllocLValue>() && in ImportAPValue() 10332 if (!FromValue.getLValueBase().is<TypeInfoLValue>()) { in ImportAPValue() 10334 FromValue.getLValueBase().dyn_cast<const Expr *>()) { in ImportAPValue() 10340 FromValue.getLValueBase().getCallIndex(), in ImportAPValue() 10341 FromValue.getLValueBase().getVersion()); in ImportAPValue() 10344 FromValue.getLValueBase().get<const ValueDecl *>()->getType(); in ImportAPValue() 10346 Err, FromValue.getLValueBase().get<const ValueDecl *>()); in ImportAPValue() 10350 FromValue.getLValueBase().getCallIndex(), in ImportAPValue() 10351 FromValue.getLValueBase().getVersion()); in ImportAPValue() [all …]
|
H A D | ComputeDependence.cpp | 65 auto *VD = Result.Val.getLValueBase().dyn_cast<const ValueDecl *>(); in computeDependence()
|
H A D | ODRHash.cpp | 1283 const APValue::LValueBase &Base = Value.getLValueBase(); in AddStructuralValue()
|
H A D | ItaniumMangle.cpp | 6258 QualType T = LV.getLValueBase().getType(); in getLValueType() 6495 APValue::LValueBase B = V.getLValueBase(); in mangleValueInTemplateArg()
|
H A D | Expr.cpp | 236 return Value.getLValueBase().dyn_cast<const ValueDecl *>(); in getAsBuiltinConstantDeclRef()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | PropertiesBase.td | 451 auto lvalueBase = node.getLValueBase(); 494 QualType(node.getLValueBase().get<TypeInfoLValue>().getType(), 0) 499 let Read = [{ node.getLValueBase().get<DynamicAllocLValue>().getIndex() }]; 505 ? node.getLValueBase().getTypeInfoType() 506 : node.getLValueBase().getDynamicAllocType() 511 let Read = [{ node.getLValueBase().getCallIndex() }]; 515 let Read = [{ node.getLValueBase().getVersion() }];
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 2037 const APValue::LValueBase &base = Value.getLValueBase(); in tryEmit() 2264 if (isa<FunctionDecl>(Result.Val.getLValueBase().get<const ValueDecl *>())) in emitPointerAuthPointer()
|
H A D | CGExpr.cpp | 1780 const APValue::LValueBase &base = result.Val.getLValueBase(); in tryEmitAsConstant()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 2597 const APValue::LValueBase &Base = Val.getLValueBase(); in VisitSourceLocExpr() 3794 APValue::LValueBase Base = Val.getLValueBase(); in visitAPValue()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 6002 if (EvalResult.Val.isLValue() && !EvalResult.Val.getLValueBase()) { in isNullPointerValueTemplateArgument() 6719 APValue::LValueBase Base = Value.getLValueBase(); in CheckTemplateArgument()
|
H A D | SemaChecking.cpp | 1551 Result.Val.getLValueBase().dyn_cast<const ValueDecl *>(); in findConstantBaseAndOffset() 6023 const auto *LVE = Result.Val.getLValueBase().dyn_cast<const Expr *>(); in maybeConstEvalStringLiteral()
|