HomeSort by relevance Sort by last modified time
    Searched full:ivar (Results 101 - 125 of 198) sorted by null

1 2 3 45 6 7 8

  /external/chromium_org/base/mac/
objc_property_releaser.mm 114 Ivar instance_variable =
  /external/clang/test/CodeGenObjCXX/
block-var-layout.mm 1 // RUN: %clang_cc1 -x objective-c++ -fblocks -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -O0 -print-ivar-layout -emit-llvm -o /dev/null %s > %t-64.layout
  /external/clang/test/SemaObjC/
attr-deprecated.m 88 @public int ivar;
default-synthesize-2.m 110 // With default synthesis, '_object' is be the synthesized ivar not the global
default-synthesize.m 124 @synthesize PROP=IVAR;
default-synthesize-3.m 67 @property char Property1; // expected-warning {{auto property synthesis will not synthesize property 'Property1' because it cannot share an ivar with another synthesized property}}
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-objc.h 25 /* ObjC ivar visibility types. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-objc.h 25 /* ObjC ivar visibility types. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-objc.h 25 /* ObjC ivar visibility types. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-objc.h 25 /* ObjC ivar visibility types. */
  /external/chromium_org/third_party/tlslite/patches/
ca_request.patch 88 @ivar publicKey: The subject public key from the certificate.
91 + @ivar subject: The DER-encoded ASN.1 subject distinguished name.
  /external/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp 135 // Find the corresponding IVar.
142 // Store the IVar to property mapping.
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 833 // gc ivar layout bitmap calculation helper caches.
    [all...]
CGObjCGNU.cpp 443 const ObjCIvarDecl *Ivar);
557 const ObjCIvarDecl *Ivar,
561 const ObjCIvarDecl *Ivar);
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
TLSRecordLayer.py 56 @ivar sock: The underlying socket object.
59 @ivar session: The session corresponding to this connection.
65 @ivar version: The TLS version being used for this connection.
70 @ivar closed: If this connection is closed.
73 @ivar resumed: If this connection is based on a resumed session.
76 @ivar allegedSharedKeyUsername: This is set to the shared-key
83 @ivar allegedSrpUsername: This is set to the SRP username
90 @ivar closeSocket: If the socket should be closed when the
99 @ivar ignoreAbruptClose: If an abrupt close of the socket should
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 151 // ivar bitfield grouping containers
154 // This container maps an <class, group number for ivar> tuple to the type
366 // Computes ivar bitfield group no.
368 // Names field decl. for ivar bitfield group.
370 // Names struct type for ivar bitfield group.
372 // Names symbol for ivar bitfield group field offset.
374 // Given an ivar bitfield, it builds (or finds) its group record type.
459 // Rewriting ivar
460 void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
    [all...]
  /external/clang/test/Analysis/
retain-release-region-store.m 122 // Test that assigning to an self.ivar loses track of an object.
244 // The ivar binding for tc->myIvar gets invalidated.
249 // The ivar binding for tc->myIvar gets invalidated.
  /external/chromium/third_party/libjingle/source/talk/base/
thread.h 60 // Returns a thread object with its thread_ ivar set
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_history_swiper.h 65 // This ivar determines whether the start point is valid.
  /external/chromium_org/chrome/browser/ui/cocoa/
draggable_button_mixin.h 15 // and keep an instance of the Impl as an ivar. The button should forward mouse
  /external/clang/test/Analysis/inlining/
DynDispatchBifurcate.m 106 // Test ivar access.
  /external/clang/test/CodeGenObjC/
block-var-layout.m 1 // RUN: %clang_cc1 -fblocks -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -O0 -print-ivar-layout -emit-llvm -o /dev/null %s > %t-64.layout
encode-test.m 65 int ivar;
  /external/clang/lib/Sema/
SemaAccess.cpp     [all...]
SemaDeclObjC.cpp     [all...]

Completed in 460 milliseconds

1 2 3 45 6 7 8