Home
last modified time | relevance | path

Searched refs:evaluateValue (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp69 return VD->evaluateValue()->getStructField(0).getInt(); in getIntValue()
H A DTextNodeDumper.cpp2273 const APValue *Value = D->evaluateValue(); in VisitVarDecl()
H A DDecl.cpp2540 APValue *VarDecl::evaluateValue() const { in evaluateValue() function in VarDecl
H A DASTContext.cpp12414 (VD->getInit()->isValueDependent() || !VD->evaluateValue())) in DeclMustBeEmitted()
H A DExprConstant.cpp3409 if (!VD->evaluateValue()) { in evaluateVarDeclInit()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp198 return !mayNeedDestruction(VD) && InitDecl->evaluateValue(); in isEmittedWithConstantInitializer()
H A DCGExprConstant.cpp1799 if (APValue *value = D.evaluateValue()) in tryEmitPrivateForVarInit()
H A DCGDebugInfo.cpp1816 const APValue *Value = Var->evaluateValue(); in CreateRecordStaticField()
H A DCGExpr.cpp3003 E->getLocation(), *VD->evaluateValue(), VD->getType()); in EmitDeclRefLValue()
H A DCodeGenModule.cpp6630 if (E->getStorageDuration() == SD_Static && VD->evaluateValue()) { in GetAddrOfGlobalTemporary()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1354 APValue *evaluateValue() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16043 HasConstantInit = VD->evaluateValue(); in FinalizeVarWithDestructor()
H A DSemaDecl.cpp2009 (VD->getInit()->isValueDependent() || !VD->evaluateValue())) in ShouldDiagnoseUnusedDecl()