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:FnPtr
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H
A
D
atomic_hook.h
74
using
FnPtr
= ReturnType (*)(Args...);
83
explicit constexpr AtomicHook(
FnPtr
default_fn)
in AtomicHook()
86
explicit constexpr AtomicHook(
FnPtr
default_fn)
in AtomicHook()
95
explicit constexpr AtomicHook(
FnPtr
default_fn)
in AtomicHook()
107
void Store(
FnPtr
fn) {
in Store()
129
FnPtr
Load() const {
in Load()
130
FnPtr
ptr = DoLoad();
in Load()
148
FnPtr
DoLoad() const { return hook_.load(std::memory_order_acquire); }
in DoLoad()
152
bool DoStore(
FnPtr
fn) {
in DoStore()
154
FnPtr
expecte
in DoStore()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
H
A
D
ExternalFunctions.cpp
111
ExFunc
FnPtr
= (*FuncNames)[ExtName];
in lookupFunction()
local
112
if (!
FnPtr
)
in lookupFunction()
113
FnPtr
= (*FuncNames)[("lle_X_" + F->getName()).str()];
in lookupFunction()
114
if (!
FnPtr
) // Try calling a generic function... if it exists...
in lookupFunction()
115
FnPtr
= (ExFunc)(intptr_t)sys::DynamicLibrary::SearchForAddressOfSymbol(
in lookupFunction()
117
if (
FnPtr
)
in lookupFunction()
118
ExportedFunctions->insert(std::make_pair(F,
FnPtr
)); // Cache for later
in lookupFunction()
119
return
FnPtr
;
in lookupFunction()
/third_party/json/tests/thirdparty/Fuzzer/
H
A
D
FuzzerExtFunctionsWeak.cpp
33
static void CheckFnPtr(void *
FnPtr
, const char *FnName, bool WarnIfMissing) {
in CheckFnPtr()
argument
34
if (
FnPtr
== nullptr && WarnIfMissing) {
in CheckFnPtr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H
A
D
Signals.h
62
void AddSignalHandler(void (*
FnPtr
)(void *), void *Cookie);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H
A
D
Signals.h
63
void AddSignalHandler(SignalHandlerCallback
FnPtr
, void *Cookie);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
Signals.cpp
75
static void insertSignalHandler(sys::SignalHandlerCallback
FnPtr
,
in insertSignalHandler()
argument
83
SetMe.Callback =
FnPtr
;
in insertSignalHandler()
Completed in 3 milliseconds