Home
last modified time | relevance | path

Searched defs:base2 (Results 1 – 18 of 18) sorted by relevance

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.transform/
H A Dbase.pass.cpp33 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 Dconcepts-using-decl.cpp72 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 Dcatch_ptr_02.pass.cpp92 struct base2 {int x;}; struct
/llvm-project/libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.special/
H A Dswap.pass.cpp27 std::basic_syncbuf<CharT> base2; in test() local
/llvm-project/clang/test/FixIt/
H A Dfixit-cxx11-attributes.cpp38 struct base2 {}; struct
/llvm-project/clang/test/AST/
H A Dast-dump-openmp-declare-variant-extensions-messages.c10 int base2(void) { return 3; } in base2() function
H A Dast-dump-openmp-declare-variant-extensions.c23 int base2(void) { return 4; } in base2() function
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.drop/
H A Dbase.pass.cpp26 auto base2 = std::move(dropView2).base(); in test() local
/llvm-project/libcxx/test/std/input.output/syncstream/osyncstream/
H A Dassign.pass.cpp36 std::basic_stringbuf<CharT, Traits, Allocator> base2; in test() local
/llvm-project/clang/test/CXX/dcl/dcl.init/
H A Daggr.cpp36 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 Diter_swap.pass.cpp65 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 Diter_swap.pass.cpp50 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 Duse-trailing-return-type.cpp268 virtual double base2(int, bool b) {} in base2() function
/llvm-project/clang/test/CodeGenCXX/
H A Dhomogeneous-aggregates.cpp300 struct base2 { double v; }; argument
/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-builtin-bit-cast.cpp79 struct base2 { in test_record() struct
H A Dconstant-expression-cxx11.cpp867 constexpr Base base2(76); global() variable
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp568 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 Dc-index-test.c41 char* base2 = (char*)strrchr(path, '\\'); in basename() local
61 char* base2 = (char*)strrchr(path, '\\'); in dirname() local
[all...]