/llvm-project/libcxx/test/std/time/time.cal/time.cal.year/time.cal.year.nonmembers/ |
H A D | literals.pass.cpp | 28 year y1 = 2018y; in main() local 38 std::chrono::year y1 = 2020y; in main() local
|
/llvm-project/flang/test/Semantics/ |
H A D | call23.f90 | 3 real :: x = 0.0, y = 0.0 , y1 = 0.0 ! prevent folding variable
|
H A D | allocate02.f90 | 13 real, allocatable :: y1(:), y2(:), y3(:), y4(:) local
|
/llvm-project/clang/test/CXX/temp/temp.param/ |
H A D | p15.cpp | 11 Y<(1 >> 2)> *y1; variable
|
/llvm-project/clang/test/Sema/ |
H A D | bitfield-promote.c | 10 long long y1; variable 11 __typeof__(((long long)x1.x + 1)) y1; variable
|
H A D | annotate-type.c | 16 int __attribute__((annotate_type("bar"))) y1; // expected-warning {{unknown attribute 'annotate_type' ignored}} foo() local
|
/llvm-project/libcxx/test/std/time/time.cal/time.cal.year/time.cal.year.members/ |
H A D | ctor.pass.cpp | 37 constexpr year y1{1}; in main() local
|
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.default.init/ |
H A D | default_initializable.verify.cpp | 39 S1 y1{}; // expected-error {{chosen constructor is explicit in copy-initialization}} in test() local
|
/llvm-project/clang/test/PCH/ |
H A D | pr4489.c | 38 void y1(void) in y1() function
|
H A D | decl-attrs.cpp | 20 Y1 y1; variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | converting-constructor.cpp | 52 void y1() { in y1() function
|
H A D | warn-literal-conversion.cpp | 9 …int y1 = (1.2222F); // expected-warning {{implicit conversion from 'float' to 'int' changes value … in test0() local
|
/llvm-project/compiler-rt/lib/builtins/ppc/ |
H A D | gcc_qdiv.c | 15 register double x = dst.s.hi, x1 = dst.s.lo, y = src.s.hi, y1 = src.s.lo; in __gcc_qdiv() local
|
/llvm-project/flang/test/Semantics/OpenMP/ |
H A D | threadprivate04.f90 | 9 common /blk1/ y1, /blk2/ y2, /blk3/ y3, /blk4/ y4, /blk5/ y5 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 | 41 real :: y1 = 42. variable
|
H A D | module_use_in_same_file.f90 | 40 real :: y1 = 42. variable
|
H A D | vector-subscript-io.f90 | 175 subroutine two_vectors(x, y1, y2) argument 176 integer :: y1(3), y2(3) local
|
/llvm-project/offload/test/mapping/ |
H A D | declare_mapper_nested_default_mappers_array.cpp | 35 double x1[2], y1[2]; in main() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | ms-function-specialization-class-scope.cpp | 196 static inline int y1; global() member 398 static inline int y1; global() member [all...] |
H A D | ms-sizeof-missing-typename.cpp | 38 y1 = sizeof(typename T::/*template*/ InnerTemplate<sizeof(T::InnerVar)>), enumerator
|
/llvm-project/flang/test/Evaluate/ |
H A D | fold-type.f90 | 19 type(t1) :: x1, y1 variable
|
/llvm-project/clang/test/CodeGen/ |
H A D | mcu-struct-return.c | 55 struct S1 y1 = bar1(); in run() local
|
/llvm-project/clang/test/Analysis/ |
H A D | pointer-sub-notes.c | 56 int *y1 = &(x[3][5]); different_5() local
|
/llvm-project/clang/test/Modules/ |
H A D | lambda-in-variable.cpp | 54 inline auto y1 = L<int, 1>; variable
|