OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasStrong
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/ARCMigrate/
TransGCAttrs.cpp
236
bool hasWeak = false,
hasStrong
= false;
253
hasStrong
= true;
260
if (hasWeak &&
hasStrong
)
/external/clang/lib/CodeGen/
CGObjC.cpp
570
bool isAtomic, bool
hasStrong
) {
590
args.add(RValue::get(CGF.Builder.getInt1(
hasStrong
)), Context.BoolTy);
645
bool hasStrongMember() const { return
HasStrong
; }
659
unsigned
HasStrong
: 1;
674
HasStrong
= false; // doesn't matter here.
751
HasStrong
= recordType->getDecl()->hasObjectMember();
756
if (
HasStrong
) {
[
all
...]
Completed in 829 milliseconds