/llvm-project/libcxx/test/std/ranges/range.adaptors/range.transform/ |
H A D | base.pass.cpp | 33 CopyableView base2 = std::move(transformView).base(); in test() local 44 const CopyableView base2 = std::move(transformView).base(); in test() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | concepts-using-decl.cpp | 72 struct base2 { struct 74 Opaque<0> foo() { return Opaque<0>(); }; in foo() 144 struct base2 { struct 145 template <IsEmpty T> Opaque<0> foo() { return Opaque<0>(); } in foo()
|
/llvm-project/libcxxabi/test/ |
H A D | catch_ptr_02.pass.cpp | 92 struct base2 {int x;}; struct
|
/llvm-project/libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.special/ |
H A D | swap.pass.cpp | 27 std::basic_syncbuf<CharT> base2; in test() local
|
/llvm-project/clang/test/FixIt/ |
H A D | fixit-cxx11-attributes.cpp | 38 struct base2 {}; struct
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-openmp-declare-variant-extensions-messages.c | 10 int base2(void) { return 3; } in base2() function
|
H A D | ast-dump-openmp-declare-variant-extensions.c | 23 int base2(void) { return 4; } in base2() function
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.drop/ |
H A D | base.pass.cpp | 26 auto base2 = std::move(dropView2).base(); in test() local
|
/llvm-project/libcxx/test/std/input.output/syncstream/osyncstream/ |
H A D | assign.pass.cpp | 36 std::basic_stringbuf<CharT, Traits, Allocator> base2; in test() local
|
/llvm-project/clang/test/CXX/dcl/dcl.init/ |
H A D | aggr.cpp | 36 struct base2 { struct 37 constexpr base2() { in base2() function 40 int b3;
|
/llvm-project/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/ |
H A D | iter_swap.pass.cpp | 65 adl::Iterator base2 = adl::Iterator::TrackSwaps(iter_swap_invocations); in test() local
|
/llvm-project/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.nonmember/ |
H A D | iter_swap.pass.cpp | 50 adl::Iterator base2 = adl::Iterator::TrackSwaps(a + 2, iter_swap_invocations); in test() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-trailing-return-type.cpp | 268 virtual double base2(int, bool b) {} in base2() function
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | homogeneous-aggregates.cpp | 300 struct base2 { double v; }; argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | constexpr-builtin-bit-cast.cpp | 79 struct base2 { in test_record() struct
|
H A D | constant-expression-cxx11.cpp | 867 constexpr Base base2(76); global() variable
|
/llvm-project/clang/test/CXX/expr/expr.const/ |
H A D | p2-0x.cpp | 568 constexpr bool base2 = &e.c[1] < &e.e.f; // expected-error {{constant expression}} expected-note {{comparison of address of base class subobject 'C' of class 'E' to field 'e' h global() variable
|
/llvm-project/clang/tools/c-index-test/ |
H A D | c-index-test.c | 41 char* base2 = (char*)strrchr(path, '\\'); in basename() local 61 char* base2 = (char*)strrchr(path, '\\'); in dirname() local [all...] |