Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DComparisonCategories.cpp48 return VD->evaluateValue()->getStructField(0).getInt(); in getIntValue()
H A DDecl.cpp2258 APValue *VarDecl::evaluateValue() const { in evaluateValue() function in VarDecl
2260 return evaluateValue(Notes); in evaluateValue()
2263 APValue *VarDecl::evaluateValue( in evaluateValue() function in VarDecl
2348 evaluateValue(Notes); in checkInitIsICE()
H A DASTContext.cpp9902 (VD->getInit()->isValueDependent() || !VD->evaluateValue())) in DeclMustBeEmitted()
H A DExprConstant.cpp2606 if (!VD->evaluateValue(Notes)) { in evaluateVarDeclInit()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h1242 APValue *evaluateValue() const;
1243 APValue *evaluateValue(SmallVectorImpl<PartialDiagnosticAt> &Notes) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp1465 if (auto value = D.evaluateValue()) { in tryEmitPrivateForVarInit()
H A DCGDebugInfo.cpp1318 const APValue *Value = Var->evaluateValue(); in CreateRecordStaticField()
H A DCGExpr.cpp2469 *VD->evaluateValue(), in EmitDeclRefLValue()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp1722 (VD->getInit()->isValueDependent() || !VD->evaluateValue())) in ShouldDiagnoseUnusedDecl()
11882 if (!var->evaluateValue(Notes) || !var->isInitICE()) { in CheckCompleteVariableDeclaration()