Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp69 return VD->evaluateValue()->getStructField(0).getInt(); in getIntValue()
H A DDecl.cpp2454 !evaluateValue()); in hasInitWithSideEffects()
2574 APValue *VarDecl::evaluateValue() const { in evaluateValue() function in VarDecl
H A DTextNodeDumper.cpp2432 const APValue *Value = D->evaluateValue(); in VisitVarDecl()
H A DExprConstant.cpp3616 if (Init && !VD->evaluateValue() && !AllowConstexprUnknown) { in evaluateVarDeclInit()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp196 return !mayNeedDestruction(VD) && InitDecl->evaluateValue(); in isEmittedWithConstantInitializer()
H A DCGExprConstant.cpp1885 if (APValue *value = D.evaluateValue()) { in tryEmitPrivateForVarInit()
H A DCGExpr.cpp3154 E->getLocation(), *VD->evaluateValue(), VD->getType()); in EmitDeclRefLValue()
H A DCGDebugInfo.cpp1980 const APValue *Value = Var->evaluateValue(); in CreateRecordStaticField()
H A DCodeGenModule.cpp6955 if (E->getStorageDuration() == SD_Static && VD->evaluateValue()) { in GetAddrOfGlobalTemporary()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprConstant.cpp629 if (APValue *value = d.evaluateValue()) in tryEmitPrivateForVarInit()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1392 APValue *evaluateValue() const;
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp6674 if (VD->evaluateValue()) in visitDeclRef()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16332 HasConstantInit = VD->evaluateValue(); in FinalizeVarWithDestructor()
H A DSemaDecl.cpp2027 (VD->getInit()->isValueDependent() || !VD->evaluateValue())) in ShouldDiagnoseUnusedDecl()