Home
last modified time | relevance | path

Searched refs:iv0 (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/CodeGenObjC/
Dproperty-complex.m6 _Complex float iv0; field
19 self->iv0 = 5.0 + 2.0i;
24 printf("im0: %.2f + %.2fi\n", __real iv0, __imag iv0);
25 return iv0 + (.1 + .2i);
29 iv0 = a0 + (.3 + .4i);
33 printf("p0: %.2f + %.2fi\n", __real iv0, __imag iv0);
34 return iv0 + (.5 + .6i);
38 iv0 = a0 + (.7 + .8i);
44 float l1 = __imag a0->iv0;
46 _Complex float l3 = a0->iv0;
[all …]
Dinterface.m8 int iv0; field
15 return (*(a0 + 2)).iv0;
28 a[2].iv0 = 5;
Dinterface-layout-64.m12 // CHECK: @"OBJC_IVAR_$_I6.iv0" = global i64 0, section "__DATA, __objc_ivar", align 8
16 // CHECK: @"OBJC_IVAR_$_I9.iv0" = global i64 0, section "__DATA, __objc_ivar", align 8
78 unsigned iv0 : 2; field
98 unsigned iv0 : 2; field
Dsynthesize_ivar.m35 I0<P0> *iv0; field
40 @synthesize p0 = iv0;
/external/ipsec-tools/src/racoon/
Deaytest.c594 vchar_t *iv0, in ciphertest_1() argument
615 memcpy(iv->v, iv0->v, iv_length); in ciphertest_1()
624 memcpy(iv->v, iv0->v, iv_length); in ciphertest_1()
654 vchar_t iv0; local
663 iv0.v = str2val("26b68c90 9467b4ab 7ec29fa0 0b696b55", 16, &iv0.l);
668 &iv0, 8,
675 &iv0, 8,
682 &iv0, 16,
689 &iv0, 8,
696 &iv0, 8,
[all …]
/external/clang/test/SemaCXX/
Dclass-layout.cpp63 class A { bool iv0 : 1; }; member in PR5580::A
66 class B : A { bool iv0 : 1; }; member in PR5580::B
69 struct C { bool iv0 : 1; }; member
72 struct D : C { bool iv0 : 1; }; member
Dvalue-dependent-exprs.cpp6 static const int iv0 = 1 << I; member in C0
/external/clang/test/Coverage/
Dobjc-language-features.inc16 int iv0;
31 @synthesize p1 = iv0;
Dc-language-features.inc186 char iv0[10];
189 x = (struct f10_s0) { .iv0 = "name" };