HomeSort by relevance Sort by last modified time
    Searched defs:I1 (Results 1 - 24 of 24) sorted by null

  /external/clang/test/CodeCompletion/
namespace.cpp 5 namespace I1 { }
6 namespace I4 = I1;
8 namespace I1 { }
12 // CHECK-CC1: I1
namespace-alias.cpp 8 namespace I1 { }
9 namespace I4 = I1;
11 namespace I1 { }
15 // CHECK-CC1: I1
using-namespace.cpp 8 namespace I1 { }
9 namespace I4 = I1;
11 namespace I1 { }
16 // CHECK-CC1: I1
using.cpp 8 namespace I1 { }
9 namespace I4 = I1;
11 namespace I1 { }
18 // CHECK-CC1: I1
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/
p6-0x.cpp 9 typedef int I1, I2;
15 q->I1::~I2();
p6.cpp 7 typedef int I1, I2;
13 q->I1::~I2();
  /external/clang/test/CXX/class/class.nest/
p3.cpp 10 class I1;
12 class I1 { };
  /external/clang/test/CXX/special/class.inhctor/
elsewhere.cpp 18 struct I1 : B1 {
29 struct D1 : I1 {
  /external/clang/test/Sema/
compound-literal.c 29 struct Incomplete* I1 = &(struct Incomplete){1, 2, 3}; // -expected-error {{variable has incomplete type}}
warn-duplicate-enum.c 56 I1 = -1,
  /external/clang/test/SemaCXX/
warn-unique-enum.cpp 19 enum I { I1 = H1, I2 = 4 };
  /cts/tools/signature-tools/test/signature/comparator/
ClassCompareTest.java 221 CompilationUnit I1 = new CompilationUnit("a.I1",
223 "public interface I1 extends I0{}");
226 "public class C0 implements I1{}");
229 "public class C0 implements I1, I0{}");
230 IApi fromApi = convert(I0, I1, C0);
231 IApi toApi = convert(I0, I1, C0_I1);
244 CompilationUnit I1 = new CompilationUnit("a.I",
248 IApi toApi = convert(I1,Number);
261 CompilationUnit I1 = new CompilationUnit("a.I",
    [all...]
  /external/clang/test/Misc/
diag-template-diffing.cpp 40 class I1{};
41 void set1(I1<1,2,3,4,2,3,4,3>) {};
43 set1(I1<1,2,3,4,2,2,4,3,7>());
46 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'I1<[5 * ...], 2, [2 * ...], 7>' to 'I1<[5 * ...], 3, [2 * ...], (no argument)>' for 1st argument
48 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'I1<1, 2, 3, 4, 2, 2, 4, 3, 7>' to 'I1<1, 2, 3, 4, 2, 3, 4, 3, (no argument)>' for 1st argument
51 // CHECK-ELIDE-TREE: I1<
58 // CHECK-NOELIDE-TREE: I1<
  /external/ppp/pppd/
md4.c 46 #define I1 0xefcdab89
109 MDp->buffer[1] = I1;
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 158 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
163 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
  /external/valgrind/main/none/tests/ppc32/
testVMX.c 396 signed int Iaux;//, I1, I2;
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 86 cl::desc("Don't try to vectorize boolean (i1) values"));
    [all...]
  /external/qemu/
arm-dis.c     [all...]
i386-dis.c 356 #define I1 { OP_I, const_1_mode }
    [all...]
mips-dis.c     [all...]
  /external/valgrind/main/callgrind/
sim.c 94 static cache_t2 I1, D1, LL;
307 if ( cachesim_ref( &I1, a, size) == Hit ) return L1_Hit;
414 if ( cachesim_ref( &I1, a, size) == Hit ) return L1_Hit;
521 if ( cachesim_ref( &I1, a, size) == Hit ) return L1_Hit;
542 if ( cachesim_ref( &I1, a, size) == Hit ) return L1_Hit;
672 /* for I1/D1 caches */
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 591 unsigned i1 = 0, i2 = 0, e1 = V1->size(), e2 = V2->size(); local
592 while (i1 != e1 && i2 != e2) {
593 if ((*V1)[i1].Value == (*V2)[i2].Value)
595 if ((*V1)[i1].Value < (*V2)[i2].Value)
596 ++i1;
    [all...]
  /external/svox/pico/lib/
picopam.c 238 picoos_uint8 i1_secondary_phrase_syllable; /*I1 */
322 #define I1 53
    [all...]

Completed in 919 milliseconds