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:ABG_RETURN
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libabigail/src/
H
A
D
abg-ir.cc
738
/// This is a function called when the
ABG_RETURN
* macros defined
745
///
ABG_RETURN
* macros to return their values, this function is always
756
/// This is a function called when the
ABG_RETURN
* macros defined
763
///
ABG_RETURN
* macros to return their values, this function is always
791
#define
ABG_RETURN
(value) \
macro
802
#define
ABG_RETURN
(value) return (value)
macro
1081
ABG_RETURN
(value);
in return_comparison_result()
5064
ABG_RETURN
(result);
in maybe_compare_as_member_decls()
5189
ABG_RETURN
(result);
in equals()
7972
ABG_RETURN
(resul
in equals()
[all...]
H
A
D
abg-dwarf-reader.cc
10106
#define
ABG_RETURN
(value) \
macro
10185
ABG_RETURN
(result); \
11046
ABG_RETURN
(COMPARISON_RESULT_DIFFERENT);
11052
ABG_RETURN
(COMPARISON_RESULT_DIFFERENT);
11057
ABG_RETURN
(COMPARISON_RESULT_DIFFERENT);
11063
ABG_RETURN
(COMPARISON_RESULT_DIFFERENT);
11072
ABG_RETURN
(COMPARISON_RESULT_DIFFERENT);
11081
ABG_RETURN
(result);
11089
ABG_RETURN
(result);
11151
ABG_RETURN
(resul
[all...]
Completed in 30 milliseconds