Home
last modified time | relevance | path

Searched refs:vla (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dtest_stacksave.c20 /* NOTE: This has 0 stacksaves, because the vla isn't in a loop,
21 * so the vla can just be freed by the epilogue.
24 uint32_t vla[size]; in test_basic_vla() local
27 vla[i] = i + inc; in test_basic_vla()
29 return (vla[start] << 2) + (vla[mid] << 1) + vla[size - 1]; in test_basic_vla()
34 /* NOTE: This has 1 stacksave, because the vla is in a loop and should
41 uint32_t vla[size1]; in test_vla_in_loop() local
44 vla[ in test_vla_in_loop()
[all...]
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dinteger-const-expr.c38 char vla[argc++]; in main() local
61 TEST(0, sizeof(vla)); in main()
84 * check-command: sparse -Wno-vla $file
/third_party/ltp/tools/sparse/sparse-src/
H A DMakefile22 CHECKER_FLAGS ?= -Wno-vla
/third_party/ffmpeg/
H A Dconfigure7174 check_cflags -Werror=vla

Completed in 14 milliseconds