Home
last modified time | relevance | path

Searched refs:im0 (Results 1 – 23 of 23) sorted by relevance

/external/clang/test/CodeGenObjC/
Dproperty-complex.m11 -(_Complex float) im0; method
23 -(_Complex float) im0 { method
24 printf("im0: %.2f + %.2fi\n", __real iv0, __imag iv0);
43 float l0 = __real a0.im0;
45 _Complex float l2 = (a0.im0 = a0.im0);
51 _Complex float l8 = [a0 im0];
Dblocks.m18 -(void) im0; method
21 // CHECK: define internal i32 @"__8-[A im0]_block_invoke"(
23 -(void) im0 { method
31 ^(void) { [self im0]; }();
34 ^{ [super im0]; }();
37 ^{ ^{[super im0];}(); }();
Dmetadata-symbols-32.m51 -(void) im0; method
61 -(void) im0; method
68 -(void) im0 { method
85 [B im0];
Dmetadata_symbols.m18 // CHECK-X86_64: define internal void @"\01-[A im0]"
29 // CHECK-X86_64-HIDDEN: define internal void @"\01-[A im0]"
42 // CHECK-ARMV6: define internal void @"\01-[A im0]"
49 -(void) im0 { method
Dexceptions-asm-attribute.m19 // CHECK-X86_64: define internal void @"\01-[A im0]"
30 // CHECK-X86_64-HIDDEN: define internal void @"\01-[A im0]"
43 // CHECK-ARMV6: define internal void @"\01-[A im0]"
51 -(void) im0 { method
Ddebug-info-crash.m20 - (I0<P0> *) im0 { method
21 // CHECK: @"\01-[I1 im0]"
Dobjc2-legacy-dispatch.m17 -(int) im0; method
25 [a im0];
Dnext-objc-dispatch.m56 -(void) im0; method
67 -(void) im0 {} method
72 [a im0];
Dmetadata-symbols-64.m55 -(void) im0; method
65 -(void) im0; method
72 -(void) im0 { method
125 [B im0];
Dvariadic-sends.m5 -(void) im0; method
13 [a im0];
Dfunction-decay.m5 - (void) im0: (int (void)) a0 {
Dno-sanitize.m6 - (void) im0: (int) a0 __attribute__((no_sanitize("address"))) {
D2009-01-21-invalid-debug-info.m13 -im0 { return 0; } method
/external/clang/test/CodeGenCXX/
Dmangle-template.cpp58 struct A { void im0(float); };
60 void A::im0(float) {} in im0() function in test6::A
63 void f0(T<&A::im0> a0) {} in f0()
/external/clang/test/Coverage/
Dobjc-language-features.inc39 -(void) im0 {
43 [super im0];
/external/clang/test/SemaObjC/
Dcategory-1.m66 -(void) im0; // expected-note {{method 'im0' declared here}} method
75 @implementation MultipleCat_I // expected-warning {{method 'im0' in protocol 'MultipleCat_P' not im…
Dmethod-no-context.m3 - im0 { // expected-error{{missing context for method declaration}}
Dclass-extension-after-implementation.m9 -(void) im0;
Dmissing-atend-metadata.m13 -(void) im0 { self = [super init]; } // expected-warning {{not found}} method
Dproperty-user-setter.m20 -(void) im0 { method
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
Dp10.cpp12 mutable void im0(); // expected-error{{'mutable' cannot be applied to functions}}
/external/libxaac/decoder/
Dixheaacd_ps_dec.c481 WORD32 re0, im0, re1, im1; in ixheaacd_decorrelation_dec() local
484 im0 = (p_left_imag[0]); in ixheaacd_decorrelation_dec()
490 power_buf[0], ixheaacd_mult32x16in32(im0, (WORD16)(im0 >> 16))); in ixheaacd_decorrelation_dec()
497 im0 = (p_left_imag[4]); in ixheaacd_decorrelation_dec()
503 power_buf[1], ixheaacd_mult32x16in32(im0, (WORD16)(im0 >> 16))); in ixheaacd_decorrelation_dec()
/external/clang/test/Parser/
Dmissing-end-2.m5 -(void) im0; method