HomeSort by relevance Sort by last modified time
    Searched defs:N1 (Results 51 - 75 of 87) sorted by null

1 23 4

  /external/clang/test/PCH/Inputs/
namespaces.h 3 namespace N1 {
7 namespace N1 {
  /external/clang/test/SemaTemplate/
instantiate-call.cpp 3 namespace N1 {
21 template struct N2::call_f0<N1::X0, int&>;
34 template struct N3::call_f0<N1::X0, int&>;
47 template struct N4::call_f0<N1::X0, int&>;
instantiate-expr-3.cpp 19 namespace N1 {
26 long& operator+=(N1::X&, long); // expected-note{{candidate}}
37 struct Y : public N1::X {
42 template struct N2::PlusEquals0<N1::X, int, int&>;
43 template struct N2::PlusEquals0<N1::X, long, long&>;
75 template struct StatementExpr0<N1::X>; // expected-note{{instantiation}}
temp_explicit.cpp 129 namespace N1 {
143 template struct ::N1::Inner::X8<float>;
146 using namespace N1;
nested-name-spec-template.cpp 70 namespace N1 {
74 template<typename T> T N1::f0() { }
instantiate-expr-2.cpp 9 namespace N1 {
26 one_byte operator+(N1::X, N2::Y);
34 namespace N1 {
43 typedef N4::BinOpOverload<N1::X, N2::Y>::type XY;
45 typedef N4::BinOpOverload<N1::X, N1::X>::type XX;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/template.valarray/valarray.members/
apply_cref.pass.cpp 28 const unsigned N1 = sizeof(a1)/sizeof(a1[0]);
29 std::valarray<T> v1(a1, N1);
31 assert(v2.size() == N1);
32 for (unsigned i = 0; i < N1; ++i)
36 const unsigned N1 = 0;
39 assert(v2.size() == N1);
44 const unsigned N1 = sizeof(a1)/sizeof(a1[0]);
45 std::valarray<T> v1(a1, N1);
47 assert(v2.size() == N1);
48 for (unsigned i = 0; i < N1; ++i
    [all...]
apply_value.pass.cpp 28 const unsigned N1 = sizeof(a1)/sizeof(a1[0]);
29 std::valarray<T> v1(a1, N1);
31 assert(v2.size() == N1);
32 for (unsigned i = 0; i < N1; ++i)
36 const unsigned N1 = 0;
39 assert(v2.size() == N1);
44 const unsigned N1 = sizeof(a1)/sizeof(a1[0]);
45 std::valarray<T> v1(a1, N1);
47 assert(v2.size() == N1);
48 for (unsigned i = 0; i < N1; ++i
    [all...]
swap.pass.cpp 25 const unsigned N1 = sizeof(a1)/sizeof(a1[0]);
27 std::valarray<T> v1(a1, N1);
42 const unsigned N1 = sizeof(a1)/sizeof(a1[0]);
44 std::valarray<T> v1(a1, N1);
59 const unsigned N1 = 0;
75 const unsigned N1 = 0;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/valarray.nonmembers/valarray.special/
swap.pass.cpp 27 const unsigned N1 = sizeof(a1)/sizeof(a1[0]);
29 std::valarray<T> v1(a1, N1);
44 const unsigned N1 = sizeof(a1)/sizeof(a1[0]);
46 std::valarray<T> v1(a1, N1);
61 const unsigned N1 = 0;
77 const unsigned N1 = 0;
  /external/clang/test/Modules/Inputs/
namespaces-left.h 10 namespace N1 { }
12 namespace N1 {
  /external/eigen/test/
diagonal.cpp 34 N1 = MatrixType::RowsAtCompileTime>1 ? 1 : 0,
39 if(m1.template diagonal<N1>().RowsAtCompileTime!=Dynamic)
41 VERIFY(m1.template diagonal<N1>().RowsAtCompileTime == m1.diagonal(N1).size());
48 m2.template diagonal<N1>() = 2 * m1.template diagonal<N1>();
49 VERIFY_IS_APPROX(m2.template diagonal<N1>(), static_cast<Scalar>(2) * m1.diagonal(N1));
50 m2.template diagonal<N1>()[0] *= 3;
51 VERIFY_IS_APPROX(m2.template diagonal<N1>()[0], static_cast<Scalar>(6) * m1.template diagonal<N1>()[0])
    [all...]
  /external/clang/test/SemaCXX/
pseudo-destructors.cpp 66 namespace N1 {
70 void test_X0(N1::X0 &x0) {
  /external/llvm/unittests/IR/
MDBuilderTest.cpp 85 MDNode *N1 = MDHelper.createTBAANode("edoN", R);
89 EXPECT_NE(N0, N1);
92 EXPECT_GE(N1->getNumOperands(), 2U);
95 EXPECT_TRUE(isa<MDString>(N1->getOperand(0)));
98 EXPECT_EQ(cast<MDString>(N1->getOperand(0))->getString(), "edoN");
101 EXPECT_EQ(N1->getOperand(1), R);
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p2.cpp 35 namespace N1 {
82 namespace N1 {
132 namespace N1 {
161 namespace N1 {
197 namespace N1 {
229 namespace N1 {
p2-0x.cpp 35 namespace N1 {
81 namespace N1 {
131 namespace N1 {
160 namespace N1 {
196 namespace N1 {
228 namespace N1 {
examples.cpp 113 namespace N1 {
120 typedef N1::S<int> X;
123 namespace N1 {
  /external/clang/test/CodeGenCXX/
copy-assign-synthesis.cpp 34 N() : N1(20), N2(21) {}
35 int N1;
38 printf("N1 = %d N2 = %d\n", N1, N2);
bitfield.cpp 156 namespace N1 {
copy-assign-synthesis-1.cpp 39 N() : N1(20), N2(21) {}
40 int N1;
43 printf("N1 = %d N2 = %d\n", N1, N2);
50 N1 = arg.N1; N2 = arg.N2;
references.cpp 166 namespace N1 {
  /frameworks/base/core/java/android/os/
WorkSource.java 335 int N1 = mNum;
342 while (i1 < N1 && i2 < N2) {
343 if (DEBUG) Log.d(TAG, "Step: target @ " + i1 + " of " + N1 + ", other @ " + i2
346 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1
348 N1--;
350 if (i1 < N1) System.arraycopy(uids1, i1+1, uids1, i1, N1-i1);
353 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1 + ": skip i1")
    [all...]
  /external/clang/test/Sema/
warn-duplicate-enum.c 88 N1,
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 218 SDValue N1 = N->getOperand(1);
224 if (SelectDirectAddr(N1, Addr)) {
243 SelectADDRsi64(N1.getNode(), N1, Base, Offset):
244 SelectADDRsi(N1.getNode(), N1, Base, Offset)) {
263 SelectADDRri64(N1.getNode(), N1, Base, Offset):
264 SelectADDRri(N1.getNode(), N1, Base, Offset))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 478 Value *N1 = dyn_castFNegVal(Opnd1, IgnoreZeroSign);
481 if (N1)
482 return BinaryOperator::CreateFMul(N0, N1);
    [all...]

Completed in 466 milliseconds

1 23 4