Searched refs:len_ (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 425 PRE_WRITE(buf_, len_); 859 (long long res, void *hostname_, long long len_) { 866 (long long res, void *hostname_, long long len_) { 1181 PRE_READ(buf_, len_); 1188 POST_READ(buf_, len_); 1327 (long long res, void *domainname_, long long len_) { 1334 (long long res, void *domainname_, long long len_) { 1353 (long long res, void *head_, long long len_) { 2242 PRE_READ(addr_, len_); 2251 POST_READ(addr_, len_); [all …]
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/ |
| H A D | replace.pass.cpp | 55 test_one_policy(Iterator data_, std::size_t len_) in test_one_policy() 57 len = len_; in test_one_policy()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | descriptor.cpp | 249 len_[j] = that.len_[j]; in operator =() 268 std::fprintf(f, " len[%zd] %jd\n", j, static_cast<std::intmax_t>(len_[j])); in Dump()
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | descriptor.h | 107 return len_[which]; in LenParameterValue() 117 len_[which] = x; in SetLenParameterValue() 124 typeInfo::TypeParameterValue len_[1]; // must be the last component variable
|