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:builtin_fn
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
builtin.h
6
struct
builtin_fn
{
struct
15
void declare_builtins(int stream, const struct
builtin_fn
tbl[]);
H
A
D
target.h
77
struct
builtin_fn
;
98
const struct
builtin_fn
*builtins;
H
A
D
target-bfin.c
13
static const struct
builtin_fn
builtins_bfin[] = {
H
A
D
target-alpha.c
13
static const struct
builtin_fn
builtins_alpha[] = {
H
A
D
target-nios2.c
31
static const struct
builtin_fn
builtins_nios2[] = {
H
A
D
target-x86.c
43
static const struct
builtin_fn
builtins_x86_common[] = {
H
A
D
builtin.c
603
static void declare_builtin(int stream, const struct
builtin_fn
*entry)
in declare_builtin()
625
void declare_builtins(int stream, const struct
builtin_fn
tbl[])
in declare_builtins()
634
static const struct
builtin_fn
builtins_common[] = {
H
A
D
scheck.c
33
static const struct
builtin_fn
builtins_scheck[] = {
Completed in 4 milliseconds