Searched defs:N4 (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/CodeCompletion/
H A Dnamespace-alias.cpp1 namespace N4 { namespace
19 // CHECK-CC1-NEXT: N4
H A Dusing-namespace.cpp1 namespace N4 { namespace
20 // CHECK-CC1-NEXT: N4
H A Dusing.cpp1 namespace N4 { namespace
23 // CHECK-CC1-NEXT: N4
/external/clang/test/PCH/Inputs/
H A Dnamespaces.h42 inline namespace N4 { namespace
/external/clang/test/SemaTemplate/
H A Dinstantiate-call.cpp37 namespace N4 { namespace
46 template struct N4::call_f0<int, short&>;
47 template struct N4::call_f0<N1::X0, int&>;
H A Dinstantiate-expr-2.cpp25 namespace N4 { namespace
43 typedef N4::BinOpOverload<N1::X, N2::Y>::type XY;
45 typedef N4::BinOpOverload<N1::X, N1::X>::type XX;
47 typedef N4::BinOpOverload<N2::Y, N2::Y>::type YY;
49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ;
57 namespace N4 { namespace
65 typedef N4::UnaryOpOverload<N3::Z>::type UZ;
/external/clang/test/PCH/
H A Dnamespaces.cpp44 inline namespace N4 { } namespace
/external/clang/test/CodeGenCXX/
H A Dreferences.cpp250 namespace N4 { namespace
259 // CHECK: call void @_ZN2N41AC1Ev(%"struct.N4::A"* @_ZGRZN2N41fEvE2ar)
/external/speex/libspeex/
H A Dpreprocess.c398 int N, N3, N4, M; local
427 N4 = st->frame_size - N3;
477 if (N4>0)
481 st->window[i+N3+N4]=st->window[i+N3];
623 int N4 = st->frame_size - N3; local
634 st->inbuf[i]=x[N4+i];
732 int N4 = st->frame_size - N3; local
988 for (i=0;i<N4;i++)
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2621 SDValue N4 = Node->getOperand(4); local
2624 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N4);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4122 SDValue N4 = N->getOperand(4); local
4123 ISD::CondCode CC = cast<CondCodeSDNode>(N4)->get();
H A DSelectionDAG.cpp3290 SDValue N4) {
3291 SDValue Ops[] = { N1, N2, N3, N4 };
3297 SDValue N4, SDValue N5) {
3298 SDValue Ops[] = { N1, N2, N3, N4, N5 };
4691 SDValue N4) {
4692 SDValue Ops[] = { N1, N2, N3, N4 };
4698 SDValue N4, SDValue N5) {
4699 SDValue Ops[] = { N1, N2, N3, N4, N5 };
3288 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3, SDValue N4) argument
3295 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3, SDValue N4, SDValue N5) argument
4689 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3, SDValue N4) argument
4696 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3, SDValue N4, SDValue N5) argument

Completed in 1037 milliseconds