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

1 2

  /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
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/stream.iterators/istream.iterator/
types.pass.cpp 28 typedef std::istream_iterator<double> I1;
29 static_assert((std::is_convertible<I1,
32 static_assert((std::is_same<I1::char_type, char>::value), "");
33 static_assert((std::is_same<I1::traits_type, std::char_traits<char> >::value), "");
34 static_assert((std::is_same<I1::istream_type, std::istream>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/stream.iterators/istreambuf.iterator/
types.pass.cpp 32 typedef std::istreambuf_iterator<char> I1;
33 static_assert((std::is_convertible<I1,
36 static_assert((std::is_same<I1::char_type, char>::value), "");
37 static_assert((std::is_same<I1::traits_type, std::char_traits<char> >::value), "");
38 static_assert((std::is_same<I1::int_type, I1::traits_type::int_type>::value), "");
39 static_assert((std::is_same<I1::streambuf_type, std::streambuf>::value), "");
40 static_assert((std::is_same<I1::istream_type, std::istream>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/stream.iterators/ostream.iterator/
types.pass.cpp 28 typedef std::ostream_iterator<double> I1;
29 static_assert((std::is_convertible<I1,
31 static_assert((std::is_same<I1::char_type, char>::value), "");
32 static_assert((std::is_same<I1::traits_type, std::char_traits<char> >::value), "");
33 static_assert((std::is_same<I1::ostream_type, std::ostream>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/stream.iterators/ostreambuf.iterator/
types.pass.cpp 29 typedef std::ostreambuf_iterator<char> I1;
30 static_assert((std::is_convertible<I1,
32 static_assert((std::is_same<I1::char_type, char>::value), "");
33 static_assert((std::is_same<I1::traits_type, std::char_traits<char> >::value), "");
34 static_assert((std::is_same<I1::streambuf_type, std::streambuf>::value), "");
35 static_assert((std::is_same<I1::ostream_type, std::ostream>::value), "");
  /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 11 class I1;
13 class I1 { };
  /external/clang/test/CXX/special/class.inhctor/
elsewhere.cpp 18 struct I1 : B1 {
29 struct D1 : I1 {
  /external/clang/test/SemaCXX/
ms-interface.cpp 3 __interface I1 {
5 I1();
7 ~I1();
13 // expected-error@+1 {{nested class I1::<anonymous> is not permitted within an interface type}}
44 __interface I4 : I1, I2 {
50 // expected-error@+1 {{interface type cannot inherit from non-public 'interface I1'}}
51 __interface I5 : private I1 {
  /external/clang/test/Sema/
compound-literal.c 30 struct Incomplete* I1 = &(struct Incomplete){1, 2, 3}; // expected-error {{variable has incomplete type}}
warn-duplicate-enum.c 56 I1 = -1,
  /ndk/tests/device/test-stlport_shared-exception/jni/
has_nothrow_assign.cpp 59 struct I1
61 I1& operator=(I1&) throw(int) { throw int(); return *this; }
62 I1& operator=(const I1&) throw() { return *this; }
146 assert (NTEST (I1));
has_nothrow_copy-1.cpp 59 struct I1
61 I1(I1&) throw(int) { throw int(); }
62 I1(const I1&) throw() { }
136 assert (NTEST (I1));
  /ndk/tests/device/test-stlport_static-exception/jni/
has_nothrow_assign.cpp 59 struct I1
61 I1& operator=(I1&) throw(int) { throw int(); return *this; }
62 I1& operator=(const I1&) throw() { return *this; }
146 assert (NTEST (I1));
has_nothrow_copy-1.cpp 59 struct I1
61 I1(I1&) throw(int) { throw int(); }
62 I1(const I1&) throw() { }
136 assert (NTEST (I1));
  /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/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/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<
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 780 MachineBasicBlock::const_instr_iterator I1 = *this;
784 while (++I1 != E1 && I1->isInsideBundle()) {
786 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 407 Instruction *I1 = dyn_cast<Instruction>(I->getOperand(1));
409 if (!I0 || !I1 || I0->getOpcode() != I1->getOpcode())
420 Value *Opnd1_0 = I1->getOperand(0);
421 Value *Opnd1_1 = I1->getOperand(1);
    [all...]

Completed in 594 milliseconds

1 2