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:is_typedef
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
parse.c
2896
int
is_typedef
;
in external_declaration()
local
2932
is_typedef
= ctx.storage_class == MOD_USERTYPE;
in external_declaration()
2935
if (
is_typedef
)
in external_declaration()
2938
bind_symbol(decl, ident,
is_typedef
? NS_TYPEDEF: NS_SYMBOL);
in external_declaration()
2942
if (
is_typedef
) {
in external_declaration()
2986
if (!
is_typedef
&& match_op(token, '=')) {
in external_declaration()
2992
if (!
is_typedef
) {
in external_declaration()
3010
if (
is_typedef
) {
in external_declaration()
3053
if (
is_typedef
)
in external_declaration()
3056
bind_symbol(decl, ident,
is_typedef
in external_declaration()
[all...]
/third_party/libabigail/include/
H
A
D
abg-fwd.h
419
is_typedef
(const type_or_decl_base_sptr);
422
is_typedef
(const type_base*);
425
is_typedef
(type_base*);
/third_party/libabigail/src/
H
A
D
abg-comp-filter.cc
521
|| (
is_typedef
(f)
in has_harmless_name_change()
522
&&
is_typedef
(s)
in has_harmless_name_change()
523
&& (
is_typedef
(f)->get_underlying_type()
in has_harmless_name_change()
524
==
is_typedef
(s)->get_underlying_type()))
in has_harmless_name_change()
H
A
D
abg-ir.cc
3432
if (
is_typedef
(f) &&
is_typedef
(s))
in operator ()()
3434
s1 = get_pretty_representation(
is_typedef
(f)->get_underlying_type(),
in operator ()()
3436
s2 = get_pretty_representation(
is_typedef
(s)->get_underlying_type(),
in operator ()()
6541
if (const typedef_decl_sptr ty =
is_typedef
(t))
in strip_typedef()
6807
typedef_decl_sptr t =
is_typedef
(type);
in peel_typedef_type()
6811
if (
is_typedef
(t->get_underlying_type()))
in peel_typedef_type()
6834
const typedef_decl* t =
is_typedef
(type);
in peel_typedef_type()
7053
while (
is_typedef
(type) || is_qualified_type(type))
in peel_qualified_or_typedef_type()
7055
if (const typedef_decl* t =
is_typedef
(typ
in peel_qualified_or_typedef_type()
10064
is_typedef
(const type_or_decl_base_sptr t)
is_typedef()
function
10074
is_typedef
(const type_base* t)
is_typedef()
function
10084
is_typedef
(type_base* t)
is_typedef()
function
[all...]
H
A
D
abg-reader.cc
937
&& !
is_typedef
(t)
in maybe_canonicalize_type()
2967
is_typedef
(rdr.build_or_get_type_decl(naming_typedef_id, true));
in maybe_set_naming_typedef()
4513
typedef_decl_sptr result =
is_typedef
(d);
in build_typedef_decl()
4525
typedef_decl_sptr result =
is_typedef
(t);
in build_typedef_decl()
H
A
D
abg-writer.cc
644
if (
is_typedef
(l) ||
is_typedef
(r))
in operator ()()
H
A
D
abg-dwarf-reader.cc
13443
if (typedef_decl_sptr type =
is_typedef
(t))
13522
is_typedef
(clone_array_tree(
is_typedef
(u)));
15184
t =
is_typedef
(scope->find_member_type(die_name(die)));
H
A
D
abg-suppression.cc
980
if (!
is_typedef
(type))
in suppression_matches_type_no_name()
Completed in 65 milliseconds