Home
last modified time | relevance | path

Searched defs:Box (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dtemplate-param-objects.cpp7 struct Box { struct
10 bool operator ==(Box lhs, Box rhs) { in operator ==() argument
33 template void stable_addresses<Box{1}, Box{1}, Box{2}, Box{2}>(); variable
/llvm-project-15.0.7/clang/test/Modules/Inputs/odr_hash-Friend/
H A DBox.h7 template <class T = int> struct Box { struct
8 iterator<T> I;
10 void test() { in test()
H A DBad.h7 template <class T = int> struct Box { struct
16 // Force instantiation of Box<int> argument
H A DGood.h7 template <class T = int> struct Box { struct
16 // Force instantiation of Box<int> argument
/llvm-project-15.0.7/libcxx/test/libcxx/ranges/range.adaptors/range.copy.wrap/
H A Dctor.in_place.pass.cpp33 using Box = std::ranges::__copyable_box<CopyConstructible>; in test() typedef
42 using Box = std::ranges::__copyable_box<Copyable>; in test() typedef
51 using Box = std::ranges::__copyable_box<NothrowCopyConstructible>; in test() typedef
H A Dassign.move.pass.cpp28 using Box = std::ranges::__copyable_box<CopyConstructible>; in test() typedef
55 using Box = std::ranges::__copyable_box<CopyConstructibleMovable>; in test() typedef
84 using Box = std::ranges::__copyable_box<Copyable>; in test() typedef
113 using Box = std::ranges::__copyable_box<MovableNothrowCopyConstructible>; in test() typedef
142 using Box = std::ranges::__copyable_box<NothrowCopyConstructible>; in test() typedef
174 using Box = std::ranges::__copyable_box<ThrowsOnCopy>; in test_empty_state() typedef
H A Dassign.copy.pass.cpp28 using Box = std::ranges::__copyable_box<CopyConstructible>; in test() typedef
55 using Box = std::ranges::__copyable_box<Copyable>; in test() typedef
84 using Box = std::ranges::__copyable_box<NothrowCopyConstructible>; in test() typedef
116 using Box = std::ranges::__copyable_box<ThrowsOnCopy>; in test_empty_state() typedef
H A Dctor.default.pass.cpp23 using Box = std::ranges::__copyable_box<T>; typedef
H A Dno_unique_address.pass.cpp30 using Box = std::ranges::__copyable_box<Empty>; typedef
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DIntrinsicCall.h44 Box, enumerator
H A DSymbolMap.h75 using Box = fir::BoxValue; member
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-unused-value.cpp8 class Box { class
/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.join.view/
H A Dtypes.h111 struct Box { struct
112 int x;
/llvm-project-15.0.7/llvm/unittests/Support/
H A DErrorTest.cpp1073 Optional<int> Box; member
1084 if (bool(Box) != bool(RHS.Box)) in operator ==() local
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp440 void Box(chtype v_char = ACS_VLINE, chtype h_char = ACS_HLINE) { in Box() function in curses::Surface
454 void Box(const Rect &bounds, chtype v_char = ACS_VLINE, in Box() function in curses::Surface