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

1 2

  /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 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) { }
48 namespace N0 {
72 void N0::X0<T>::ft1(T t, U u) {
76 template<typename T> T N0::X0<T>::member;
78 template<> struct N0::X0<void> { };
79 N0::X0<void> test_X0;
82 template<> struct N0::X0<const void> { }; // expected-error{{class template specialization of 'X0' must originally be d (…)
    [all...]
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p3.cpp 5 namespace N0 {
  /external/llvm/include/llvm/ADT/
StringSwitch.h 84 template<unsigned N0, unsigned N1>
85 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1],
90 template<unsigned N0, unsigned N1, unsigned N2>
91 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1],
96 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3>
97 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1],
103 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4>
104 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1],
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 249 SDValue SimplifySelect(DebugLoc DL, SDValue N0, SDValue N1, SDValue N2);
250 SDValue SimplifySelectCC(DebugLoc DL, SDValue N0, SDValue N1, SDValue N2,
253 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
261 SDValue MatchBSwapHWordLow(SDNode *N, SDValue N0, SDValue N1,
263 SDValue MatchBSwapHWord(SDNode *N, SDValue N0, SDValue N1);
560 SDValue N0, N1, N2;
561 if (isSetCCEquivalent(N, N0, N1, N2) && N.getNode()->hasOneUse())
567 SDValue N0, SDValue N1) {
568 EVT VT = N0.getValueType();
569 if (N0.getOpcode() == Opc && isa<ConstantSDNode>(N0.getOperand(1)))
    [all...]
TargetLowering.cpp     [all...]
InstrEmitter.cpp 488 SDValue N0 = Node->getOperand(0);
521 const ConstantSDNode *SD = cast<ConstantSDNode>(N0);
524 AddOperand(MI, N0, 0, 0, VRBaseMap, /*IsDebug=*/false,
    [all...]
  /external/llvm/unittests/Support/
MDBuilderTest.cpp 83 MDNode *N0 = MDHelper.createTBAANode("Node", R);
87 EXPECT_EQ(N0, N3);
88 EXPECT_NE(N0, N1);
89 EXPECT_NE(N0, N2);
90 EXPECT_GE(N0->getNumOperands(), 2U);
93 EXPECT_TRUE(isa<MDString>(N0->getOperand(0)));
96 EXPECT_EQ(cast<MDString>(N0->getOperand(0))->getString(), "Node");
99 EXPECT_EQ(N0->getOperand(1), R);
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
p4.cpp 11 namespace N0 {
  /external/clang/test/CXX/temp/temp.arg/temp.arg.type/
p2.cpp 22 namespace N0 {
  /external/clang/test/SemaCXX/
linkage-spec.cpp 30 namespace N0 {
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 145 SDValue N0 = N.getOperand(0);
147 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(N0)) {
151 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
156 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(N0)) {
159 } else if (JumpTableSDNode *J = dyn_cast<JumpTableSDNode>(N0)) {
163 AM.BlockAddr = cast<BlockAddressSDNode>(N0)->getBlockAddress();
164 //AM.SymbolFlags = cast<BlockAddressSDNode>(N0)->getTargetFlags();
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 618 SDValue N0 = N.getOperand(0);
631 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(N0)) {
639 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
648 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(N0)) {
651 } else if (JumpTableSDNode *J = dyn_cast<JumpTableSDNode>(N0)) {
655 AM.BlockAddr = cast<BlockAddressSDNode>(N0)->getBlockAddress();
656 AM.SymbolFlags = cast<BlockAddressSDNode>(N0)->getTargetFlags();
671 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(N0)) {
675 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
680 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(N0)) {
    [all...]
X86ISelLowering.cpp     [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 157 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,
162 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/ARM/
ARMISelLowering.cpp     [all...]
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 605 SDValue N0 = Op.getOperand(0);
609 if (N0.getOpcode() == ISD::ADD) {
610 AddOp = N0;
614 OtherOp = N0;
    [all...]
  /external/bison/src/
reduce.c 65 | then do subset tests against N0, but even for the C grammar the |
70 useful_production (rule_number r, bitset N0)
78 if (ISVAR (*rhsp) && !bitset_test (N0, *rhsp - ntokens))
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 816 SDValue N0 = N->getOperand(0);
817 if (N0.getOpcode() == ISD::SETCC) {
818 SDValue N00 = N0.getOperand(0);
823 SDValue N01 = N0.getOperand(1);
824 SDValue N02 = N0.getOperand(2);
836 N0.getNode()->getValueType(N0.getResNo()) == MVT::i1 &&
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-member-template.cpp 120 namespace N0 {
  /external/openssl/crypto/bn/asm/
ppc64-mont.pl 106 $n0="r7";
152 $N0="f20"; $N1="f21"; $N2="f22"; $N3="f23";
245 ld $n0,0($n0) ; pull n0[0] value
249 mr $t1,$n0
252 lwz $n0,0($t1) ; pull n0[0,1] value
257 insrdi $n0,$t1,32,0
271 mulld $t7,$t7,$n0 ; tp[0]*n
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 4930 milliseconds

1 2