Home
last modified time | relevance | path

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

/llvm-project/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{ in stable_addresses() variable
[all...]
/llvm-project/clang/test/APINotes/Inputs/Headers/
H A DTemplates.h2 struct Box { struct
9 using FloatBox = Box<float>; argument
/llvm-project/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 DGood.h7 template <class T = int> struct Box { struct
16 // Force instantiation of Box<int> argument
H A DBad.h7 template <class T = int> struct Box { struct
16 // Force instantiation of Box<int> argument
/llvm-project/libcxx/test/libcxx/ranges/range.adaptors/range.move.wrap/
H A Dctor.in_place.pass.cpp32 using Box = std::ranges::__movable_box<CopyConstructible>; in test() typedef
41 using Box = std::ranges::__movable_box<Copyable>; in test() typedef
50 using Box = std::ranges::__movable_box<NothrowCopyConstructible>; in test() typedef
H A Dassign.move.pass.cpp27 using Box = std::ranges::__movable_box<CopyConstructible>; in test() typedef
54 using Box = std::ranges::__movable_box<CopyConstructibleMovable>; in test() typedef
84 using Box = std::ranges::__movable_box<Copyable>; in test() typedef
113 using Box = std::ranges::__movable_box<MovableNothrowCopyConstructible>; in test() typedef
143 using Box = std::ranges::__movable_box<NothrowCopyConstructible>; in test() typedef
175 using Box = std::ranges::__movable_box<ThrowsOnCopy>; in test_empty_state() typedef
H A Dassign.copy.pass.cpp27 using Box = std::ranges::__movable_box<CopyConstructible>; in test() typedef
54 using Box = std::ranges::__movable_box<Copyable>; in test() typedef
83 using Box = std::ranges::__movable_box<NothrowCopyConstructible>; in test() typedef
115 using Box = std::ranges::__movable_box<ThrowsOnCopy>; in test_empty_state() typedef
H A Dctor.default.pass.cpp22 using Box = std::ranges::__movable_box<T>; typedef
H A Dempty_object.pass.cpp29 using Box = std::ranges::__movable_box<Empty>; typedef
/llvm-project/flang/include/flang/Lower/
H A DSymbolMap.h76 using Box = fir::BoxValue; member
/llvm-project/clang/test/SemaCXX/
H A Dwarn-unused-value.cpp8 class Box { class
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.join/
H A Dtypes.h125 struct Box { struct
126 int x;
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DIntrinsicCall.h103 Box, enumerator
/llvm-project/llvm/unittests/Support/
H A DErrorTest.cpp1084 std::optional<int> Box; member
1095 if (bool(Box) != bool(RHS.Box)) in operator ==() local
[all...]
/llvm-project/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