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:FuncPtr
(Results
1 - 5
of
5
) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H
A
D
cxa_thread_atexit_test.cpp
28
typedef void(*
FuncPtr
)(void*);
typedef
159
FuncPtr
fn = nullptr;
in HWTEST_F()
162
fn= reinterpret_cast<
FuncPtr
>(dlsym(handle, "ThreadFunc"));
in HWTEST_F()
179
FuncPtr
fn = nullptr;
in TestDlcloseSo()
182
fn= reinterpret_cast<
FuncPtr
>(dlsym(handle, "ThreadFunc"));
in TestDlcloseSo()
/third_party/python/Tools/c-analyzer/c_analyzer/
H
A
D
analyze.py
5
FuncPtr
,
124
typedecl =
FuncPtr
(vartype)
294
elif isinstance(mtype,
FuncPtr
):
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H
A
D
test_sync_atomic_main.cpp
186
Type (*
FuncPtr
)(bool, volatile Type *, Type);
member
204
(void)TData->
FuncPtr
(TData->Fetch, TData->Ptr, TData->Adjustment);
in threadWrapper()
/third_party/python/Tools/c-analyzer/c_parser/
H
A
D
info.py
1093
class
FuncPtr
(TypeDeclaration):
class
/third_party/protobuf/ruby/ext/google/protobuf_c/
H
A
D
upb.h
3842
typedef T
FuncPtr
;
typedef in upb::Handler
3849
FuncPtr
handler() const { return handler_; }
in handler()
3856
FuncPtr
handler_;
Completed in 20 milliseconds