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

1 2 3

  /external/clang/test/CodeCompletion/
using.cpp 2 namespace N3 { }
5 class N3;
14 int N3;
22 // CHECK-CC1: N3
namespace-alias.cpp 2 namespace N3 { }
5 class N3;
using-namespace.cpp 2 namespace N3 { }
5 class N3;
namespace.cpp 1 namespace N3 {
  /external/clang/test/ASTMerge/Inputs/
namespace1.cpp 15 namespace N3 {
namespace2.cpp 15 namespace N3 {
  /external/clang/test/Modules/Inputs/
namespaces-top.h 9 namespace N3 {
namespaces-right.h 22 namespace N3 {
  /external/clang/test/SemaTemplate/
instantiate-call.cpp 23 namespace N3 {
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}}
instantiate-expr-2.cpp 19 namespace N3 {
38 namespace N3 {
49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ;
53 namespace N3 {
54 eight_bytes operator-(::N3::Z);
65 typedef N4::UnaryOpOverload<N3::Z>::type UZ;
instantiate-expr-3.cpp 36 namespace N3 {
44 template struct N2::PlusEquals0<N3::Y, long, short&>;
46 template struct N2::PlusEquals0<N3::Y, int, short&>; // expected-note{{instantiation}}
temp_explicit.cpp 100 namespace N3 {
  /external/clang/test/PCH/
namespaces.cpp 27 namespace N3 {
33 N3::C *cp2;
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p2-template-id.cpp 13 namespace N3 {
  /external/clang/test/CXX/temp/temp.res/temp.local/
p1.cpp 18 template <int N1, const int& N2, const int* N3> struct X1 {
  /external/clang/test/PCH/Inputs/
namespaces.h 28 namespace N3 {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
StringSwitch.h 119 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3>
122 const char (&S2)[N2], const char (&S3)[N3],
127 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4>
130 const char (&S2)[N2], const char (&S3)[N3],
135 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4,
139 const char (&S2)[N2], const char (&S3)[N3],
145 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4,
149 const char (&S2)[N2], const char (&S3)[N3],
155 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4,
159 const char (&S2)[N2], const char (&S3)[N3],
    [all...]
  /external/llvm/include/llvm/ADT/
StringSwitch.h 116 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3>
119 const char (&S2)[N2], const char (&S3)[N3],
125 (N3-1 == Str.size() && std::memcmp(S3, Str.data(), N3-1) == 0))) {
132 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4>
135 const char (&S2)[N2], const char (&S3)[N3],
141 (N3-1 == Str.size() && std::memcmp(S3, Str.data(), N3-1) == 0) ||
  /external/google-fruit/include/fruit/impl/meta/
numeric_operations.h 48 template <typename N0, typename N1, typename N2, typename N3, typename N4, typename... Ints>
49 struct apply<N0, N1, N2, N3, N4, Ints...> {
50 using type = Int<N0::value + N1::value + N2::value + N3::value + N4::value + apply<Ints...>::type::value>;
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringSwitch.h 96 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3>
98 const char (&S2)[N2], const char (&S3)[N3],
103 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4>
105 const char (&S2)[N2], const char (&S3)[N3],
  /external/clang/test/Modules/
namespaces.cpp 26 int &ir3 = N3::f(1);
35 double &dr2 = N3::f(1.0);
  /external/cldr/tools/java/org/unicode/cldr/util/
XChoiceFormat.java 23 N3,
43 case N3:
  /external/speex/libspeexdsp/
preprocess.c 394 int N, N3, N4, M;
422 N3 = 2*N - st->frame_size;
423 N4 = st->frame_size - N3;
466 st->inbuf = (spx_word16_t*)speex_alloc(N3*sizeof(spx_word16_t));
467 st->outbuf = (spx_word16_t*)speex_alloc(N3*sizeof(spx_word16_t));
469 conj_window(st->window, 2*N3);
470 for (i=2*N3;i<2*st->ps_size;i++)
475 for (i=N3-1;i>=0;i--)
477 st->window[i+N3+N4]=st->window[i+N3];
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelDAGToDAG.cpp 155 SDValue N3 = Node->getOperand(3);
159 Node = CurDAG->UpdateNodeOperands(Node, Chain, N1, R6Reg, N3);
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
p3.cpp 62 namespace N3 {

Completed in 2844 milliseconds

1 2 3