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:built_in_ident
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ltp/tools/sparse/
H
A
D
sparse-ltp.c
49
TST_RES_id =
built_in_ident
("TST_RET");
in check_lib_sets_TEST_vars()
50
TST_ERR_id =
built_in_ident
("TST_ERR");
in check_lib_sets_TEST_vars()
98
TCID_id =
built_in_ident
("TCID");
in check_symbol_deprecated()
99
TST_TOTAL_id =
built_in_ident
("TST_TOTAL");
in check_symbol_deprecated()
219
tst_test =
built_in_ident
("tst_test");
in check_test_struct()
220
tst_test_test =
built_in_ident
("test");
in check_test_struct()
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
test-dissect.c
53
sym->ident =
built_in_ident
("__asm__");
in r_symbol()
87
ni =
built_in_ident
("?");
in r_member()
90
mi = mem ? (mem->ident ?: ni) :
built_in_ident
("*");
in r_member()
H
A
D
token.h
222
extern struct ident *
built_in_ident
(const char *);
H
A
D
semind.c
756
ni =
built_in_ident
("?");
in r_member()
759
mi = mem ? (mem->ident ?: ni) :
built_in_ident
("*");
in r_member()
H
A
D
pre-process.c
551
left->ident =
built_in_ident
(buffer);
in merge()
1409
struct ident *ident =
built_in_ident
(name);
in predefine()
1427
value->ident =
built_in_ident
(buf);
in predefine()
H
A
D
dissect.c
191
base->ident =
built_in_ident
(name);
in deanon()
H
A
D
symbol.c
792
struct ident *ident =
built_in_ident
(name);
in create_symbol()
H
A
D
parse.c
1156
return
built_in_ident
(buff);
in numerical_address_space()
Completed in 13 milliseconds