Home
last modified time | relevance | path

Searched defs:limits (Results 1 – 9 of 9) sorted by relevance

/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/
H A Dmidpoint.integer.pass.cpp35 using limits = std::numeric_limits<T>; in signed_test() typedef
84 using limits = std::numeric_limits<T>; in unsigned_test() typedef
/llvm-project/libc/test/src/sys/resource/
H A Dgetrlimit_setrlimit_test.cpp44 struct rlimit limits { in TEST() struct
/llvm-project/lld/wasm/
H A DInputElement.h92 void setLimits(const WasmLimits &limits) { type.Limits = limits; } in setLimits() argument
H A DWriterUtils.cpp66 static std::string toString(const llvm::wasm::WasmLimits &limits) { in toString()
198 void writeLimits(raw_ostream &os, const WasmLimits &limits) { in writeLimits()
H A DSymbolTable.cpp680 WasmLimits limits{0, 0, 0}; // Set by the writer. createUndefinedIndirectFunctionTable() local
695 WasmLimits limits{0, 0, 0}; // Set by the writer. createDefinedIndirectFunctionTable() local
H A DSymbols.cpp387 setLimits(const WasmLimits & limits) setLimits() argument
H A DWriter.cpp937 limits.Flags |= WASM_LIMITS_FLAG_HAS_MAX; in finalizeIndirectFunctionTable() local
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVAttributes.cpp108 Attribute limits; member
291 get(spirv::VerCapExtAttr triple,ResourceLimitsAttr limits,ClientAPI clientAPI,Vendor vendorID,DeviceType deviceType,uint32_t deviceID) get() argument
[all...]
/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp67 } limits; member