Home
last modified time | relevance | path

Searched defs:Arr (Results 1 – 25 of 96) sorted by relevance

1234

/llvm-project/clang/test/SemaTemplate/
H A Dalias-church-numerals.cpp34 using Arr = int[TwoHundredAndFiftySix<Increment, Const<int, 0>>::value]; typedef
35 using Arr = int[256]; typedef
/llvm-project/clang/test/CodeGen/SystemZ/
H A Dvec-abi-gnuattr-18.c15 struct S Arr[16]; variable
H A Dvec-abi-gnuattr-19.c16 struct S Arr[16]; variable
/llvm-project/lldb/test/API/lang/cpp/non-type-template-param/
H A Dmain.cpp2 int Arr[Size]; member
/llvm-project/clang/test/Sema/
H A Dwarn-sizeof-arrayarg.c3 typedef int Arr[10]; typedef
H A Dscope-check.c174 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 Dwarn-unsafe-buffer-usage-in-container-span-construct.cpp70 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 Dconstexpr-single-element-array.cpp13 Sub Arr[1]; member
H A Dwarn-large-by-value-copy.cpp26 typedef int Arr[200]; typedef
/llvm-project/clang/test/CodeGen/
H A D2002-03-12-ArrayInitialization.c11 void *Arr[5] = { 0, 0 }; variable
H A D2005-01-02-ConstantInits.c30 int Arr[100]; variable
[all...]
/llvm-project/lld/test/ELF/
H A Dppc64-got-to-pcrel-relaxation.s376 .globl Arr symbol
378 Arr: label
/llvm-project/clang/test/SemaSYCL/
H A Dzero-length-arrays.cpp30 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 Dloop-convert-structured-binding.cpp20 S Arr[N]; variable
H A Dloop-convert-extra.cpp10 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 Dvariables.c45 int *Arr[] = { &a0, &a1, &a2 }; variable
/llvm-project/clang/test/SemaOpenACC/
H A Dcompute-construct-varlist-ast.cpp974 int Arr[5]; Inst() local
H A Dcompute-construct-no_create-clause.cpp108 int Arr[5]; in Inst() local
H A Dcompute-construct-copy-clause.cpp108 int Arr[5]; in Inst() local
H A Dcompute-construct-present-clause.cpp108 int Arr[5]; in Inst() local
H A Dcompute-construct-copyin-clause.cpp108 int Arr[5]; in Inst() local
H A Dcompute-construct-copyout-clause.cpp108 int Arr[5]; in Inst() local
H A Dcompute-construct-create-clause.cpp108 int Arr[5]; in Inst() local
H A Dcompute-construct-firstprivate-clause.cpp109 int Arr[5]; in Inst() local
/llvm-project/clang/test/OpenMP/
H A Dtarget_data_use_device_ptr_addr_ast_print.cpp36 float Arr[100]; member
48 float Arr[100]; member

1234