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:c99
(Results
1 - 25
of
37
) sorted by relevance
1
2
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/
H
A
D
Makefile
183
gcc -Wall -pedantic-errors -std=
c99
-c -I$(INCLUDE) -I$(TESTS) $(TESTFILE)
195
gcc -Wall -std=
c99
-c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODECS_COMMON
196
gcc -Wall -std=
c99
-c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H264STD
197
gcc -Wall -std=
c99
-c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H264STD_DECODE
198
gcc -Wall -std=
c99
-c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H264STD_ENCODE
199
gcc -Wall -std=
c99
-c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H264STD -D VULKAN_VIDEO_CODEC_H264STD_DECODE -D VULKAN_VIDEO_CODEC_H264STD_ENCODE
200
gcc -Wall -std=
c99
-c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H265STD
201
gcc -Wall -std=
c99
-c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H265STD_DECODE
202
gcc -Wall -std=
c99
-c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H265STD_ENCODE
203
gcc -Wall -std=
c99
[all...]
/third_party/ltp/tools/sparse/sparse-src/validation/
H
A
D
c99-for-loop.c
1
int
c99
(void);
2
int
c99
(void)
in c99()
function
H
A
D
c99-for-loop-decl.c
12
static int
c99
(void)
in c99()
function
35
c99
-for-loop-decl.c:22:27: error: non-local var 'l' in for-loop initializer
36
c99
-for-loop-decl.c:24:27: error: non-local var 'm' in for-loop initializer
37
c99
-for-loop-decl.c:26:27: error: non-local var 'n' in for-loop initializer
38
c99
-for-loop-decl.c:9:16: error: undefined identifier 'i'
/third_party/optimized-routines/
H
A
D
Makefile
15
HOST_CFLAGS = -std=
c99
-O2
20
CFLAGS = -std=
c99
-O2
/third_party/skia/third_party/externals/freetype/builds/compiler/
H
A
D
gcc.mk
68
ANSIFLAGS ?= -std=
c99
-pedantic
H
A
D
gcc-dev.mk
87
ANSIFLAGS ?= -std=
c99
-pedantic
/third_party/node/deps/base64/base64/test/
H
A
D
Makefile
1
CFLAGS += -std=
c99
-O3 -Wall -Wextra -pedantic -DBASE64_STATIC_DEFINE
/third_party/jerryscript/targets/nuttx-stm32f4/
H
A
D
Makefile
30
CFLAGS += -std=
c99
/third_party/qrcodegen/c/
H
A
D
Makefile
32
CFLAGS += -std=
c99
-O
/third_party/cJSON/tests/unity/examples/example_2/
H
A
D
makefile
30
CFLAGS=-std=
c99
/third_party/unity/examples/example_2/
H
A
D
makefile
30
CFLAGS=-std=
c99
/third_party/cJSON/tests/unity/extras/fixture/test/
H
A
D
Makefile
6
CFLAGS += -std=
c99
-pedantic -Wall -Wextra -Werror
/third_party/cJSON/tests/unity/test/
H
A
D
Makefile
10
CFLAGS += -std=
c99
-pedantic -Wall -Wextra -Wconversion -Werror
/third_party/jerryscript/targets/esp8266/
H
A
D
Makefile
53
CCFLAGS += -Os -std=
c99
/third_party/unity/extras/fixture/test/
H
A
D
Makefile
6
CFLAGS += -std=
c99
-pedantic -Wall -Wextra -Werror -DUNITY_FIXTURE_NO_EXTRAS
/third_party/unity/extras/memory/test/
H
A
D
Makefile
6
CFLAGS += -std=
c99
-pedantic -Wall -Wextra -Werror
/third_party/node/deps/base64/base64/
H
A
D
Makefile
1
CFLAGS += -std=
c99
-O3 -Wall -Wextra -pedantic -DBASE64_STATIC_DEFINE
/third_party/unity/test/
H
A
D
Makefile
10
CFLAGS += -std=
c99
-pedantic -Wall -Wextra -Werror
/third_party/musl/
H
A
D
configure
242
trycc ${CROSS_COMPILE}
c99
350
tryflag CFLAGS_C99FSE -std=
c99
542
# Even with -std=
c99
, gcc accepts some constructs which are constraint
H
A
D
Makefile
47
CFLAGS_C99FSE = -std=
c99
-ffreestanding -nostdinc
/third_party/musl/porting/linux/user/
H
A
D
Makefile
47
CFLAGS_C99FSE = -std=
c99
-ffreestanding -nostdinc
/third_party/musl/scripts/linux/
H
A
D
Makefile
47
CFLAGS_C99FSE = -std=
c99
-ffreestanding -nostdinc
/third_party/musl/porting/liteos_a/user_debug/
H
A
D
Makefile
47
CFLAGS_C99FSE = -std=
c99
-ffreestanding -nostdinc
/third_party/littlefs/
H
A
D
Makefile
65
CFLAGS += -std=
c99
-Wall -Wextra -pedantic
/third_party/ffmpeg/
H
A
D
configure
4625
-std=
c99
) echo -Qstd=
c99
;;
4673
-std=
c99
) echo -xc99 ;;
4763
_ldflags='-std=
c99
'
5391
check_cflags -std=
c99
5397
check_host_cflags -std=
c99
Completed in 14 milliseconds
1
2