/llvm-project/clang/test/Analysis/ |
H A D | template-param-objects.cpp | 7 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 D | Templates.h | 2 struct Box { struct 9 using FloatBox = Box<float>; argument
|
/llvm-project/clang/test/Modules/Inputs/odr_hash-Friend/ |
H A D | Box.h | 7 template <class T = int> struct Box { struct 8 iterator<T> I; 10 void test() { in test()
|
H A D | Good.h | 7 template <class T = int> struct Box { struct 16 // Force instantiation of Box<int> argument
|
H A D | Bad.h | 7 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 D | ctor.in_place.pass.cpp | 32 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 D | assign.move.pass.cpp | 27 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 D | assign.copy.pass.cpp | 27 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 D | ctor.default.pass.cpp | 22 using Box = std::ranges::__movable_box<T>; typedef
|
H A D | empty_object.pass.cpp | 29 using Box = std::ranges::__movable_box<Empty>; typedef
|
/llvm-project/flang/include/flang/Lower/ |
H A D | SymbolMap.h | 76 using Box = fir::BoxValue; member
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-unused-value.cpp | 8 class Box { class
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.join/ |
H A D | types.h | 125 struct Box { struct 126 int x;
|
/llvm-project/flang/include/flang/Optimizer/Builder/ |
H A D | IntrinsicCall.h | 103 Box, enumerator
|
/llvm-project/llvm/unittests/Support/ |
H A D | ErrorTest.cpp | 1084 std::optional<int> Box; member 1095 if (bool(Box) != bool(RHS.Box)) in operator ==() local [all...] |
/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 440 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
|