Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:vla
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H
A
D
test_stacksave.c
20
/* 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
D
integer-const-expr.c
38
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
D
Makefile
22
CHECKER_FLAGS ?= -Wno-
vla
/third_party/ffmpeg/
H
A
D
configure
7174
check_cflags -Werror=
vla
Completed in 8 milliseconds