HomeSort by relevance Sort by last modified time
    Searched defs:N0 (Results 1 - 25 of 48) 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 32 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);
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p2.cpp 21 namespace N0 {
39 template<> void N0::f0(int) { } // okay
42 template<> void N0::f0(long) { } // expected-error{{does not enclose namespace}}
45 template<> void N0::f0(double);
47 // expected-warning@-2 {{first declaration of function template specialization of 'f0' outside namespace 'N0' is a C++11 extension}}
50 template<> void N0::f0(double) { }
59 namespace N0 {
101 void N0::X0<T>::ft1(T t, U u) {
105 template<typename T> T N0::X0<T>::member;
107 template<> struct N0::X0<void> { }
    [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/llvm/unittests/Transforms/Utils/
ValueMapperTest.cpp 76 MDNode *N0; // !0 = !{!1}
83 N0 = MDNode::replaceWithUniqued(std::move(T0));
86 // Resolve N0 and N1.
87 ASSERT_FALSE(N0->isResolved());
89 N0->resolveCycles();
90 ASSERT_TRUE(N0->isResolved());
97 MDNode *MappedN0 = ValueMapper(VM).mapMDNode(*N0);
99 EXPECT_NE(N0, MappedN0);
202 auto *N0 = MDTuple::get(C, None);
203 auto *N1 = MDTuple::get(C, N0);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lundump.c 185 #define N0 LUAC_HEADERSIZE
197 if (memcmp(h,s,N0)==0) return;
  /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 142 int N0;
148 N0 = celt_udiv(N, B);
154 tmp |= iy[i*N0+j];
155 } while (++j<N0);
bands.c 274 int N0;
282 N0 = m->eBands[i+1]-m->eBands[i];
292 t = N0<<LM;
299 sqrt_1 = celt_rsqrt(N0<<LM);
348 for (j=0;j<N0;j++)
358 renormalise_vector(X, N0<<LM, Q15ONE, arch);
458 int i, c, N0;
466 N0 = M*m->shortMdctSize;
475 const celt_norm * OPUS_RESTRICT x = X+M*eBands[i]+c*N0;
558 static void deinterleave_hadamard(celt_norm *X, int N0, int stride, int hadamard
    [all...]
  /external/skia/third_party/lua/src/
lundump.c 185 #define N0 LUAC_HEADERSIZE
197 if (memcmp(h,s,N0)==0) return;
  /external/syslinux/com32/lua/src/
lundump.c 185 #define N0 LUAC_HEADERSIZE
197 if (memcmp(h,s,N0)==0) return;
  /external/clang/test/SemaTemplate/
instantiate-member-template.cpp 120 namespace N0 {
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 232 SDValue N0 = N->getOperand(0);
239 Chain = CurDAG->getCopyToReg(Chain, dl, Alpha::R27, N0,
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 605 SDValue N0 = Node->getOperand(0);
629 Dividend = CurDAG->getMachineNode(SystemZ::MOVSX64rr32, dl, MVT::i64, N0);
631 Dividend = N0.getNode();
685 SDValue N0 = Node->getOperand(0);
709 SDNode *Dividend = N0.getNode();
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /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/Target/Lanai/
LanaiISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 671 Value *N0 = dyn_castFNegVal(Opnd0, IgnoreZeroSign);
676 Value *FMul = Builder->CreateFMul(N0, N1);
683 Value *T = Builder->CreateFMul(N0, Opnd1);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 660 SDValue N0 = Addr.getOperand(0);
663 if (isDSOffsetLegal(N0, C1->getSExtValue(), 16)) {
664 // (add n0, c0)
665 Base = N0;
724 SDValue N0 = Addr.getOperand(0);
729 // (add n0, c0)
730 if (isDSOffsetLegal(N0, DWordOffset1, 8)) {
731 Base = N0;
816 SDValue N0 = Addr.getOperand(0);
820 if (N0.getOpcode() == ISD::ADD)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 746 SDValue N0 = N.getOperand(0);
759 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(N0)) {
767 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
776 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(N0)) {
779 } else if (auto *S = dyn_cast<MCSymbolSDNode>(N0)) {
781 } else if (JumpTableSDNode *J = dyn_cast<JumpTableSDNode>(N0)) {
784 } else if (BlockAddressSDNode *BA = dyn_cast<BlockAddressSDNode>(N0)) {
807 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(N0)) {
811 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
816 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(N0)) {
    [all...]

Completed in 635 milliseconds

1 2