Home
last modified time | relevance | path

Searched defs:lbound (Results 1 – 8 of 8) sorted by relevance

/llvm-project/lldb/tools/intel-features/intel-mpx/
H A Dcli-wrapper-mpxtable.cpp60 static void PrintBTEntry(lldb::addr_t lbound, lldb::addr_t ubound, in PrintBTEntry()
177 lldb::addr_t lbound; in GetBTEntry() local
215 static bool SetBTEntry(uint64_t bndcfgu, uint64_t ptr, lldb::addr_t lbound, in SetBTEntry()
385 uint64_t lbound = std::strtoul(arg[1], &endptr, 16); in DoExecute() local
/llvm-project/flang/include/flang/Semantics/
H A Dtype.h214 Bound &lbound() { return lb_; } lbound() function
215 const Bound &lbound() const { return lb_; } lbound() function
/llvm-project/flang/lib/Semantics/
H A Dcompute-offsets.cpp282 auto lbound{[&](std::size_t i) { ComputeOffset() local
H A Dresolve-names-utils.cpp392 if (auto lbound{spec.lbound().GetExplicit()}) { AddToSet() local
/llvm-project/flang/lib/Evaluate/
H A Dshape.cpp257 if (const auto &lbound{shapeSpec.lbound().GetExplicit()}) { GetLowerBound() local
453 const auto &lbound{shapeSpec.lbound().GetExplicit()}; GetNonNegativeExtent() local
[all...]
/llvm-project/flang/lib/Lower/
H A DDirectivesCommon.h
H A DCallInterface.cpp367 const auto &lbound = shapeSpec.lbound().GetExplicit(); in getExtentExpr() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp6568 mlir::Value lbound = fir::getBase(genLbound(resultType, args)); genUbound() local