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 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
compiler-gcc.h
9
#define
GCC_VERSION
(__GNUC__ * 10000 \
macro
14
#if
GCC_VERSION
< 40900
16
#elif defined(CONFIG_ARM64) &&
GCC_VERSION
< 50100
111
#if
GCC_VERSION
>= 70000
113
#elif
GCC_VERSION
>= 50000
115
#elif
GCC_VERSION
>= 40902
143
#if
GCC_VERSION
>= 50100
163
#if
GCC_VERSION
>= 80000
/kernel/linux/linux-5.10/tools/include/linux/
H
A
D
compiler-gcc.h
9
#ifndef
GCC_VERSION
10
#define
GCC_VERSION
(__GNUC__ * 10000 \
macro
15
#if
GCC_VERSION
>= 70000 && !defined(__CHECKER__)
19
#if
GCC_VERSION
>= 40300
21
#endif /*
GCC_VERSION
>= 40300 */
42
#if
GCC_VERSION
>= 50100
/kernel/linux/linux-6.6/include/linux/
H
A
D
compiler-gcc.h
9
#define
GCC_VERSION
(__GNUC__ * 10000 \
macro
95
#if
GCC_VERSION
>= 70000
154
#if
GCC_VERSION
>= 80000
167
#if
GCC_VERSION
< 90100
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
asm-const.h
21
#if defined(
GCC_VERSION
) &&
GCC_VERSION
< 50000
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/primitives/asm/
H
A
D
asm-const.h
21
#if defined(
GCC_VERSION
) &&
GCC_VERSION
< 50000
/kernel/linux/linux-6.6/tools/include/linux/
H
A
D
compiler-gcc.h
9
#ifndef
GCC_VERSION
10
#define
GCC_VERSION
(__GNUC__ * 10000 \
macro
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
zstd_internal.h
147
#if defined(
GCC_VERSION
) &&
GCC_VERSION
>= 70000 &&
GCC_VERSION
< 70200
in ZSTD_wildcopy()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_utils.h
76
#if defined(
GCC_VERSION
) &&
GCC_VERSION
>= 70000
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_utils.h
85
#if defined(
GCC_VERSION
) &&
GCC_VERSION
>= 70000
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H
A
D
main.h
7
/* BFD and kernel.h both define
GCC_VERSION
, differently */
8
#undef
GCC_VERSION
macro
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H
A
D
main.h
7
/* BFD and kernel.h both define
GCC_VERSION
, differently */
8
#undef
GCC_VERSION
macro
/kernel/linux/linux-5.10/mm/
H
A
D
ksm.c
659
#if defined(
GCC_VERSION
) &&
GCC_VERSION
>= 40903
in remove_node_from_stable_tree()
Completed in 9 milliseconds