/llvm-project/clang/test/SemaTemplate/ |
H A D | alias-church-numerals.cpp | 34 using Arr = int[TwoHundredAndFiftySix<Increment, Const<int, 0>>::value]; typedef 35 using Arr = int[256]; typedef
|
/llvm-project/clang/test/CodeGen/SystemZ/ |
H A D | vec-abi-gnuattr-18.c | 15 struct S Arr[16]; variable
|
H A D | vec-abi-gnuattr-19.c | 16 struct S Arr[16]; variable
|
/llvm-project/lldb/test/API/lang/cpp/non-type-template-param/ |
H A D | main.cpp | 2 int Arr[Size]; member
|
/llvm-project/clang/test/Sema/ |
H A D | warn-sizeof-arrayarg.c | 3 typedef int Arr[10]; typedef
|
H A D | scope-check.c | 174 int Arr[n]; // expected-note {{jump bypasses initialization of variable length array}} in test11() local 190 int Arr[n]; // expected-note {{jump bypasses initialization of variable length array}} in test12() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-unsafe-buffer-usage-in-container-span-construct.cpp | 70 std::span<int> Arr[1] = {std::span<int>{p, 10}}; // expected-warning{{the two-parameter std::span construction is unsafe as it can introduce mismatch between buffer size and warnTemp() local 81 int Arr[10]; notWarnSafeCases() local 129 std::span<int> Arr[1] = {std::span<int>{First, Last}}; // expected-warning{{the two-parameter std::span construction is unsafe as it can introduce mismatch between buffer siz warnTemp() local
|
H A D | constexpr-single-element-array.cpp | 13 Sub Arr[1]; member
|
H A D | warn-large-by-value-copy.cpp | 26 typedef int Arr[200]; typedef
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2002-03-12-ArrayInitialization.c | 11 void *Arr[5] = { 0, 0 }; variable
|
H A D | 2005-01-02-ConstantInits.c | 30 int Arr[100]; variable [all...] |
/llvm-project/lld/test/ELF/ |
H A D | ppc64-got-to-pcrel-relaxation.s | 376 .globl Arr symbol 378 Arr: label
|
/llvm-project/clang/test/SemaSYCL/ |
H A D | zero-length-arrays.cpp | 30 Ty Arr[Size]; member 63 int Arr[0]; // expected-note 2{{declared here}} in foo() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | loop-convert-structured-binding.cpp | 20 S Arr[N]; variable
|
H A D | loop-convert-extra.cpp | 10 int Arr[N][M]; in f() local 33 Val Arr[N]; variable 496 MyArray Arr; in f() local 520 Val Arr[N]; in f() local 804 int Arr[N]; variable 858 int Arr[N]; in capturesIndex() local 918 int Arr[N]; in implicitCapture() local 1025 int Arr[N]; in captureByValue() local
|
/llvm-project/clang/test/PCH/ |
H A D | variables.c | 45 int *Arr[] = { &a0, &a1, &a2 }; variable
|
/llvm-project/clang/test/SemaOpenACC/ |
H A D | compute-construct-varlist-ast.cpp | 974 int Arr[5]; Inst() local
|
H A D | compute-construct-no_create-clause.cpp | 108 int Arr[5]; in Inst() local
|
H A D | compute-construct-copy-clause.cpp | 108 int Arr[5]; in Inst() local
|
H A D | compute-construct-present-clause.cpp | 108 int Arr[5]; in Inst() local
|
H A D | compute-construct-copyin-clause.cpp | 108 int Arr[5]; in Inst() local
|
H A D | compute-construct-copyout-clause.cpp | 108 int Arr[5]; in Inst() local
|
H A D | compute-construct-create-clause.cpp | 108 int Arr[5]; in Inst() local
|
H A D | compute-construct-firstprivate-clause.cpp | 109 int Arr[5]; in Inst() local
|
/llvm-project/clang/test/OpenMP/ |
H A D | target_data_use_device_ptr_addr_ast_print.cpp | 36 float Arr[100]; member 48 float Arr[100]; member
|