Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComparisonCategories.cpp68 return VD->evaluateValue()->getStructField(0).getInt(); in getIntValue()
H A DTextNodeDumper.cpp1715 const APValue *Value = D->evaluateValue(); in VisitVarDecl()
H A DDecl.cpp2410 APValue *VarDecl::evaluateValue() const { in evaluateValue() function in VarDecl
H A DASTContext.cpp10965 (VD->getInit()->isValueDependent() || !VD->evaluateValue())) in DeclMustBeEmitted()
H A DExprConstant.cpp3310 if (!VD->evaluateValue()) { in evaluateVarDeclInit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp1633 if (auto value = D.evaluateValue()) { in tryEmitPrivateForVarInit()
H A DItaniumCXXABI.cpp361 return !VD->needsDestruction(getContext()) && InitDecl->evaluateValue(); in isEmittedWithConstantInitializer()
H A DCGDebugInfo.cpp1483 const APValue *Value = Var->evaluateValue(); in CreateRecordStaticField()
H A DCGExpr.cpp2691 E->getLocation(), *VD->evaluateValue(), VD->getType()); in EmitDeclRefLValue()
H A DCodeGenModule.cpp5455 if (E->getStorageDuration() == SD_Static && VD && VD->evaluateValue()) { in GetAddrOfGlobalTemporary()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h1295 APValue *evaluateValue() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp15240 HasConstantInit = VD->evaluateValue(); in FinalizeVarWithDestructor()
H A DSemaDecl.cpp1837 (VD->getInit()->isValueDependent() || !VD->evaluateValue())) in ShouldDiagnoseUnusedDecl()