OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:baseProtocols
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp
3420
uint64_t
baseProtocols
; // const protocol_list_t * (64-bit pointer)
3433
uint32_t
baseProtocols
; /* const protocol_list_t * (32-bit pointer) */
3729
sys::swapByteOrder(cro.
baseProtocols
);
3742
sys::swapByteOrder(cro.
baseProtocols
);
5212
outs() << "
baseProtocols
";
5214
get_symbol_64(offset + offsetof(struct class_ro64_t,
baseProtocols
), S,
5215
info, n_value, cro.
baseProtocols
);
5221
if (cro.
baseProtocols
!= 0)
5222
outs() << " + " << format("0x%" PRIx64, cro.
baseProtocols
);
5224
outs() << format("0x%" PRIx64, cro.
baseProtocols
);
[
all
...]
/src/external/gpl3/gcc/dist/gcc/objc/
objc-next-runtime-abi-02.cc
640
const struct objc_protocol_list *const
baseProtocols
;
694
/* const struct objc_protocol_list *const
baseProtocols
; */
698
"
baseProtocols
", &chain);
3222
tree baseMethods, tree
baseProtocols
,
3269
/*
baseProtocols
*/
3272
if (
baseProtocols
)
3273
expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR,
baseProtocols
, 0));
/src/external/gpl3/gcc.old/dist/gcc/objc/
objc-next-runtime-abi-02.cc
640
const struct objc_protocol_list *const
baseProtocols
;
694
/* const struct objc_protocol_list *const
baseProtocols
; */
698
"
baseProtocols
", &chain);
3219
tree baseMethods, tree
baseProtocols
,
3266
/*
baseProtocols
*/
3269
if (
baseProtocols
)
3270
expr = convert (ltyp, build_unary_op (loc, ADDR_EXPR,
baseProtocols
, 0));
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
6152
/// const struct _protocol_list_t *
baseProtocols
;
6237
Result += "\tconst struct _objc_protocol_list *
baseProtocols
;\n";
6421
ArrayRef<ObjCProtocolDecl *>
baseProtocols
,
6454
if (!metaclass &&
baseProtocols
.size() > 0) {
Completed in 30 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026