Searched defs:N3 (Results 1 - 25 of 29) sorted by relevance

12

/external/clang/test/ASTMerge/Inputs/
H A Dnamespace1.cpp15 namespace N3 { namespace
H A Dnamespace2.cpp15 namespace N3 { namespace
/external/clang/test/CodeCompletion/
H A Dnamespace.cpp1 namespace N3 { namespace
H A Dnamespace-alias.cpp2 namespace N3 { } namespace in namespace:N4
5 class N3;
H A Dusing-namespace.cpp2 namespace N3 { } namespace in namespace:N4
5 class N3;
H A Dusing.cpp2 namespace N3 { } namespace in namespace:N4
5 class N3;
14 int N3; local
22 // CHECK-CC1: N3
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp2-template-id.cpp13 namespace N3 { namespace
/external/clang/test/Modules/Inputs/
H A Dnamespaces-top.h9 namespace N3 { namespace
H A Dnamespaces-right.h22 namespace N3 { namespace
/external/clang/test/PCH/Inputs/
H A Dnamespaces.h28 namespace N3 { namespace
/external/clang/test/SemaTemplate/
H A Dinstantiate-call.cpp23 namespace N3 { namespace
33 template struct N3::call_f0<int, char&>; // expected-note{{instantiation}}
34 template struct N3::call_f0<N1::X0, int&>;
48 template struct N3::call_f0<int, short&>; // expected-note{{instantiation}}
H A Dinstantiate-expr-3.cpp36 namespace N3 { namespace
44 template struct N2::PlusEquals0<N3::Y, long, short&>;
46 template struct N2::PlusEquals0<N3::Y, int, short&>; // expected-note{{instantiation}}
H A Dtemp_explicit.cpp100 namespace N3 { namespace
H A Dinstantiate-expr-2.cpp19 namespace N3 { namespace
38 namespace N3 { namespace
49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ;
53 namespace N3 { namespace
54 eight_bytes operator-(::N3::Z);
65 typedef N4::UnaryOpOverload<N3::Z>::type UZ;
/external/clang/test/PCH/
H A Dnamespaces.cpp27 namespace N3 { namespace
33 N3::C *cp2;
/external/llvm/unittests/IR/
H A DMDBuilderTest.cpp88 MDNode *N3 = MDHelper.createTBAANode("Node", R); local
89 EXPECT_EQ(N0, N3);
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
H A Dp3.cpp62 namespace N3 { namespace
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlundump.c188 #define N3 N2+6 macro
200 if (memcmp(h,s,N3)!=0) error(S,"incompatible"); else error(S,"corrupted");
/external/clang/test/CodeGenCXX/
H A Dbitfield.cpp245 namespace N3 { namespace
H A Dreferences.cpp234 namespace N3 { namespace
244 // CHECK: call void @_ZN2N31AC1Ei(%"struct.N3::A"* @_ZGRN2N35sA123E_, i32 123)
/external/aac/libFDK/src/
H A Dfft.cpp198 #define N3 3 macro
235 l += (2*N5) + (2*N3);
271 for(i=0,l=0,k=0; i<N3; i++, k+=10)
276 pDst[k+2] = pSrc[l+0+(2*N3)];
277 pDst[k+3] = pSrc[l+1+(2*N3)];
278 pDst[k+4] = pSrc[l+0+(4*N3)];
279 pDst[k+5] = pSrc[l+1+(4*N3)];
280 pDst[k+6] = pSrc[l+0+(6*N3)];
281 pDst[k+7] = pSrc[l+1+(6*N3)];
282 pDst[k+8] = pSrc[l+0+(8*N3)];
[all...]
/external/llvm/lib/Target/R600/
H A DAMDGPUISelDAGToDAG.cpp746 // (add (add N2, N3), C1)
748 SDValue N3 = N0.getOperand(1); local
750 Offset = N3;
/external/speex/libspeex/
H A Dpreprocess.c398 int N, N3, N4, M; local
426 N3 = 2*N - st->frame_size;
427 N4 = st->frame_size - N3;
470 st->inbuf = (spx_word16_t*)speex_alloc(N3*sizeof(spx_word16_t));
471 st->outbuf = (spx_word16_t*)speex_alloc(N3*sizeof(spx_word16_t));
473 conj_window(st->window, 2*N3);
474 for (i=2*N3;i<2*st->ps_size;i++)
479 for (i=N3-1;i>=0;i--)
481 st->window[i+N3+N4]=st->window[i+N3];
622 int N3 = 2*N - st->frame_size; local
731 int N3 = 2*N - st->frame_size; local
1017 int N3 = 2*N - st->frame_size; local
[all...]
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1733 SDValue N3 = N->getOperand(3); local
1742 N1, N0, N2, N3);
1748 SDValue Lo = DAG.getNode(ISD::ADD, dl, VT, N2, N3);
1754 DAG.getNode(XCoreISD::LADD, dl, DAG.getVTList(VT, VT), N2, N3, N1);
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2694 SDValue N3 = N->getOperand(3); local
2698 assert(N3.getOpcode() == ISD::Register);
2703 SDValue Ops[] = { N1, Tmp2, N3, Chain, InFlag };

Completed in 5675 milliseconds

12