Home
last modified time | relevance | path

Searched refs:fake_ptr (Results 1 – 25 of 30) sorted by relevance

12

/dports/math/heyoka/heyoka-0.16.0/test/
H A Dfunc.cpp128 …REQUIRE_THROWS_MATCHES(f.taylor_diff_dbl(s, {}, {nullptr, nullptr}, fake_ptr, fake_ptr, 2, 2, 2, 0…
132 …f.taylor_diff_dbl(s, {}, {nullptr, nullptr}, fake_ptr, fake_ptr, 0, 2, 2, 1, false), std::invalid_…
134 …REQUIRE_THROWS_MATCHES(f.taylor_diff_dbl(s, {}, {nullptr, nullptr}, fake_ptr, fake_ptr, 2, 1, 2, 1…
144 …REQUIRE_THROWS_MATCHES(f.taylor_diff_ldbl(s, {}, {nullptr, nullptr}, fake_ptr, fake_ptr, 2, 2, 2, …
148 …f.taylor_diff_ldbl(s, {}, {nullptr, nullptr}, fake_ptr, fake_ptr, 0, 2, 2, 1, false), std::invalid…
150 …REQUIRE_THROWS_MATCHES(f.taylor_diff_ldbl(s, {}, {nullptr, nullptr}, fake_ptr, fake_ptr, 2, 1, 2, …
161 …REQUIRE_THROWS_MATCHES(f.taylor_diff_f128(s, {}, {nullptr, nullptr}, fake_ptr, fake_ptr, 2, 2, 2, …
165 …f.taylor_diff_f128(s, {}, {nullptr, nullptr}, fake_ptr, fake_ptr, 0, 2, 2, 1, false), std::invalid…
167 …REQUIRE_THROWS_MATCHES(f.taylor_diff_f128(s, {}, {nullptr, nullptr}, fake_ptr, fake_ptr, 2, 1, 2, …
507 …REQUIRE_THROWS_MATCHES(f.taylor_diff_dbl(s, {}, {}, fake_ptr, fake_ptr, 1, 2, 3, 4, false), std::i…
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/ai/formula/
H A Dcallable_objects.cpp95 …return variant(std::make_shared<safe_call_result>(fake_ptr(), move_result->get_status(), move_resu… in execute_self()
124 …return variant(std::make_shared<safe_call_result>(fake_ptr(), move_result->get_status(), move_resu… in execute_self()
229 …return variant(std::make_shared<safe_call_result>(fake_ptr(), move_result->get_status(), move_resu… in execute_self()
240 return variant(std::make_shared<safe_call_result>(fake_ptr(), attack_result->get_status())); in execute_self()
318 return variant(std::make_shared<safe_call_result>(fake_ptr(), recall_result->get_status())); in execute_self()
347 return variant(std::make_shared<safe_call_result>(fake_ptr(), recruit_result->get_status())); in execute_self()
394 return variant(std::make_shared<safe_call_result>(fake_ptr(), status)); in execute_self()
H A Dstage_unit_formulas.cpp69 wfl::map_formula_callable callable(fai_.fake_ptr()); in do_play_stage()
102 wfl::map_formula_callable callable(fai_.fake_ptr()); in do_play_stage()
124 wfl::map_formula_callable callable(fai_.fake_ptr()); in do_play_stage()
H A Dcandidates.cpp81 map_formula_callable callable(ai->fake_ptr()); in do_filtering()
126 map_formula_callable callable(ai->fake_ptr()); in evaluate()
230 map_formula_callable callable(ai->fake_ptr()); in evaluate()
H A Dai.cpp166 map_formula_callable callable(fake_ptr()); in evaluate()
172 variant var = variant(this->fake_ptr()).execute_variant(v); in evaluate()
198 res = variant(this->fake_ptr()).execute_variant(var); in make_action()
506 return variant(attacks_callable.fake_ptr()); in get_value()
531 return variant(vars_.fake_ptr()); in get_value()
687 map_formula_callable callable(fake_ptr()); in execute_candidate_action()
H A Dstage_side_formulas.cpp48 wfl::map_formula_callable callable(fai_.fake_ptr()); in do_play_stage()
/dports/games/wesnoth/wesnoth-1.14.17/src/formula/
H A Dcallable.hpp41 formula_callable_ptr fake_ptr() { in fake_ptr() function in wfl::formula_callable
45 const_formula_callable_ptr fake_ptr() const { in fake_ptr() function in wfl::formula_callable
52 return variant(fake_ptr()); in query_value()
/dports/devel/py-numba/numba-0.51.2/numba/cuda/tests/cudadrv/
H A Dtest_cuda_memory.py71 fake_ptr = ctypes.c_void_p(0xdeadbeef)
78 ptr = driver.MemoryPointer(context=self.context, pointer=fake_ptr,
85 ptr = driver.MemoryPointer(context=self.context, pointer=fake_ptr,
/dports/games/wesnoth/wesnoth-1.14.17/src/ai/default/
H A Dattack.cpp439 …return wfl::variant(std::make_shared<wfl::safe_call_result>(fake_ptr(), attack_result::E_EMPTY_DEF… in execute_self()
447 …return wfl::variant(std::make_shared<wfl::safe_call_result>(fake_ptr(), move_result::E_NO_UNIT, mo… in execute_self()
454 …return wfl::variant(std::make_shared<wfl::safe_call_result>(fake_ptr(), result->get_status(), resu… in execute_self()
463 return wfl::variant(std::make_shared<wfl::safe_call_result>(fake_ptr(), result->get_status())); in execute_self()
/dports/games/wesnoth/wesnoth-1.14.17/src/tests/
H A Dtest_formula_core.cpp47 members.emplace_back(i_[n].fake_ptr()); in get_value()
52 return variant(c_.fake_ptr()); in get_value()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/InstCombine/
H A Derase-dbg-values-at-dead-alloc-site.ll54 ; RUN-ONCE: [[t1_fake_ptr]] = !DILocalVariable(name: "fake_ptr"
76 !20 = !DILocalVariable(name: "fake_ptr", scope: !9, file: !10, line: 1, type: !13)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Derase-dbg-values-at-dead-alloc-site.ll54 ; RUN-ONCE: [[t1_fake_ptr]] = !DILocalVariable(name: "fake_ptr"
76 !20 = !DILocalVariable(name: "fake_ptr", scope: !9, file: !10, line: 1, type: !13)
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/InstCombine/
H A Derase-dbg-values-at-dead-alloc-site.ll54 ; RUN-ONCE: [[t1_fake_ptr]] = !DILocalVariable(name: "fake_ptr"
76 !20 = !DILocalVariable(name: "fake_ptr", scope: !9, file: !10, line: 1, type: !13)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Derase-dbg-values-at-dead-alloc-site.ll54 ; RUN-ONCE: [[t1_fake_ptr]] = !DILocalVariable(name: "fake_ptr"
76 !20 = !DILocalVariable(name: "fake_ptr", scope: !9, file: !10, line: 1, type: !13)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/InstCombine/
H A Derase-dbg-values-at-dead-alloc-site.ll54 ; RUN-ONCE: [[t1_fake_ptr]] = !DILocalVariable(name: "fake_ptr"
76 !20 = !DILocalVariable(name: "fake_ptr", scope: !9, file: !10, line: 1, type: !13)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/InstCombine/
H A Derase-dbg-values-at-dead-alloc-site.ll54 ; RUN-ONCE: [[t1_fake_ptr]] = !DILocalVariable(name: "fake_ptr"
76 !20 = !DILocalVariable(name: "fake_ptr", scope: !9, file: !10, line: 1, type: !13)
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/InstCombine/
H A Derase-dbg-values-at-dead-alloc-site.ll54 ; RUN-ONCE: [[t1_fake_ptr]] = !DILocalVariable(name: "fake_ptr"
76 !20 = !DILocalVariable(name: "fake_ptr", scope: !9, file: !10, line: 1, type: !13)
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Derase-dbg-values-at-dead-alloc-site.ll54 ; RUN-ONCE: [[t1_fake_ptr]] = !DILocalVariable(name: "fake_ptr"
76 !20 = !DILocalVariable(name: "fake_ptr", scope: !9, file: !10, line: 1, type: !13)
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/servo_arc/
H A Dlib.rs551 let fake_ptr = fake_slice as *const [T] as *const ArcInner<HeaderSlice<H, [T]>>; in from_header_and_iter() localVariable
552 let fake_ref: &ArcInner<HeaderSlice<H, [T]>> = unsafe { &*fake_ptr }; in from_header_and_iter()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/servo_arc/
H A Dlib.rs551 let fake_ptr = fake_slice as *const [T] as *const ArcInner<HeaderSlice<H, [T]>>; in from_header_and_iter() localVariable
552 let fake_ref: &ArcInner<HeaderSlice<H, [T]>> = unsafe { &*fake_ptr }; in from_header_and_iter()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/servo_arc-0.1.1/
H A Dlib.rs551 let fake_ptr = fake_slice as *const [T] as *const ArcInner<HeaderSlice<H, [T]>>; in from_header_and_iter() localVariable
552 let fake_ref: &ArcInner<HeaderSlice<H, [T]>> = unsafe { &*fake_ptr }; in from_header_and_iter()
/dports/textproc/htmlq/htmlq-0.3.0/cargo-crates/servo_arc-0.1.1/
H A Dlib.rs551 let fake_ptr = fake_slice as *const [T] as *const ArcInner<HeaderSlice<H, [T]>>; in from_header_and_iter() localVariable
552 let fake_ref: &ArcInner<HeaderSlice<H, [T]>> = unsafe { &*fake_ptr }; in from_header_and_iter()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/servo_arc/
H A Dlib.rs721 let fake_ptr = fake_slice as *const [T] as *const ArcInner<HeaderSlice<H, [T]>>; in from_header_and_iter_alloc() localVariable
722 let fake_ref: &ArcInner<HeaderSlice<H, [T]>> = unsafe { &*fake_ptr }; in from_header_and_iter_alloc()
/dports/www/firefox/firefox-99.0/servo/components/servo_arc/
H A Dlib.rs721 let fake_ptr = fake_slice as *const [T] as *const ArcInner<HeaderSlice<H, [T]>>; in from_header_and_iter_alloc() localVariable
722 let fake_ref: &ArcInner<HeaderSlice<H, [T]>> = unsafe { &*fake_ptr }; in from_header_and_iter_alloc()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/servo_arc/
H A Dlib.rs721 let fake_ptr = fake_slice as *const [T] as *const ArcInner<HeaderSlice<H, [T]>>; in from_header_and_iter_alloc() localVariable
722 let fake_ref: &ArcInner<HeaderSlice<H, [T]>> = unsafe { &*fake_ptr }; in from_header_and_iter_alloc()

12