Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp69 return VD->evaluateValue()->getStructField(0).getInt(); in getIntValue()
H A DTextNodeDumper.cpp2022 const APValue *Value = D->evaluateValue(); in VisitVarDecl()
H A DDecl.cpp2546 APValue *VarDecl::evaluateValue() const { in evaluateValue() function in VarDecl
H A DASTContext.cpp11932 (VD->getInit()->isValueDependent() || !VD->evaluateValue())) in DeclMustBeEmitted()
H A DExprConstant.cpp3381 if (!VD->evaluateValue()) { in evaluateVarDeclInit()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp188 return !mayNeedDestruction(VD) && InitDecl->evaluateValue(); in isEmittedWithConstantInitializer()
H A DCGExprConstant.cpp1700 if (APValue *value = D.evaluateValue()) in tryEmitPrivateForVarInit()
H A DCGDebugInfo.cpp1690 const APValue *Value = Var->evaluateValue(); in CreateRecordStaticField()
H A DCGExpr.cpp2992 E->getLocation(), *VD->evaluateValue(), VD->getType()); in EmitDeclRefLValue()
H A DCodeGenModule.cpp6484 if (E->getStorageDuration() == SD_Static && VD->evaluateValue()) { in GetAddrOfGlobalTemporary()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1390 APValue *evaluateValue() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16161 HasConstantInit = VD->evaluateValue(); in FinalizeVarWithDestructor()
H A DSemaDecl.cpp2100 (VD->getInit()->isValueDependent() || !VD->evaluateValue())) in ShouldDiagnoseUnusedDecl()