/llvm-project/clang/test/CodeGenCXX/ |
H A D | attribute_internal_linkage.cpp | 9 static int y2 [[clang::internal_linkage]]; member in A 27 int A::y2; member in A
|
/llvm-project/clang/test/PCH/Inputs/ |
H A D | chain-external-defs2.h | 5 int y2; variable
|
/llvm-project/clang/test/PCH/ |
H A D | chain-external-defs.c | 30 int y2 = 18; variable
|
/llvm-project/clang/test/Modules/Inputs/odr/ |
H A D | b.h | 4 } y2; variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | align_value.cpp | 25 nope<long double, 4> y2; variable
|
H A D | warn-literal-conversion.cpp | 10 …int y2 = (((1.2222F))); // expected-warning {{implicit conversion from 'float' to 'int' changes va… in test0() local
|
H A D | default-constructor-initializers.cpp | 72 Y2 y2; member
|
H A D | cxx0x-class.cpp | 26 …static constexpr float y2 = foo(); // expected-error {{must be initialized by a constant expressio… member
|
/llvm-project/clang/test/Sema/ |
H A D | annotate.c | 7 [[clang::annotate(1)]] int y2; // expected-error {{expected string literal as argument of 'annotate' attribute}} foo() local
|
H A D | annotate-type.c | 17 int *__attribute__((annotate_type("bar"))) y2; // expected-warning {{unknown attribute 'annotate_type' ignored}} foo() local
|
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.default.init/ |
H A D | default_initializable.verify.cpp | 46 const int y2{}; in test() local
|
/llvm-project/clang/test/CXX/stmt.stmt/stmt.dcl/ |
H A D | p3-0x.cpp | 39 Y y2; // expected-note{{jump bypasses variable with a non-trivial destructor}} in test_Y() local
|
/llvm-project/flang/test/Semantics/OpenMP/ |
H A D | declare-target01.f90 | 21 integer, dimension(:), allocatable :: y, y2 variable
|
H A D | threadprivate04.f90 | 9 common /blk1/ y1, /blk2/ y2, /blk3/ y3, /blk4/ y4, /blk5/ y5 local
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve50.f90 | 25 real :: y[10,*], y2[*], x[*] local
|
H A D | coarrays01.f90 | 17 real :: y[10,*], y2[*], x[*] local
|
/llvm-project/flang/unittests/Runtime/ |
H A D | Matmul.cpp | 37 auto y2{MakeArray<TypeCategory::Integer, 2>(std::vector<int>{4, 2}, in TEST() local
|
H A D | MatmulTranspose.cpp | 41 auto y2{MakeArray<TypeCategory::Integer, 2>(std::vector<int>{4, 2}, in TEST() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | implicit-bool-conversion-cxx20.cpp | 27 bool compare(const Y& y1, const Y& y2) in compare()
|
/llvm-project/flang/test/Lower/ |
H A D | module_definition.f90 | 42 real :: y2(10) variable
|
H A D | module_use_in_same_file.f90 | 41 real :: y2(10) variable
|
/llvm-project/clang/test/Analysis/Inputs/ |
H A D | ctu-other.c | 16 y2, enumerator
|
/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
H A D | assign_pair.pass.cpp | 54 int y2 = 300; in test() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | mcu-struct-return.c | 56 struct S2 y2 = bar2(); in run() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | ms-sizeof-missing-typename.cpp | 39 y2 = sizeof(typename T::template InnerTemplate<sizeof(T::InnerVar)>), enumerator
|