Home
last modified time | relevance | path

Searched refs:GetBoundValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp54 auto GetBoundValue = [&AttrSpec](const DWARFFormValue &FormValue) -> int64_t { in processOneAttribute() local
160 CurrentElement->setLowerBound(GetBoundValue(FormValue)); in processOneAttribute()
182 CurrentElement->setUpperBound(GetBoundValue(FormValue)); in processOneAttribute()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp845 auto GetBoundValue = [&](Expr *E) -> std::optional<llvm::APSInt> { in ActOnArraySectionExpr() local
855 std::optional<llvm::APSInt> LowerBoundValue = GetBoundValue(LowerBound); in ActOnArraySectionExpr()
856 std::optional<llvm::APSInt> LengthValue = GetBoundValue(Length); in ActOnArraySectionExpr()