OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLOCK_FIELD_IS_BYREF
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.h
99
BLOCK_FIELD_IS_BYREF
= 0x08, /* the on stack structure holding the __block
CGBlocks.cpp
1625
Flags =
BLOCK_FIELD_IS_BYREF
;
1779
if (F &
BLOCK_FIELD_IS_BYREF
) {
2073
BlockFieldFlags Flags =
BLOCK_FIELD_IS_BYREF
;
CGDecl.cpp
2066
BlockFieldFlags Flags =
BLOCK_FIELD_IS_BYREF
;
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
46
BLOCK_FIELD_IS_BYREF
= 8, /* the on stack structure holding the
4162
S += ", " + utostr(
BLOCK_FIELD_IS_BYREF
) + "/*
BLOCK_FIELD_IS_BYREF
*/);";
4179
S += ", " + utostr(
BLOCK_FIELD_IS_BYREF
) + "/*
BLOCK_FIELD_IS_BYREF
*/);";
RewriteObjC.cpp
44
BLOCK_FIELD_IS_BYREF
= 8, /* the on stack structure holding the
3373
S += ", " + utostr(
BLOCK_FIELD_IS_BYREF
) + "/*
BLOCK_FIELD_IS_BYREF
*/);";
3390
S += ", " + utostr(
BLOCK_FIELD_IS_BYREF
) + "/*
BLOCK_FIELD_IS_BYREF
*/);";
Completed in 28 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026