OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__block
(Results
126 - 150
of
163
) sorted by null
1
2
3
4
5
6
7
/external/clang/lib/CodeGen/
CGDecl.cpp
689
// Drill down to the
__block
object if necessary.
[
all
...]
CGExprAgg.cpp
794
/// into a
__block
variable?
799
// Check for a direct reference to a
__block
variable.
836
// to get the *value* in a
__block
variable.
866
// If the LHS might be a
__block
variable, and the RHS can
[
all
...]
CGExprComplex.cpp
[
all
...]
CodeGenFunction.h
[
all
...]
CodeGenModule.h
209
/// A pair of helper functions for a
__block
variable.
[
all
...]
CGObjCMac.cpp
771
/// The next I+1 words are pointers to
__block
variables.
[
all
...]
CGExprScalar.cpp
[
all
...]
CGObjC.cpp
[
all
...]
/external/clang/test/SemaObjC/
arc.m
377
__block
__autoreleasing id x; // expected-error {{
__block
variables cannot have __autoreleasing ownership}}
670
__block
id y;
/external/clang/test/Index/
load-exprs.c
11
__block
int y = x;
/external/clang/include/clang/Sema/
ScopeInfo.h
401
// -
__block
capture.
403
// For blocks,
__block
capture applies to variables with that annotation,
/external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp
46
__block
variable */
49
BLOCK_BYREF_CALLER = 128, /* called from
__block
(byref) copy/dispose
[
all
...]
RewriteModernObjC.cpp
47
__block
variable */
50
BLOCK_BYREF_CALLER = 128, /* called from
__block
(byref) copy/dispose
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
obstack.h
191
void obstack_free (struct obstack *__obstack, void *
__block
);
unistd.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
obstack.h
191
void obstack_free (struct obstack *__obstack, void *
__block
);
/external/clang/docs/
AutomaticReferenceCounting.rst
[
all
...]
/external/clang/lib/Frontend/
InitPreprocessor.cpp
579
Builder.defineMacro("
__block
", "__attribute__((__blocks__(byref)))");
[
all
...]
/external/clang/lib/Sema/
JumpDiagnostics.cpp
236
// exclude captured
__block
variables; there's no destructor
[
all
...]
SemaLambda.cpp
[
all
...]
AnalysisBasedWarnings.cpp
624
<< FixItHint::CreateInsertion(VD->getLocation(), "
__block
");
[
all
...]
/external/clang/include/clang/Basic/
DiagnosticSemaKinds.td
[
all
...]
/external/clang/test/Analysis/inlining/
path-notes.m
90
__block
int x;
111
__block
int y;
[
all
...]
/external/clang/include/clang/AST/
ASTContext.h
171
/// \brief Mapping from
__block
VarDecls to their copy initialization expr.
[
all
...]
/external/clang/test/Analysis/
inline-plist.c
74
__block
int *p;
[
all
...]
Completed in 691 milliseconds
1
2
3
4
5
6
7