HomeSort by relevance Sort by last modified time
    Searched refs:ivar (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/test/Modules/Inputs/
def.h 7 int ivar; variable
DebugObjC.h 5 int ivar; variable
  /external/clang/test/Index/
complete-at-exprstmt.m 3 @interface MyClass { int ivar; }
44 // CHECK-CC3: ObjCIvarDecl:{ResultType int}{TypedText ivar}
  /external/llvm/test/tools/dsymutil/X86/
modules.m 74 int ivar;
  /external/svox/pico/lib/
picocep.c 967 picoos_int32 mean, ivar; local
1139 picoos_int32 mean = 0, ivar = 0; local
1311 picoos_int32 mean, ivar; local
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 569 static void emitStructGetterCall(CodeGenFunction &CGF, ObjCIvarDecl *ivar,
574 CGF.EmitLValueForIvar(CGF.TypeOfSelfObject(), CGF.LoadObjCSelf(), ivar, 0)
578 // sizeof (Type of Ivar), isAtomic, false);
587 CharUnits size = CGF.getContext().getTypeSizeInChars(ivar->getType());
674 // Evaluate the ivar's size and alignment.
675 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
676 QualType ivarType = ivar->getType();
698 // acceptable if the ivar is __strong, which won't be true if
731 if (ivar->isBitField()) {
746 // Compute whether the ivar has strong members
875 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
886 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
1149 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
1339 const ObjCIvarDecl *ivar; member in struct:__anon13990::final
    [all...]
CGObjCMac.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 709 ObjCIvarDecl *ivar) {
710 if (property->isInvalidDecl() || ivar->isInvalidDecl()) return;
712 QualType ivarType = ivar->getType();
723 // None isn't a valid lifetime for an object ivar in ARC, and
730 // If the ivar is private, and it's implicitly __unsafe_unretained
736 ivar->getAccessControl() == ObjCIvarDecl::Private) {
742 ivar->setType(ivarType);
749 S.Diag(ivar->getLocation(), diag::err_arc_strong_property_ownership)
751 << ivar->getDeclName()
756 S.Diag(ivar->getLocation(), diag::error_weak_property
    [all...]
SemaDeclObjC.cpp     [all...]
  /external/devlib/devlib/
target.py     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 53 /// getIvarDecl - This method looks up an ivar in this ContextDecl.
58 for (lookup_iterator Ivar = R.begin(), IvarEnd = R.end();
59 Ivar != IvarEnd; ++Ivar) {
60 if (ObjCIvarDecl *ivar = dyn_cast<ObjCIvarDecl>(*Ivar))
61 return ivar;
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 746 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 753 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 753 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 753 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 753 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 753 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 753 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 753 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 753 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 342 // Rewriting ivar access
344 virtual void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
538 // Rewriting ivar
539 void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
804 // Synthesize an explicit cast to gain access to the ivar.
    [all...]
RewriteModernObjC.cpp 151 // ivar bitfield grouping containers
154 // This container maps an <class, group number for ivar> tuple to the type
370 // Computes ivar bitfield group no.
372 // Names field decl. for ivar bitfield group.
374 // Names struct type for ivar bitfield group.
376 // Names symbol for ivar bitfield group field offset.
378 // Given an ivar bitfield, it builds (or finds) its group record type.
459 // Rewriting ivar
460 void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 4738 struct objc_ivar_t ivar; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 

Completed in 949 milliseconds

1 2