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:predefine_weak
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
target-sparc.c
14
predefine_weak
("__sparc_v%d__", sparc_version);
in predefine_sparc()
15
predefine_weak
("__sparcv%d__", sparc_version);
in predefine_sparc()
16
predefine_weak
("__sparcv%d", sparc_version);
in predefine_sparc()
H
A
D
target-openrisc.c
18
predefine_weak
("__OR1K__");
in predefine_openrisc()
19
predefine_weak
("__or1k__");
in predefine_openrisc()
H
A
D
target-sh.c
23
predefine_weak
("__SH4__");
in predefine_sh()
24
predefine_weak
("__sh__");
in predefine_sh()
H
A
D
target-nds32.c
21
predefine_weak
("__NDS32_E%c__", arch_big_endian ? 'B' : 'L');
in predefine_nds32()
H
A
D
lib.h
132
extern void
predefine_weak
(const char *name, ...) FORMAT_ATTR(1);
H
A
D
pre-process.c
1461
void
predefine_weak
(const char *fmt, ...)
in predefine_weak()
function
Completed in 8 milliseconds