/external/clang/test/Analysis/ |
D | vla.c | 8 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/ |
D | vla.c | 12 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 …]
|
D | taint-diagnostic-visitor.c | 34 int vla[x]; // expected-warning {{Declared variable-length array (VLA) has tainted size}} in taintDiagnosticVLA() local
|
/external/llvm-project/clang/test/OpenMP/ |
D | target_vla_messages.cpp | 24 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
|
D | target_defaultmap_messages.cpp | 70 int vla[argc]; in tmain() local 121 int vla[argc]; in main() local
|
D | target_parallel_defaultmap_messages.cpp | 61 int vla[argc]; in tmain() local 123 int vla[argc]; in main() local
|
D | target_map_codegen_12.cpp | 47 double vla[2][a]; in implicit_maps_variable_length_array() local
|
/external/llvm-project/clang/test/CodeGen/ |
D | stack-clash-protection.c | 15 void vla(int n) { in vla() function 16 volatile int vla[n]; in vla() local
|
D | debug-info-vla.c | 10 int vla[s]; in testVLAwithSize() local
|
D | varargs.c | 18 void vla(int n, ...) in vla() function
|
/external/llvm-project/clang/test/Sema/ |
D | c11-typedef-redef.c | 12 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
|
D | scope-check.c | 197 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/ |
D | c11-typedef-redef.c | 12 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
|
D | scope-check.c | 197 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/ |
D | test_stacksave.c | 24 uint32_t vla[size]; in DECLARE_TESTS() local 41 uint32_t vla[size1]; in test_vla_in_loop() local
|
/external/clang/test/CodeGen/ |
D | debug-info-vla.c | 9 int vla[s]; in testVLAwithSize() local
|
D | varargs.c | 18 void vla(int n, ...) in vla() function
|
/external/llvm-project/clang/test/SemaCUDA/ |
D | no-call-stack-for-immediate-errs.cu | 16 int vla[n]; // expected-error {{variable-length array}} in device_fn() local
|
D | call-stack-for-deferred-err.cu | 17 int vla[n]; // expected-error {{variable-length array}} in hd_fn() local
|
/external/llvm-project/debuginfo-tests/dexter-tests/ |
D | vla.c | 10 int vla[size]; in init_vla() local
|
/external/llvm-project/lldb/test/API/lang/c/vla/ |
D | main.c | 4 int vla[a]; in foo() local
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | trivial-auto-var-init.cpp | 171 int vla[size]; in test_vla() local 230 } vla[size]; in test_struct_vla() local
|
D | auto-var-init-stop-after.cpp | 25 S vla[n]; in foo() local
|
/external/llvm-project/clang/test/SemaCXX/ |
D | cxx0x-noexcept-expression.cpp | 68 void vla(bool b) { in vla() function
|
D | c99-variable-length-array-cxx11.cpp | 20 void vla(int N) { // expected-note 5{{here}} in vla() function
|