Home
last modified time | relevance | path

Searched defs:vla (Results 1 – 25 of 60) sorted by relevance

123

/external/clang/test/Analysis/
Dvla.c8 int vla[x]; // expected-warning{{Declared variable-length array (VLA) has zero size}} in check_zero_sized_VLA() local
13 …int vla[x]; // expected-warning{{Declared variable-length array (VLA) uses a garbage value as its … in check_uninit_sized_VLA() local
18 int vla[x]; // expected-warning{{Declared variable-length array (VLA) has negative size}} in vla_allocate_signed() local
22 int vla[x]; // no-warning in vla_allocate_unsigned() local
35 int vla[x]; // expected-warning{{Declared variable-length array (VLA) has negative size}} in check_negative_sized_VLA_3() local
40 int vla[x]; // no-warning in check_negative_sized_VLA_4() local
45 int vla[x]; // expected-warning{{Declared variable-length array (VLA) has negative size}} in check_negative_sized_VLA_5() local
50 int vla[x]; // no-warning in check_negative_sized_VLA_6() local
55 int vla[x + 2]; // no-warning in check_negative_sized_VLA_7() local
60 int vla[x - 2]; // expected-warning{{Declared variable-length array (VLA) has negative size}} in check_negative_sized_VLA_8() local
[all …]
/external/llvm-project/clang/test/Analysis/
Dvla.c12 int vla[x]; // expected-warning{{Declared variable-length array (VLA) has zero size}} in check_zero_sized_VLA() local
17 …int vla[x]; // expected-warning{{Declared variable-length array (VLA) uses a garbage value as its … in check_uninit_sized_VLA() local
22 int vla[x]; // expected-warning{{Declared variable-length array (VLA) has negative size}} in vla_allocate_signed() local
26 int vla[x]; // no-warning in vla_allocate_unsigned() local
39 int vla[x]; // expected-warning{{Declared variable-length array (VLA) has negative size}} in check_negative_sized_VLA_3() local
44 int vla[x]; // no-warning in check_negative_sized_VLA_4() local
49 int vla[x]; // expected-warning{{Declared variable-length array (VLA) has negative size}} in check_negative_sized_VLA_5() local
54 int vla[x]; // no-warning in check_negative_sized_VLA_6() local
59 int vla[x + 2]; // no-warning in check_negative_sized_VLA_7() local
64 int vla[x - 2]; // expected-warning{{Declared variable-length array (VLA) has negative size}} in check_negative_sized_VLA_8() local
[all …]
Dtaint-diagnostic-visitor.c34 int vla[x]; // expected-warning {{Declared variable-length array (VLA) has tainted size}} in taintDiagnosticVLA() local
/external/llvm-project/clang/test/OpenMP/
Dtarget_vla_messages.cpp24 int vla[arg]; in declare() local
52 T vla[arg]; in target_template() local
62 int vla[arg]; in target() local
72 int vla[arg]; in target() local
84 int vla[arg]; in teams_reduction() local
125 int vla[arg]; in parallel_reduction() local
166 int vla[arg]; in for_reduction() local
Dtarget_defaultmap_messages.cpp70 int vla[argc]; in tmain() local
121 int vla[argc]; in main() local
Dtarget_parallel_defaultmap_messages.cpp61 int vla[argc]; in tmain() local
123 int vla[argc]; in main() local
Dtarget_map_codegen_12.cpp47 double vla[2][a]; in implicit_maps_variable_length_array() local
/external/llvm-project/clang/test/CodeGen/
Dstack-clash-protection.c15 void vla(int n) { in vla() function
16 volatile int vla[n]; in vla() local
Ddebug-info-vla.c10 int vla[s]; in testVLAwithSize() local
Dvarargs.c18 void vla(int n, ...) in vla() function
/external/llvm-project/clang/test/Sema/
Dc11-typedef-redef.c12 typedef int vla[N]; // expected-note{{previous definition is here}} in f() typedef
13 …typedef int vla[N]; // expected-error{{redefinition of typedef for variably-modified type 'int [N]… in f() typedef
Dscope-check.c197 int vla[n]; in test13() local
209 int vla[n]; in test14() local
227 char vla[n]; // expected-note {{jump bypasses initialization}} in test15() local
/external/clang/test/Sema/
Dc11-typedef-redef.c12 typedef int vla[N]; // expected-note{{previous definition is here}} in f() typedef
13 …typedef int vla[N]; // expected-error{{redefinition of typedef for variably-modified type 'int [N]… in f() typedef
Dscope-check.c197 int vla[n]; in test13() local
209 int vla[n]; in test14() local
227 char vla[n]; // expected-note {{jump bypasses initialization}} in test15() local
/external/swiftshader/third_party/subzero/crosstest/
Dtest_stacksave.c24 uint32_t vla[size]; in DECLARE_TESTS() local
41 uint32_t vla[size1]; in test_vla_in_loop() local
/external/clang/test/CodeGen/
Ddebug-info-vla.c9 int vla[s]; in testVLAwithSize() local
Dvarargs.c18 void vla(int n, ...) in vla() function
/external/llvm-project/clang/test/SemaCUDA/
Dno-call-stack-for-immediate-errs.cu16 int vla[n]; // expected-error {{variable-length array}} in device_fn() local
Dcall-stack-for-deferred-err.cu17 int vla[n]; // expected-error {{variable-length array}} in hd_fn() local
/external/llvm-project/debuginfo-tests/dexter-tests/
Dvla.c10 int vla[size]; in init_vla() local
/external/llvm-project/lldb/test/API/lang/c/vla/
Dmain.c4 int vla[a]; in foo() local
/external/llvm-project/clang/test/CodeGenCXX/
Dtrivial-auto-var-init.cpp171 int vla[size]; in test_vla() local
230 } vla[size]; in test_struct_vla() local
Dauto-var-init-stop-after.cpp25 S vla[n]; in foo() local
/external/llvm-project/clang/test/SemaCXX/
Dcxx0x-noexcept-expression.cpp68 void vla(bool b) { in vla() function
Dc99-variable-length-array-cxx11.cpp20 void vla(int N) { // expected-note 5{{here}} in vla() function

123