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

1 2

  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p3.cpp 6 namespace N0 {
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
p4.cpp 12 namespace N0 {
  /external/clang/test/CXX/temp/temp.arg/temp.arg.type/
p2.cpp 22 namespace N0 {
  /external/llvm/unittests/IR/
MDBuilderTest.cpp 85 MDNode *N0 = MDHelper.createTBAANode("Node", R);
89 EXPECT_EQ(N0, N3);
90 EXPECT_NE(N0, N1);
91 EXPECT_NE(N0, N2);
92 EXPECT_GE(N0->getNumOperands(), 2U);
95 EXPECT_TRUE(isa<MDString>(N0->getOperand(0)));
98 EXPECT_EQ(cast<MDString>(N0->getOperand(0))->getString(), "Node");
101 EXPECT_EQ(N0->getOperand(1), R);
MetadataTest.cpp 260 MDNode *N0 = getNode();
261 MDNode *N1 = getNode(N0);
262 MDNode *N2 = getNode(N0, N1);
264 Metadata *Args[] = {ConstantAsMetadata::get(C), S, nullptr, N0, N1, N2};
275 MDNode *Nodes[] = {N0, N1, N2};
319 MDNode *N0 = getNode();
320 MDNode *N1 = getNode(N0);
321 MDNode *N2 = getNode(N0, N1);
323 Metadata *Args[] = {ConstantAsMetadata::get(C), S, nullptr, N0, N1, N2};
351 auto *N0 = MDNode::getDistinct(Context, None)
    [all...]
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p2.cpp 18 namespace N0 {
33 template<> void N0::f0(int) { } // okay
36 template<> void N0::f0(long) { } // expected-error{{does not enclose namespace}}
39 template<> void N0::f0(double); // expected-warning{{C++11 extension}}
40 template<> void N0::f0(double) { }
49 namespace N0 {
73 void N0::X0<T>::ft1(T t, U u) {
77 template<typename T> T N0::X0<T>::member;
79 template<> struct N0::X0<void> { }; // expected-warning{{C++11 extension}}
80 N0::X0<void> test_X0
    [all...]
p2-0x.cpp 20 namespace N0 {
35 template<> void N0::f0(int) { } // okay
38 template<> void N0::f0(long) { } // expected-error{{does not enclose namespace}}
41 template<> void N0::f0(double) { }
50 namespace N0 {
74 void N0::X0<T>::ft1(T t, U u) {
78 template<typename T> T N0::X0<T>::member;
80 template<> struct N0::X0<void> { };
81 N0::X0<void> test_X0;
84 template<> struct N0::X0<const void> { }; // expected-error{{class template specialization of 'X0' not in a namespace e (…)
    [all...]
  /external/clang/test/SemaCXX/
linkage-spec.cpp 31 namespace N0 {
  /external/clang/test/CodeGenCXX/
bitfield.cpp 9 namespace N0 {
  /external/libopus/celt/
rate.c 150 int N0;
152 N0 = m->eBands[j+1]-m->eBands[j];
154 if (N0<<i == 1)
170 if (N0 > 2)
172 N0>>=1;
175 /* N0=1 bands can't be split down to N<2. */
176 else if (N0 <= 1)
179 N0<<=LM0;
186 N = N0;
432 int N0, N, den
    [all...]
vq.c 137 int N0;
143 N0 = N/B;
148 collapse_mask |= (iy[i*N0+j]!=0)<<i;
149 } while (++j<N0);
bands.c 265 int N0;
273 N0 = m->eBands[i+1]-m->eBands[i];
282 t = N0<<LM;
289 sqrt_1 = celt_rsqrt(N0<<LM);
338 for (j=0;j<N0;j++)
348 renormalise_vector(X, N0<<LM, Q15ONE);
449 int i, c, N0;
457 N0 = M*m->shortMdctSize;
466 celt_norm * OPUS_RESTRICT x = X+M*eBands[i]+c*N0;
548 static void deinterleave_hadamard(celt_norm *X, int N0, int stride, int hadamard
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-member-template.cpp 120 namespace N0 {
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 81 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
86 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 646 Value *N0 = dyn_castFNegVal(Opnd0, IgnoreZeroSign);
651 Value *FMul = Builder->CreateFMul(N0, N1);
658 Value *T = Builder->CreateFMul(N0, Opnd1);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 346 SDValue N0 = N->getOperand(0);
350 if (isOpcWithIntImmediate(N0.getNode(), ISD::AND, And_imm))
351 std::swap(N0, N1);
386 if (SelectT2ShifterOperandReg(N0, CPTmp0, CPTmp1))
389 if (SelectImmShifterOperand(N0, CPTmp0, CPTmp1) ||
390 SelectRegShifterOperand(N0, CPTmp0, CPTmp1, CPTmp2))
402 CurDAG->UpdateNodeOperands(N, N0, N1);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelDAGToDAG.cpp 827 SDValue N0 = Addr.getOperand(0);
830 if (isDSOffsetLegal(N0, C1->getSExtValue(), 16)) {
831 // (add n0, c0)
832 Base = N0;
863 SDValue N0 = Addr.getOperand(0);
868 // (add n0, c0)
869 if (isDSOffsetLegal(N0, DWordOffset1, 8)) {
870 Base = N0;
    [all...]
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 653 SDValue N0 = N.getOperand(0);
666 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(N0)) {
674 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
683 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(N0)) {
686 } else if (JumpTableSDNode *J = dyn_cast<JumpTableSDNode>(N0)) {
689 } else if (BlockAddressSDNode *BA = dyn_cast<BlockAddressSDNode>(N0)) {
712 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(N0)) {
716 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
721 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(N0)) {
724 } else if (JumpTableSDNode *J = dyn_cast<JumpTableSDNode>(N0)) {
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 613 SDValue N0 = Op.getOperand(0);
617 if (N0.getOpcode() == ISD::ADD) {
618 AddOp = N0;
622 OtherOp = N0;
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 1691 milliseconds

1 2