Home
last modified time | relevance | path

Searched defs:MyInt (Results 1 – 20 of 20) sorted by relevance

/llvm-project/libcxx/test/libcxx/algorithms/alg.sorting/alg.heap.operations/make.heap/
H A Dcomplexity.pass.cpp31 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 Dcomplexity.pass.cpp31 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 Dranges_sort_heap.pass.cpp207 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 Dctor.unexpected.copy.pass.cpp47 struct MyInt { global() struct
49 MyIntMyInt MyInt() argument
H A Dctor.unexpected.move.pass.cpp47 struct MyInt { global() struct
49 MyIntMyInt MyInt() argument
H A Dctor.default.pass.cpp27 struct MyInt { global() struct
29 iMyInt global() argument
/llvm-project/libcxx/test/std/utilities/expected/expected.expected/ctor/
H A Dctor.unexpected.copy.pass.cpp47 struct MyInt { global() struct
49 MyIntMyInt MyInt() argument
H A Dctor.unexpected.move.pass.cpp47 struct MyInt { global() struct
49 MyIntMyInt MyInt() argument
H A Dctor.default.pass.cpp35 struct MyInt { global() struct
37 iMyInt global() argument
/llvm-project/clang/test/PCH/
H A Dcxx17-deduction-guide-decl.cpp9 typedef int MyInt; typedef
13 explicit Some(T, MyInt) {} in Some() argument
/llvm-project/clang/test/ExtractAPI/
H A Dtypedef.c6 typedef int MyInt; typedef
H A Dtypedef_chain.c17 typedef int MyInt; typedef
/llvm-project/clang/test/Index/
H A Dindex-refs.cpp4 typedef int MyInt; typedef
51 typedef int MyInt; typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dswitch-missing-default-case.cpp3 typedef int MyInt; typedef
H A Deasily-swappable-parameters-implicits.cpp117 typedef int MyInt; typedef
H A Deasily-swappable-parameters-len2.cpp238 void referenceThroughTypedef(int I, ICRTy Builtin, MyIntCRTy MyInt) {} in referenceThroughTypedef()
/llvm-project/clang/test/CodeGenCoroutines/
H A Dcoro-await.cpp257 enum class MyInt: int {}; enum
266 co_await MyInt(42); in TestOpAwait() local
/llvm-project/lldb/test/API/python_api/value/
H A Dmain.c24 typedef int MyInt; typedef
/llvm-project/lldb/test/API/macosx/ctf/
H A Dtest.c6 typedef int MyInt; typedef
/llvm-project/clang/test/Sema/
H A Duninit-variables.c200 typedef int MyInt; typedef