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:nofree
(Results
1 - 4
of
4
) sorted by relevance
/third_party/elfutils/libdwfl/
H
A
D
dwfl_module.c
46
nofree
(void *arg __attribute__ ((unused)))
in nofree()
function
65
tdestroy (mod->lazy_cu_root,
nofree
);
in __libdwfl_module_free()
H
A
D
cu.c
137
nofree
(void *arg)
in nofree()
function
154
tdestroy (mod->lazy_cu_root,
nofree
);
in less_lazy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H
A
D
Attributor.cpp
1580
return getAssumed() ? "
nofree
" : "may-free";
1588
void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(
nofree
) }
1617
void trackStatistics() const override { STATS_DECLTRACK_CS_ATTR(
nofree
); }
variable
1625
void trackStatistics() const override{STATS_DECLTRACK_FLOATING_ATTR(
nofree
)}
1672
void trackStatistics() const override { STATS_DECLTRACK_ARG_ATTR(
nofree
) }
1695
void trackStatistics() const override{STATS_DECLTRACK_CSARG_ATTR(
nofree
)};
1726
void trackStatistics() const override { STATS_DECLTRACK_CSRET_ATTR(
nofree
) }
4546
// If a callsite argument use is
nofree
, we are fine.
in updateImpl()
6583
// Every argument with pointer type might be marked
nofree
.
6639
// Call site argument attribute "
nofree
"
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H
A
D
LLLexer.cpp
656
KEYWORD(
nofree
);
in LexIdentifier()
Completed in 13 milliseconds