HomeSort by relevance Sort by last modified time
    Searched full:ivar (Results 126 - 150 of 230) sorted by null

1 2 3 4 56 7 8 910

  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 443 const ObjCIvarDecl *Ivar);
546 llvm::Value *BaseValue, const ObjCIvarDecl *Ivar,
550 const ObjCIvarDecl *Ivar) override;
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 150 // ivar bitfield grouping containers
153 // This container maps an <class, group number for ivar> tuple to the type
381 // Computes ivar bitfield group no.
383 // Names field decl. for ivar bitfield group.
385 // Names struct type for ivar bitfield group.
387 // Names symbol for ivar bitfield group field offset.
389 // Given an ivar bitfield, it builds (or finds) its group record type.
473 // Rewriting ivar
474 void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
    [all...]
RewriteObjC.cpp 350 // Rewriting ivar access
352 virtual void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
547 // Rewriting ivar
548 void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaAccess.cpp     [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_org/third_party/tlslite/tlslite/
tlsrecordlayer.py 48 @ivar sock: The underlying socket object.
51 @ivar session: The session corresponding to this connection.
57 @ivar version: The TLS version being used for this connection.
62 @ivar closed: If this connection is closed.
65 @ivar resumed: If this connection is based on a resumed session.
68 @ivar allegedSrpUsername: This is set to the SRP username
75 @ivar closeSocket: If the socket should be closed when the
84 @ivar ignoreAbruptClose: If an abrupt close of the socket should
    [all...]
  /external/lldb/test/lang/objc/foundation/
TestObjCMethods.py 210 # See: <rdar://problem/8717050> lldb needs to use the ObjC runtime symbols for ivar offsets
249 self.assertTrue(my_str_var, "Found a str ivar in my")
  /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 -print-ivar-layout -emit-llvm -o /dev/null %s > %t-64.layout
encode-test.m 65 int ivar;
arc-captured-32bit-block-var-layout.m 1 // RUN: %clang_cc1 -fblocks -fobjc-arc -fobjc-runtime-has-weak -triple i386-apple-darwin -print-ivar-layout -emit-llvm -o /dev/null %s > %t-32.layout
  /external/clang/test/SemaObjC/
attr-deprecated.m 88 @public int 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}}
arc.m 611 id ivar;
617 x->ivar = 0; // expected-error {{dereferencing a __weak pointer is not allowed}}
618 return y ? y->ivar // expected-error {{dereferencing a __weak pointer is not allowed}}
619 : (*x).ivar; // expected-error {{dereferencing a __weak pointer is not allowed}}
  /external/llvm/test/DebugInfo/X86/
debug-info-blocks.ll 77 @"OBJC_IVAR_$_A.ivar" = global i64 0, section "__DATA, __objc_ivar", align 8
90 @"\01L_OBJC_METH_VAR_NAME_3" = internal global [5 x i8] c"ivar\00", section "__TEXT,__objc_methname,cstring_literals", align 1
92 @"\01l_OBJC_$_INSTANCE_VARIABLES_A" = internal global { i32, i32, [1 x %struct._ivar_t] } { i32 32, i32 1, [1 x %struct._ivar_t] [%struct._ivar_t { i64* @"OBJC_IVAR_$_A.ivar", i8* getelementptr inbounds ([5 x i8]* @"\01L_OBJC_METH_VAR_NAME_3", i32 0, i32 0), i8* getelementptr inbounds ([2 x i8]* @"\01L_OBJC_METH_VAR_TYPE_4", i32 0, i32 0), i32 2, i32 4 }] }, section "__DATA, __objc_const", align 8
195 %23 = load i64* @"OBJC_IVAR_$_A.ivar", !dbg !101, !invariant.load !67
283 !10 = metadata !{i32 786445, metadata !5, metadata !6, metadata !"ivar", i32 35, i64 32, i64 32, i64 0, i32 0, metadata !11, null} ; [ DW_TAG_member ] [ivar] [line 35, size 32, align 32, offset 0] [from int]
    [all...]
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 180 // If returning an ivar or a member of an ivar from a +0 method, use
  /external/lldb/include/lldb/Target/
ObjCLanguageRuntime.h 352 // Finds the byte offset of the child_type ivar in parent_type. If it can't find the
358 // Given the name of an Objective-C runtime symbol (e.g., ivar offset symbol),
  /external/chromium_org/third_party/webrtc/base/
thread.h 44 // Returns a thread object with its thread_ ivar set
  /external/clang/lib/Index/
USRGeneration.cpp 182 // The USR for an ivar declared in a class extension is based on the
780 void clang::index::generateUSRForObjCIvar(StringRef Ivar, raw_ostream &OS) {
781 OS << '@' << Ivar;
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 62 %token <cp> VAR IVAR VARNF CALL NUMBER STRING
85 %left REGEXPR VAR VARNF IVAR WHILE '('
422 | IVAR { $$ = op1(INDIRECT, celltonode($1, CVAR)); }
  /external/llvm/docs/
SourceLevelDebugging.rst 403 ;; Objective-C an ivar, or the type of which this
    [all...]
  /external/clang/test/Index/
annotate-tokens.m 12 // From <rdar://problem/7971430>, the 'barType' referenced in the ivar
17 barType iVar;
24 barType local = iVar;
214 // CHECK: Identifier: "iVar" [17:13 - 17:17] ObjCIvarDecl=iVar:17:13 (Definition)
236 // CHECK: Identifier: "iVar" [24:21 - 24:25] MemberRefExpr=iVar:17:13
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntimeV2.cpp     [all...]

Completed in 3253 milliseconds

1 2 3 4 56 7 8 910