/external/clang/test/SemaObjC/ |
provisional-ivar-lookup.m | 6 int _foo; 15 @synthesize foo = _foo; 19 _foo = foo; // expected-error {{use of undeclared identifier 'foo'}} 23 _foo = foo1; // OK 27 _foo = foo2; // expected-error {{use of undeclared identifier 'foo2'}} 31 _foo = foo3; // OK
|
ContClassPropertyLookup.m | 4 int _foo; 17 @synthesize foo = _foo;
|
property-category-impl.m | 9 int _foo; 15 - (int) foo { return _foo; } 23 - (void) setFoo:(int)foo { _foo = foo; }
|
protocol-lookup.m | 19 id <Foo> _foo; 36 _foo = [foo retain]; 44 [_foo release];
|
continuation-class-err.m | 28 id _foo; 39 @synthesize foo = _foo;
|
nsobject-attribute-1.m | 8 typedef struct _foo *__attribute__((NSObject)) Foo_ref;
|
/external/llvm/test/CodeGen/ARM/ |
2010-11-29-PrologueBug.ll | 10 ; ARM: bl _foo 11 ; ARM: bl _foo 12 ; ARM: bl _foo 18 ; THUMB2: blx _foo 19 ; THUMB2: blx _foo 20 ; THUMB2: blx _foo
|
movt-movw-global.ll | 19 ; IOS-STATIC-NOT: movw r0, :lower16:_foo 20 ; IOS-STATIC-NOT: movt r0, :upper16:_foo 35 ; IOS-STATIC-NOT: movw r1, :lower16:_foo 36 ; IOS-STATIC-NOT: movt r1, :upper16:_foo
|
/external/llvm/test/MC/ARM/ |
arm_fixups.s | 8 mov r9, :lower16:(_foo) 9 movw r9, :lower16:(_foo) 10 movt r9, :upper16:(_foo) 12 @ CHECK: movw r9, :lower16:_foo @ encoding: [A,0x90'A',0b0000AAAA,0xe3] 13 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movw_lo16 14 @ CHECK: movw r9, :lower16:_foo @ encoding: [A,0x90'A',0b0000AAAA,0xe3] 15 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movw_lo16 16 @ CHECK: movt r9, :upper16:_foo @ encoding: [A,0x90'A',0b0100AAAA,0xe3] 17 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movt_hi16
|
hilo-16bit-relocations.s | 12 .comm _foo,4,2 17 .indirect_symbol _foo
|
/external/clang/test/SemaObjCXX/ |
protocol-lookup.mm | 19 id <Foo> _foo; 36 _foo = [foo retain]; 44 [_foo release];
|
/external/llvm/include/llvm/MC/ |
MCDirectives.h | 23 MCSA_ELF_TypeFunction, ///< .type _foo, STT_FUNC # aka @function 24 MCSA_ELF_TypeIndFunction, ///< .type _foo, STT_GNU_IFUNC 25 MCSA_ELF_TypeObject, ///< .type _foo, STT_OBJECT # aka @object 26 MCSA_ELF_TypeTLS, ///< .type _foo, STT_TLS # aka @tls_object 27 MCSA_ELF_TypeCommon, ///< .type _foo, STT_COMMON # aka @common 28 MCSA_ELF_TypeNoType, ///< .type _foo, STT_NOTYPE # aka @notype 29 MCSA_ELF_TypeGnuUniqueObject, /// .type _foo, @gnu_unique_object
|
/external/llvm/test/CodeGen/X86/ |
label-redefinition.ll | 2 ; RUN: not llc %s -o - |& grep {'_foo' label emitted multiple times to assembly} 6 define i32 @"\01_foo"() {
|
2009-11-04-SubregCoalescingBug.ll | 8 ; CHECK: _foo
|
/external/llvm/lib/Target/PowerPC/ |
PPCFixupKinds.h | 26 /// fixup_ppc_lo16 - A 16-bit fixup corresponding to lo16(_foo) for instrs 30 /// fixup_ppc_ha16 - A 16-bit fixup corresponding to ha16(_foo) for instrs 34 /// fixup_ppc_lo14 - A 14-bit fixup corresponding to lo16(_foo) for instrs
|
/external/llvm/test/MC/COFF/ |
simple-fixups.s | 7 .def _foo; 12 .globl _foo 14 _foo: # @foo label
|
symbol-alias.s | 8 .def _foo; 13 .globl _foo 15 _foo: # @foo label 27 _foo_alias = _foo
|
/external/clang/test/ARCMT/ |
releases-driver.m | 51 id <NSObject> _foo; 57 [_foo release];
|
releases.m | 56 id <NSObject> _foo; 62 [_foo release];
|
/external/llvm/test/MC/MachO/ |
darwin-x86_64-reloc.s | 9 _foo: label 13 call _foo 14 call _foo+4 15 movq _foo@GOTPCREL(%rip), %rax 16 pushq _foo@GOTPCREL(%rip) 17 movl _foo(%rip), %eax 18 movl _foo+4(%rip), %eax 19 movb $0x12, _foo(%rip) 20 movl $0x12345678, _foo(%rip) 21 .quad _foo [all...] |
/external/llvm/test/CodeGen/PowerPC/ |
available-externally.ll | 10 ; STATIC: _foo: 15 ; PIC: _foo: 19 ; DYNAMIC: _foo:
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/ |
ResourceNameValidatorTest.java | 54 .isValid("_foo") == null); 56 .isValid("_foo") != null); 58 .isValid("_foo") != null);
|
/external/clang/test/CodeGenObjCXX/ |
property-reference.mm | 13 MyStruct _foo;
|
/external/clang/test/Index/ |
blocks.c | 7 static struct foo _foo; local 9 ^ int_t(struct foo *foo) { return (int_t) foo->x + i; }(&_foo); 15 // CHECK: blocks.c:7:21: VarDecl=_foo:7:21 (Definition) Extent=[7:3 - 7:25] 33 // CHECK: blocks.c:9:60: DeclRefExpr=_foo:7:21 Extent=[9:60 - 9:64]
|
/external/llvm/include/llvm/CodeGen/ |
MachineModuleInfoImpls.h | 27 /// the value is something like "_foo". 31 /// "Lfoo$non_lazy_ptr", the value is something like "_foo". The extra bit 36 /// "Lfoo$non_lazy_ptr", the value is something like "_foo". Unlike GVStubs
|