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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp68 return VD->evaluateValue()->getStructField(0).getInt();
H A DDecl.cpp2334 // work to avoid leaking those, but we do so in VarDecl::evaluateValue
2343 APValue *VarDecl::evaluateValue() const { function in class:VarDecl
2345 return evaluateValue(Notes);
2348 APValue *VarDecl::evaluateValue( function in class:VarDecl
2433 evaluateValue(Notes);
H A DTextNodeDumper.cpp1677 const APValue *Value = D->evaluateValue();
H A DASTContext.cpp10636 (VD->getInit()->isValueDependent() || !VD->evaluateValue()))
H A DExprConstant.cpp3100 if (!VD->evaluateValue(Notes)) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1264 APValue *evaluateValue() const;
1265 APValue *evaluateValue(SmallVectorImpl<PartialDiagnosticAt> &Notes) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1630 if (auto value = D.evaluateValue()) {
H A DItaniumCXXABI.cpp361 return !VD->needsDestruction(getContext()) && InitDecl->evaluateValue();
H A DCGDebugInfo.cpp1414 const APValue *Value = Var->evaluateValue();
H A DCGExpr.cpp2650 E->getLocation(), *VD->evaluateValue(), VD->getType());
H A DCodeGenModule.cpp5136 if (E->getStorageDuration() == SD_Static && VD && VD->evaluateValue()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1825 (VD->getInit()->isValueDependent() || !VD->evaluateValue()))
12886 if (!var->evaluateValue(Notes) || !var->isInitICE()) {
H A DSemaDeclCXX.cpp15123 HasConstantInit = VD->evaluateValue();

Completed in 307 milliseconds