Home
last modified time | relevance | path

Searched defs:base1 (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.transform/
H A Dbase.pass.cpp30 CopyableView base1 = transformView.base(); in test() local
41 const CopyableView base1 = transformView.base(); in test() local
/llvm-project-15.0.7/libcxxabi/test/
H A Dcatch_ptr_02.pass.cpp93 struct base1 {int x;}; argument
/llvm-project-15.0.7/clang/test/FixIt/
H A Dfixit-cxx11-attributes.cpp37 struct base1 {}; struct
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-openmp-declare-variant-extensions-messages.c7 int base1(void) { return 2; } in base1() function
H A Dast-dump-openmp-declare-variant-extensions.c20 int base1(void) { return 3; } in base1() function
/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.drop/
H A Dbase.pass.cpp22 auto base1 = std::move(dropView1).base(); in test() local
/llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/
H A Diter_swap.pass.cpp64 adl::Iterator base1 = adl::Iterator::TrackSwaps(iter_swap_invocations); in test() local
/llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.nonmember/
H A Diter_swap.pass.cpp49 adl::Iterator base1 = adl::Iterator::TrackSwaps(a + 1, iter_swap_invocations); in test() local
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-trailing-return-type.cpp301 double B::base1(int, bool b) {} in base1() function in B
/llvm-project-15.0.7/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp557 …constexpr bool base1 = &e.c[0] < &e.d; // expected-error {{constant expression}} expected-note {{c… variable
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c36 char* base1 = (char*)strrchr(path, '/'); in basename() local
49 char* base1 = (char*)strrchr(path, '/'); in dirname() local