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

1 2 3 4 56 7 8

  /external/llvm/test/DebugInfo/X86/
debug-info-blocks.ll 67 @"OBJC_IVAR_$_A.ivar" = global i64 0, section "__DATA, __objc_ivar", align 8
80 @"\01L_OBJC_METH_VAR_NAME_3" = internal global [5 x i8] c"ivar\00", section "__TEXT,__objc_methname,cstring_literals", align 1
82 @"\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
185 %23 = load i64* @"OBJC_IVAR_$_A.ivar", !dbg !101, !invariant.load !67
273 !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 172 // If returning an ivar or a member of an ivar from a +0 method, use
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 86 // to an ivar.
DereferenceChecker.cpp 82 << " ivar '" << IV->getDecl()->getName() << "')";
  /external/clang/test/SemaObjC/
arc.m 609 id ivar;
615 x->ivar = 0; // expected-error {{dereferencing a __weak pointer is not allowed}}
616 return y ? y->ivar // expected-error {{dereferencing a __weak pointer is not allowed}}
617 : (*x).ivar; // expected-error {{dereferencing a __weak pointer is not allowed}}
  /external/clang/tools/libclang/
CIndexUSRs.cpp 120 void GenObjCIvar(StringRef ivar);
163 // The USR for an ivar declared in a class extension is based on the
782 void USRGenerator::GenObjCIvar(StringRef ivar) {
783 Out << '@' << ivar; local
  /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)); }
lex.c 316 RET(IVAR);
  /external/llvm/docs/
SourceLevelDebugging.rst 402 ;; 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/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 349 // Rewriting ivar access
351 virtual void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
539 // Rewriting ivar
540 virtual void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
806 // Synthesize an explicit cast to gain access to the ivar.
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest1.java 702 // Just change the default ivar values
741 // Just change the default ivar values
753 // by serialization but serialized ivar has to be restored as it
780 // Just change the default ivar values
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
thread.h 60 // Returns a thread object with its thread_ ivar set
  /external/clang/test/CodeGenObjC/
arc-captured-32bit-block-var-layout.m 1 // RUN: %clang_cc1 -fblocks -fobjc-arc -fobjc-runtime-has-weak -triple i386-apple-darwin -O0 -print-ivar-layout -emit-llvm -o /dev/null %s > %t-32.layout
arc-captured-block-var-layout.m 1 // RUN: %clang_cc1 -fblocks -fobjc-arc -fobjc-runtime-has-weak -triple x86_64-apple-darwin -O0 -print-ivar-layout -emit-llvm -o /dev/null %s > %t-64.layout
  /external/clang/tools/scan-view/
Reporter.py 169 elif bugtype.find("missing ivar release") != -1:
  /external/chromium_org/ui/message_center/cocoa/
notification_controller.mm 198 // Initializes the icon_ ivar and returns the view to insert into the hierarchy.
205 // Initializes the closeButton_ ivar with the configured button.
  /external/clang/include/clang/Sema/
ScopeInfo.h 140 /// self->ivar.prop | ivar (ObjCIvarDecl) | prop (ObjCPropertyDecl)
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/llvm/include/llvm/
DIBuilder.h 219 /// this ivar.
244 /// @param PropertyNode Property associated with this ivar.
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
vdbeaux.c     [all...]
  /external/clang/include/clang/Basic/
DiagnosticASTKinds.td 226 "property is synthesized to ivar %0 here">;
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]

Completed in 688 milliseconds

1 2 3 4 56 7 8