Home
last modified time | relevance | path

Searched refs:with_bounds (Results 1 – 25 of 104) sorted by relevance

12345

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CHERI/cheri-compressed-cap/test/
H A Dsetbounds_test.cpp29 CAPTURE(initial_cap, with_bounds, was_exact); in check_csetbounds_invariants()
34 REQUIRE(with_bounds.top() == requested_top); in check_csetbounds_invariants()
39 REQUIRE((with_bounds.top() != requested_top || with_bounds.base() != requested_base)); in check_csetbounds_invariants()
48 cap_register_t with_bounds = initial_cap; in do_csetbounds() local
52 CAPTURE(with_bounds, exact); in do_csetbounds()
57 return with_bounds; in do_csetbounds()
65 return with_bounds; in check_bounds_exact()
120 CHECK(with_bounds.cr_base == 0x160600000);
121 CHECK(with_bounds.offset() == 0);
122 CHECK(with_bounds.length() == 0x300000);
[all …]
H A Dsimple_test.cpp193 cap_register_t with_bounds = cap; variable
197 bool exact = cc128_setbounds(&with_bounds, cap.offset(), req_top);
198 CAPTURE(with_bounds);
200 CHECK(with_bounds.cr_base == 0x0000000000000000);
201 CHECK(with_bounds.offset() == 0x0000000000000007);
202 CHECK(with_bounds.length() == 0x00000000010000400);
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/cheri-common/cheri-compressed-cap/test/
H A Dsetbounds_test.cpp29 CAPTURE(initial_cap, with_bounds, was_exact); in check_csetbounds_invariants()
34 REQUIRE(with_bounds.top() == requested_top); in check_csetbounds_invariants()
39 REQUIRE((with_bounds.top() != requested_top || with_bounds.base() != requested_base)); in check_csetbounds_invariants()
48 cap_register_t with_bounds = initial_cap; in do_csetbounds() local
52 CAPTURE(with_bounds, exact); in do_csetbounds()
57 return with_bounds; in do_csetbounds()
65 return with_bounds; in check_bounds_exact()
120 CHECK(with_bounds.cr_base == 0x160600000);
121 CHECK(with_bounds.offset() == 0);
122 CHECK(with_bounds.length() == 0x300000);
[all …]
H A Dsimple_test.cpp193 cap_register_t with_bounds = cap; variable
197 bool exact = cc128_setbounds(&with_bounds, cap.offset(), req_top);
198 CAPTURE(with_bounds);
200 CHECK(with_bounds.cr_base == 0x0000000000000000);
201 CHECK(with_bounds.offset() == 0x0000000000000007);
202 CHECK(with_bounds.length() == 0x00000000010000400);
/dports/graphics/py-rasterio/rasterio-1.2.10/rasterio/
H A Dplot.py35 def show(source, with_bounds=True, contour=False, contour_label_kws=None, argument
84 if with_bounds:
87 if with_bounds:
119 if transform and with_bounds:
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-strlen.c449 if (with_bounds) in get_string_length()
484 if (with_bounds) in get_string_length()
1128 bool with_bounds = gimple_call_with_bounds_p (stmt); in handle_builtin_strchr() local
1240 bool with_bounds = gimple_call_with_bounds_p (stmt); in handle_builtin_strcpy() local
1242 src = gimple_call_arg (stmt, with_bounds ? 2 : 1); in handle_builtin_strcpy()
1436 if (with_bounds) in handle_builtin_strcpy()
1462 gimple_call_set_with_bounds (stmt, with_bounds); in handle_builtin_strcpy()
1492 len = gimple_call_arg (stmt, with_bounds ? 4 : 2); in handle_builtin_memcpy()
1493 src = gimple_call_arg (stmt, with_bounds ? 2 : 1); in handle_builtin_memcpy()
1636 src = gimple_call_arg (stmt, with_bounds ? 2 : 1); in handle_builtin_strcat()
[all …]
H A Dtree-ssa-sccvn.h88 unsigned with_bounds : 1; member
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-strlen.c449 if (with_bounds) in get_string_length()
484 if (with_bounds) in get_string_length()
1128 bool with_bounds = gimple_call_with_bounds_p (stmt); in handle_builtin_strchr() local
1240 bool with_bounds = gimple_call_with_bounds_p (stmt); in handle_builtin_strcpy() local
1242 src = gimple_call_arg (stmt, with_bounds ? 2 : 1); in handle_builtin_strcpy()
1436 if (with_bounds) in handle_builtin_strcpy()
1462 gimple_call_set_with_bounds (stmt, with_bounds); in handle_builtin_strcpy()
1492 len = gimple_call_arg (stmt, with_bounds ? 4 : 2); in handle_builtin_memcpy()
1493 src = gimple_call_arg (stmt, with_bounds ? 2 : 1); in handle_builtin_memcpy()
1636 src = gimple_call_arg (stmt, with_bounds ? 2 : 1); in handle_builtin_strcat()
[all …]
H A Dtree-ssa-sccvn.h88 unsigned with_bounds : 1; member
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-strlen.c603 if (with_bounds) in get_string_length()
638 if (with_bounds) in get_string_length()
1348 bool with_bounds = gimple_call_with_bounds_p (stmt); in handle_builtin_strchr() local
1460 bool with_bounds = gimple_call_with_bounds_p (stmt); in handle_builtin_strcpy() local
1462 src = gimple_call_arg (stmt, with_bounds ? 2 : 1); in handle_builtin_strcpy()
1693 if (with_bounds) in handle_builtin_strcpy()
1719 gimple_call_set_with_bounds (stmt, with_bounds); in handle_builtin_strcpy()
2109 bool with_bounds = gimple_call_with_bounds_p (stmt); in handle_builtin_stxncpy() local
2220 len = gimple_call_arg (stmt, with_bounds ? 4 : 2); in handle_builtin_memcpy()
2221 src = gimple_call_arg (stmt, with_bounds ? 2 : 1); in handle_builtin_memcpy()
[all …]
H A Dtree-ssa-sccvn.h91 unsigned with_bounds : 1; member
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-strlen.c603 if (with_bounds) in get_string_length()
638 if (with_bounds) in get_string_length()
1348 bool with_bounds = gimple_call_with_bounds_p (stmt); in handle_builtin_strchr() local
1460 bool with_bounds = gimple_call_with_bounds_p (stmt); in handle_builtin_strcpy() local
1462 src = gimple_call_arg (stmt, with_bounds ? 2 : 1); in handle_builtin_strcpy()
1693 if (with_bounds) in handle_builtin_strcpy()
1719 gimple_call_set_with_bounds (stmt, with_bounds); in handle_builtin_strcpy()
2109 bool with_bounds = gimple_call_with_bounds_p (stmt); in handle_builtin_stxncpy() local
2220 len = gimple_call_arg (stmt, with_bounds ? 4 : 2); in handle_builtin_memcpy()
2221 src = gimple_call_arg (stmt, with_bounds ? 2 : 1); in handle_builtin_memcpy()
[all …]
H A Dtree-ssa-sccvn.h91 unsigned with_bounds : 1; member
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-strlen.c603 if (with_bounds) in get_string_length()
638 if (with_bounds) in get_string_length()
1348 bool with_bounds = gimple_call_with_bounds_p (stmt); in handle_builtin_strchr() local
1460 bool with_bounds = gimple_call_with_bounds_p (stmt); in handle_builtin_strcpy() local
1462 src = gimple_call_arg (stmt, with_bounds ? 2 : 1); in handle_builtin_strcpy()
1693 if (with_bounds) in handle_builtin_strcpy()
1719 gimple_call_set_with_bounds (stmt, with_bounds); in handle_builtin_strcpy()
2109 bool with_bounds = gimple_call_with_bounds_p (stmt); in handle_builtin_stxncpy() local
2220 len = gimple_call_arg (stmt, with_bounds ? 4 : 2); in handle_builtin_memcpy()
2221 src = gimple_call_arg (stmt, with_bounds ? 2 : 1); in handle_builtin_memcpy()
[all …]
H A Dtree-ssa-sccvn.h91 unsigned with_bounds : 1; member
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-strlen.c603 if (with_bounds) in get_string_length()
638 if (with_bounds) in get_string_length()
1348 bool with_bounds = gimple_call_with_bounds_p (stmt); in handle_builtin_strchr() local
1460 bool with_bounds = gimple_call_with_bounds_p (stmt); in handle_builtin_strcpy() local
1462 src = gimple_call_arg (stmt, with_bounds ? 2 : 1); in handle_builtin_strcpy()
1693 if (with_bounds) in handle_builtin_strcpy()
1719 gimple_call_set_with_bounds (stmt, with_bounds); in handle_builtin_strcpy()
2109 bool with_bounds = gimple_call_with_bounds_p (stmt); in handle_builtin_stxncpy() local
2220 len = gimple_call_arg (stmt, with_bounds ? 4 : 2); in handle_builtin_memcpy()
2221 src = gimple_call_arg (stmt, with_bounds ? 2 : 1); in handle_builtin_memcpy()
[all …]
H A Dtree-ssa-sccvn.h91 unsigned with_bounds : 1; member
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-strlen.c603 if (with_bounds) in get_string_length()
638 if (with_bounds) in get_string_length()
1348 bool with_bounds = gimple_call_with_bounds_p (stmt); in handle_builtin_strchr() local
1460 bool with_bounds = gimple_call_with_bounds_p (stmt); in handle_builtin_strcpy() local
1462 src = gimple_call_arg (stmt, with_bounds ? 2 : 1); in handle_builtin_strcpy()
1693 if (with_bounds) in handle_builtin_strcpy()
1719 gimple_call_set_with_bounds (stmt, with_bounds); in handle_builtin_strcpy()
2109 bool with_bounds = gimple_call_with_bounds_p (stmt); in handle_builtin_stxncpy() local
2220 len = gimple_call_arg (stmt, with_bounds ? 4 : 2); in handle_builtin_memcpy()
2221 src = gimple_call_arg (stmt, with_bounds ? 2 : 1); in handle_builtin_memcpy()
[all …]
H A Dtree-ssa-sccvn.h91 unsigned with_bounds : 1; member
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-strlen.c603 if (with_bounds) in get_string_length()
638 if (with_bounds) in get_string_length()
1334 bool with_bounds = gimple_call_with_bounds_p (stmt); in handle_builtin_strchr() local
1446 bool with_bounds = gimple_call_with_bounds_p (stmt); in handle_builtin_strcpy() local
1448 src = gimple_call_arg (stmt, with_bounds ? 2 : 1); in handle_builtin_strcpy()
1679 if (with_bounds) in handle_builtin_strcpy()
1705 gimple_call_set_with_bounds (stmt, with_bounds); in handle_builtin_strcpy()
2095 bool with_bounds = gimple_call_with_bounds_p (stmt); in handle_builtin_stxncpy() local
2206 len = gimple_call_arg (stmt, with_bounds ? 4 : 2); in handle_builtin_memcpy()
2207 src = gimple_call_arg (stmt, with_bounds ? 2 : 1); in handle_builtin_memcpy()
[all …]
H A Dtree-ssa-sccvn.h91 unsigned with_bounds : 1; member
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/Mips/cheri/
H A Dframe-index-basic.ll16 …%with_bounds = tail call i8 addrspace(200)* @llvm.cheri.cap.offset.set.i64(i8 addrspace(200)* %sta…
17 %result = tail call i8 addrspace(200)* @foo(i8 addrspace(200)* %with_bounds)
/dports/sysutils/vector/vector-0.10.0/cargo-crates/snafu-0.6.6/tests/
H A Dno_context.rs66 mod with_bounds { module
/dports/converters/yj-bruceadams/yj-1.1.34/cargo-crates/snafu-0.6.10/tests/
H A Dno_context.rs66 mod with_bounds { module
/dports/deskutils/just/just-0.10.5/cargo-crates/snafu-0.6.10/tests/
H A Dno_context.rs66 mod with_bounds { module

12345