Home
last modified time | relevance | path

Searched defs:base3 (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/AST/
H A Dast-dump-openmp-declare-variant-extensions-messages.c13 int base3(void) { return 4; } in base3() function
H A Dast-dump-openmp-declare-variant-extensions.c26 int base3(void) { return 5; } in base3() function
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.drop/
H A Dbase.pass.cpp30 auto base3 = dropView3.base(); in test() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-trailing-return-type.cpp314 virtual float base3() const override final { } in base3() function
592 virtual auto base3() const -> float override final { } in base3() function
/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-builtin-bit-cast.cpp82 struct base3 { in test_record() struct
83 ztest_record::base3 test_record() argument
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp569 constexpr bool base3 = &e.e.f < &e.d; // expected-error {{constant expression}} expected-note {{comparison of address of base class subobject 'D' of class 'E' to field 'e' has global() variable