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:GCC_VERSION
(Results
1 - 13
of
13
) sorted by relevance
/third_party/node/deps/v8/src/base/platform/
H
A
D
platform-qnx.cc
57
#define
GCC_VERSION
(__GNUC__ * 10000 \
in ArmUsingHardFloat()
macro
60
#if
GCC_VERSION
>= 40600
in ArmUsingHardFloat()
67
#elif
GCC_VERSION
< 40500
in ArmUsingHardFloat()
83
#undef
GCC_VERSION
in ArmUsingHardFloat()
macro
H
A
D
platform-starboard.cc
38
#define
GCC_VERSION
\
in ArmUsingHardFloat()
macro
40
#if
GCC_VERSION
>= 40600 && !defined(__clang__)
in ArmUsingHardFloat()
47
#elif
GCC_VERSION
< 40500 && !defined(__clang__)
in ArmUsingHardFloat()
64
#undef
GCC_VERSION
in ArmUsingHardFloat()
macro
H
A
D
platform-posix.cc
217
#define
GCC_VERSION
\
in ArmUsingHardFloat()
macro
219
#if
GCC_VERSION
>= 40600 && !defined(__clang__)
in ArmUsingHardFloat()
226
#elif
GCC_VERSION
< 40500 && !defined(__clang__)
in ArmUsingHardFloat()
243
#undef
GCC_VERSION
in ArmUsingHardFloat()
macro
/third_party/vulkan-headers/include/vulkan/
H
A
D
vulkan_hpp_macros.hpp
99
# define
GCC_VERSION
( __GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__ )
macro
108
# if 40600 <=
GCC_VERSION
147
# if ( 201907 <= __cpp_constexpr ) && ( !defined( __GNUC__ ) || ( 110400 <
GCC_VERSION
) )
/third_party/libbpf/include/linux/
H
A
D
overflow.h
16
#define
GCC_VERSION
(__GNUC__ * 10000 \
macro
19
#if
GCC_VERSION
>= 50100
/third_party/lz4/examples/
H
A
D
HCStreaming_ringBuffer.c
13
#define
GCC_VERSION
(__GNUC__ * 100 + __GNUC_MINOR__)
macro
/third_party/cJSON/
H
A
D
Makefile
31
GCC_VERSION
:= "`$(CC) -dumpversion`"
macro
32
IS_GCC_ABOVE_MIN_VERSION := $(shell expr "$(
GCC_VERSION
)" ">=" "$(MIN_GCC_VERSION)")
/third_party/skia/third_party/externals/spirv-tools/source/util/
H
A
D
hex_float.h
30
#define
GCC_VERSION
0
macro
32
#define
GCC_VERSION
\
macro
486
#if
GCC_VERSION
== 40801
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H
A
D
hex_float.h
30
#define
GCC_VERSION
0
macro
32
#define
GCC_VERSION
\
macro
486
#if
GCC_VERSION
== 40801
/third_party/spirv-tools/source/util/
H
A
D
hex_float.h
30
#define
GCC_VERSION
0
macro
32
#define
GCC_VERSION
\
macro
487
#if
GCC_VERSION
== 40801
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H
A
D
optional_test.cc
989
#define
GCC_VERSION
(__GNUC__ * 10000 \
macro
992
#if
GCC_VERSION
< 40901
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H
A
D
vulkan.hpp
154
# define
GCC_VERSION
( __GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__ )
macro
155
# if 40600 <=
GCC_VERSION
/third_party/sqlite/src/
H
A
D
sqlite3.c
208
/* The
GCC_VERSION
and MSVC_VERSION macros are used to
218
** so the
GCC_VERSION
macro will be set to a correct non-zero value even
222
# define
GCC_VERSION
(__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__)
macro
224
# define
GCC_VERSION
0
macro
256
#if
GCC_VERSION
>=7000000
13520
#if
GCC_VERSION
>=4007000 || __has_extension(c_atomic)
201375
# define
GCC_VERSION
global()
macro
201377
# define
GCC_VERSION
global()
macro
205423
# define
GCC_VERSION
global()
macro
205425
# define
GCC_VERSION
global()
macro
[all...]
Completed in 159 milliseconds