/llvm-project/libcxx/test/libcxx/algorithms/alg.sorting/alg.heap.operations/make.heap/ |
H A D | complexity.pass.cpp | 31 explicit MyInt(int xval) : value(xval) {} in MyInt() argument 32 MyInt(const MyInt& other) : value(other.value) { ++stats.copied; } in MyInt() argument 33 MyInt(MyInt&& other) : value(other.value) { ++stats.moved; } in operator =() argument 28 struct MyInt { global() struct 30 MyIntMyInt MyInt() argument 38 operator =MyInt operator =() argument [all...] |
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/ |
H A D | complexity.pass.cpp | 31 explicit MyInt(int xval) : value(xval) {} in MyInt() argument 32 MyInt(const MyInt& other) : value(other.value) { ++stats.copied; } in MyInt() argument 33 MyInt(MyInt&& other) : value(other.value) { ++stats.moved; } in operator =() argument 28 struct MyInt { global() struct 30 MyIntMyInt MyInt() argument 38 operator =MyInt operator =() argument [all...] |
H A D | ranges_sort_heap.pass.cpp | 207 struct MyInt { in MyInt() argument 209 explicit MyInt(int xval) : value(xval) {} in MyInt() argument 210 MyInt(const MyInt& other) : value(other.value) { ++stats.copied; } in operator =() argument 205 struct MyInt { global() struct 208 MyIntMyInt MyInt() argument 215 operator =MyInt operator =() argument 220 CompMyInt Comp() argument [all...] |
/llvm-project/libcxx/test/std/utilities/expected/expected.void/ctor/ |
H A D | ctor.unexpected.copy.pass.cpp | 47 struct MyInt { global() struct 49 MyIntMyInt MyInt() argument
|
H A D | ctor.unexpected.move.pass.cpp | 47 struct MyInt { global() struct 49 MyIntMyInt MyInt() argument
|
H A D | ctor.default.pass.cpp | 27 struct MyInt { global() struct 29 iMyInt global() argument
|
/llvm-project/libcxx/test/std/utilities/expected/expected.expected/ctor/ |
H A D | ctor.unexpected.copy.pass.cpp | 47 struct MyInt { global() struct 49 MyIntMyInt MyInt() argument
|
H A D | ctor.unexpected.move.pass.cpp | 47 struct MyInt { global() struct 49 MyIntMyInt MyInt() argument
|
H A D | ctor.default.pass.cpp | 35 struct MyInt { global() struct 37 iMyInt global() argument
|
/llvm-project/clang/test/PCH/ |
H A D | cxx17-deduction-guide-decl.cpp | 9 typedef int MyInt; typedef 13 explicit Some(T, MyInt) {} in Some() argument
|
/llvm-project/clang/test/ExtractAPI/ |
H A D | typedef.c | 6 typedef int MyInt; typedef
|
H A D | typedef_chain.c | 17 typedef int MyInt; typedef
|
/llvm-project/clang/test/Index/ |
H A D | index-refs.cpp | 4 typedef int MyInt; typedef 51 typedef int MyInt; typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | switch-missing-default-case.cpp | 3 typedef int MyInt; typedef
|
H A D | easily-swappable-parameters-implicits.cpp | 117 typedef int MyInt; typedef
|
H A D | easily-swappable-parameters-len2.cpp | 238 void referenceThroughTypedef(int I, ICRTy Builtin, MyIntCRTy MyInt) {} in referenceThroughTypedef()
|
/llvm-project/clang/test/CodeGenCoroutines/ |
H A D | coro-await.cpp | 257 enum class MyInt: int {}; enum 266 co_await MyInt(42); in TestOpAwait() local
|
/llvm-project/lldb/test/API/python_api/value/ |
H A D | main.c | 24 typedef int MyInt; typedef
|
/llvm-project/lldb/test/API/macosx/ctf/ |
H A D | test.c | 6 typedef int MyInt; typedef
|
/llvm-project/clang/test/Sema/ |
H A D | uninit-variables.c | 200 typedef int MyInt; typedef
|