Home
last modified time | relevance | path

Searched refs:box2 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.cpp86 int *&box2 = m.getValue(i); in testMap() local
87 box2 = 0; in testMap()
88 *box2 = 1; // expected-warning {{Dereference of null pointer}} in testMap()
/llvm-project-15.0.7/libcxx/test/libcxx/ranges/range.adaptors/range.copy.wrap/
H A Dtypes.h147 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()
/llvm-project-15.0.7/flang/test/Fir/
H A Dfir-types.fir69 // CHECK-LABEL: func private @box2() -> !fir.boxchar<2>
74 func.func private @box2() -> !fir.boxchar<2>
H A Dinvalid-types.fir21 func.func private @box2() -> !fir.boxchar<>
H A Dfir-ops.fir7 // 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>