Searched refs:getLValueBase (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/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() 594 getLValueBase().Profile(ID); in Profile() 749 LValueBase Base = getLValueBase(); in printPretty() 956 if (isLValue() && !getLValueBase()) { in toIntegralConstant() 964 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase() function in APValue 1159 if (!V.getLValueBase()) { in getLVForValue() 1162 V.getLValueBase().dyn_cast<const ValueDecl *>()) { in getLVForValue() 1165 } else if (const auto TI = V.getLValueBase().dyn_cast<TypeInfoLValue>()) { in getLVForValue() 1168 } else if (const Expr *E = V.getLValueBase().dyn_cast<const Expr *>()) { in getLVForValue() [all …]
|
| H A D | ExprConstant.cpp | 289 if (V.getLValueBase()) { in SubobjectDesignator() 293 Ctx, V.getLValueBase(), V.getLValuePath(), MostDerivedArraySize, in SubobjectDesignator() 1555 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase() function 1576 Base = V.getLValueBase(); in setFrom() 2063 if (!A.getLValueBase()) in HasSameBase() 2064 return !B.getLValueBase(); in HasSameBase() 2065 if (!B.getLValueBase()) in HasSameBase() 2068 if (A.getLValueBase().getOpaqueValue() != in HasSameBase() 2069 B.getLValueBase().getOpaqueValue()) in HasSameBase() 2134 APValue::LValueBase Base = LVal.getLValueBase(); in CheckLValueConstantExpression() [all …]
|
| H A D | ASTImporter.cpp | 9894 if (FromValue.getLValueBase()) { in ImportAPValue() 9895 assert(!FromValue.getLValueBase().is<DynamicAllocLValue>() && in ImportAPValue() 9898 if (!FromValue.getLValueBase().is<TypeInfoLValue>()) { in ImportAPValue() 9900 FromValue.getLValueBase().dyn_cast<const Expr *>()) { in ImportAPValue() 9906 FromValue.getLValueBase().getCallIndex(), in ImportAPValue() 9907 FromValue.getLValueBase().getVersion()); in ImportAPValue() 9910 FromValue.getLValueBase().get<const ValueDecl *>()->getType(); in ImportAPValue() 9912 Err, FromValue.getLValueBase().get<const ValueDecl *>()); in ImportAPValue() 9916 FromValue.getLValueBase().getCallIndex(), in ImportAPValue() 9917 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 | ItaniumMangle.cpp | 5563 QualType T = LV.getLValueBase().getType(); in getLValueType() 5800 APValue::LValueBase B = V.getLValueBase(); in mangleValueInTemplateArg()
|
| H A D | MicrosoftMangle.cpp | 1728 APValue::LValueBase Base = V.getLValueBase(); in mangleTemplateArgValue()
|
| H A D | Expr.cpp | 300 return Value.getLValueBase().dyn_cast<const ValueDecl *>(); in getAsBuiltinConstantDeclRef()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | PropertiesBase.td | 448 auto lvalueBase = node.getLValueBase(); 485 QualType(node.getLValueBase().get<TypeInfoLValue>().getType(), 0) 490 let Read = [{ node.getLValueBase().getTypeInfoType() }]; 494 let Read = [{ node.getLValueBase().getCallIndex() }]; 498 let Read = [{ node.getLValueBase().getVersion() }];
|
| H A D | APValue.h | 477 const LValueBase getLValueBase() const;
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 1847 const APValue::LValueBase &base = Value.getLValueBase(); in tryEmit()
|
| 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 | 6549 if (EvalResult.Val.isLValue() && !EvalResult.Val.getLValueBase()) { in isNullPointerValueTemplateArgument() 7285 APValue::LValueBase Base = Value.getLValueBase(); in CheckTemplateArgument()
|
| H A D | SemaChecking.cpp | 9091 const auto *LVE = Result.Val.getLValueBase().dyn_cast<const Expr *>(); in maybeConstEvalStringLiteral()
|