OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_dispatch_once
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
MacOSXAPIChecker.cpp
73
// Handle
_dispatch_once
. In some versions of the OS X SDK we have the case
74
// that dispatch_once is a macro that wraps a call to
_dispatch_once
.
75
//
_dispatch_once
is then a function which then calls the real dispatch_once.
113
"
_dispatch_once
",
/external/clang/test/CodeGenCXX/
predefined-expr.cpp
555
void
_dispatch_once
(dispatch_block_t block);
559
_dispatch_once
(^{ notify_register_dispatch( ^(int token) { XXLog(__FUNCTION__); });
566
_dispatch_once
(^{ notify_register_dispatch( ^(int token) { XXLog(__FUNCTION__); });
/external/clang/test/SemaObjCXX/
arc-type-conversion.mm
29
static void
_dispatch_once
(dispatch_block_t block)
/external/clang/test/Analysis/
unix-fns.c
172
// Test dispatch_once being a macro that wraps a call to
_dispatch_once
, which in turn
175
static inline void
_dispatch_once
(dispatch_once_t *predicate, dispatch_block_t block)
function
180
#define dispatch_once
_dispatch_once
[
all
...]
Completed in 1013 milliseconds