HomeSort by relevance Sort by last modified time
    Searched full:namespace (Results 51 - 75 of 28094) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/tests/build/cpp-extensions/jni/
foo3.cxx 0 namespace cpp {
9 } // namespace cp
foo4.cpp 0 namespace cpp {
9 } // namespace cpp
foo6.CPP 0 namespace cpp {
9 } // namespace cp
  /external/clang/test/Parser/
cxx-namespace-alias.cpp 3 namespace A = B; // expected-error{{namespace name}}
5 namespace A = !; // expected-error {{expected namespace name}}
6 namespace A = A::!; // expected-error {{expected namespace name}} \
cxx1z-attributes.cpp 3 namespace [[]] foo {}
4 namespace [[]] {}
5 namespace [[]] bad = foo; // expected-error {{attributes cannot be specified on namespace alias}}
7 namespace [[]] A::B {} // expected-error {{attributes cannot be specified on a nested namespace definition}}
namespaces.cpp 4 namespace g { enum { o = 0 }; }
7 namespace a { typedef g::o o; } // expected-error{{namespaces can only be defined in global or namespace scope}}
11 namespace PR14085 {}
12 namespace = PR14085; // expected-error {{expected identifier}}
15 int k = ({namespace {}}); // expected-error {{statement expression not allowed at file scope}}
  /external/clang/test/SemaCXX/
namespace.cpp 2 namespace A { // expected-note 2 {{previous definition is here}}
7 void f() { A = 0; } // expected-error {{unexpected namespace name 'A': expected expression}}
15 namespace C {} // expected-error {{redefinition of 'C' as different kind of symbol}}
17 namespace D {
21 namespace S1 {
24 namespace S2 {
26 namespace S3 {
32 namespace S1 {
37 namespace S2 {
39 namespace S3
    [all...]
warn-using-namespace-in-header.cpp 4 namespace warn_in_header_in_global_context {}
5 using namespace warn_in_header_in_global_context; // expected-warning {{using namespace directive in global context in header}}
8 // inside a namespace
9 namespace dont_warn_here {
10 using namespace warn_in_header_in_global_context;
14 namespace warn_inside_linkage {}
16 using namespace warn_inside_linkage; // expected-warning {{using namespace directive in global context in header}}
23 using namespace warn_inside_linkage; // expected-warning {{using namespace directive in global context in header}
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
placeholders.hpp 16 namespace boost { namespace mpl {
20 namespace placeholders {
32 namespace boost { namespace mpl {
36 namespace placeholders {
45 namespace boost { namespace mpl {
49 namespace placeholders {
58 namespace boost { namespace mpl
    [all...]
  /external/clang/test/PCH/
chain-late-anonymous-namespace.cpp 10 namespace ns {}
11 namespace os {}
16 namespace ns {
17 namespace {
22 namespace {
25 namespace {
28 namespace os {
30 namespace {
38 namespace ns {
39 namespace {
    [all...]
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p6-cxx0x.cpp 4 namespace A {
5 namespace B { }
8 using A::B; // expected-error{{using declaration cannot refer to namespace}}
p10.cpp 4 namespace test0 {
5 namespace ns0 {
10 namespace ns1 {
14 namespace ns2 {
23 namespace test1 {
24 namespace ns {
31 namespace ns {
37 namespace PR14768 {
  /external/clang/test/Modules/Inputs/
using-decl-b.h 0 namespace UsingDecl {
2 namespace B { typedef int inner; }
8 namespace UsingDecl {
using-decl-a.h 4 namespace UsingDecl {
8 namespace A { typedef int inner; }
  /external/v8/src/compiler/
operator.cc 7 namespace v8 {
8 namespace internal {
9 namespace compiler {
24 } // namespace compiler
25 } // namespace internal
26 } // namespace v8
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
real_cast.hpp 13 namespace boost{ namespace math
15 namespace tools
22 } // namespace tools
23 } // namespace math
24 } // namespace boost
  /external/clang/test/CodeCompletion/
namespace-alias.cpp 0 namespace N4 {
2 namespace N3 { }
7 namespace N2 {
8 namespace I1 { }
9 namespace I4 = I1;
10 namespace I5 { }
11 namespace I1 { }
13 namespace New =
using-namespace.cpp 0 namespace N4 {
2 namespace N3 { }
7 namespace N2 {
8 namespace I1 { }
9 namespace I4 = I1;
10 namespace I5 { }
11 namespace I1 { }
14 using namespace
  /external/clang/test/Index/Inputs/CommentXML/
valid-namespace-01.xml 2 <Namespace>
5 </Namespace>
  /external/eigen/doc/snippets/
compile_snippet.cpp.in 4 using namespace Eigen;
5 using namespace std;
  /external/libxml2/result/namespaces/
err_7.xml.err 1 ./test/namespaces/err_7.xml:1: namespace error : Namespace prefix f on foo is not defined
  /external/lzma/CPP/Windows/
MemoryLock.h 6 namespace NWindows {
7 namespace NSecurity {
System.h 8 namespace NWindows {
9 namespace NSystem {
  /external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/tasks/build/
compile.rake 0 namespace :build do
minify.rake 0 namespace :build do

Completed in 1350 milliseconds

1 23 4 5 6 7 8 91011>>