Searched refs:box2 (Results 1 – 5 of 5) sorted by relevance
86 int *&box2 = m.getValue(i); in testMap() local87 box2 = 0; in testMap()88 *box2 = 1; // expected-warning {{Dereference of null pointer}} in testMap()
147 std::ranges::__copyable_box<ThrowsOnCopy> box2(std::in_place, THROW_WHEN_COPIED_FROM); in create_empty_box()149 box1 = box2; // throws during assignment, which is implemented as a call to the copy ctor in create_empty_box()
69 // CHECK-LABEL: func private @box2() -> !fir.boxchar<2>74 func.func private @box2() -> !fir.boxchar<2>
21 func.func private @box2() -> !fir.boxchar<>
7 // CHECK: func private @box2() -> !fir.boxproc<(i32, i32) -> i64>11 func.func private @box2() -> !fir.boxproc<(i32, i32) -> i64>87 // CHECK: [[VAL_19:%.*]] = fir.call @box2() : () -> !fir.boxproc<(i32, i32) -> i64>92 %17 = fir.call @box2() : () -> !fir.boxproc<(i32, i32) -> i64>167 // CHECK: [[VAL_58:%.*]] = fir.call @box2() : () -> !fir.boxproc<(i32, i32) -> i64>193 %9 = fir.call @box2() : () -> !fir.boxproc<(i32, i32) -> i64>