Searched defs:NS (Results 1 - 25 of 109) sorted by relevance

12345

/external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.deallocation/
H A Dp1.cpp7 namespace NS { namespace
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/
H A DNS.py18 class NS(dns.rdtypes.nsbase.NSBase): class in inherits:dns.rdtypes.nsbase.NSBase
19 """NS record"""
/external/clang/test/CodeGenCXX/
H A Dmangle-std-externc.cpp10 namespace NS { namespace
26 return NS::D<NS::C>::i;
H A Dfuncsig.cpp21 namespace NS { namespace
28 // CHECK: @"\01??_C@_0ED@PFDKIEBA@void?5__thiscall?5NS?3?3NamespacedCl@" = linkonce_odr unnamed_addr constant [{{.*}} x i8] c"void __thiscall NS::NamespacedClass::namespacedMethod(int *, char)\00"
H A Ddebug-info-gline-tables-only.cpp6 namespace NS { namespace
26 NS::C c;
27 NS::D d;
28 NS::E e;
29 NS::F f;
H A Dmangle-subst.cpp50 namespace NS { namespace
62 namespace NS { namespace
66 namespace NS { namespace
/external/clang/test/PCH/
H A Dchain-staticvar-instantiation.cpp11 namespace NS { namespace
33 int g2 = NS::TS<int, 2>::value;
42 int g3 = NS::TS<int, 2>::value;
H A Dcxx-for-range.h12 namespace NS { namespace
17 using NS::U;
H A Dchain-friend-instantiation.cpp9 namespace NS { namespace
21 class TClass: public NS::TBaseClass<T>
28 namespace NS { namespace
/external/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
H A Dp3.cpp5 namespace NS { namespace in namespace:Class
8 using namespace NS;
20 namespace NS { namespace in namespace:Alias
23 using namespace NS;
25 using C = NS::C; // ok, same type
/external/clang/test/Index/skip-parsed-bodies/
H A Dt.h6 namespace NS { namespace
14 inline int NS::C::method_def2() {
/external/clang/test/SemaCXX/
H A Dwarn-missing-prototypes.cpp5 namespace NS { namespace
H A Dfor-range-no-std.cpp16 namespace NS { namespace
28 NS::iter begin(NS::NoADL); // expected-note {{not viable}}
29 NS::iter end(NS::NoADL);
36 for (int b : NS::ADL()) {} // ok
37 for (int b : NS::NoADL()) {} // expected-error {{invalid range expression of type 'NS::NoADL'}}
H A Delaborated-type-specifier.cpp19 namespace NS { namespace
22 void test_elab2(struct S4 *s4); // expected-note{{'NS::S4' declared here}}
28 void test_X_elab(NS::X x) {
30 x.test_elab2(s4); // expected-error{{cannot initialize a parameter of type 'NS::S4 *' with an lvalue of type 'struct S4 *'}}
33 namespace NS { namespace
38 S4 *s4; // expected-error{{unknown type name 'S4'; did you mean 'NS::S4'?}}
/external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.allocation/
H A Dp1.cpp8 namespace NS { namespace
/external/clang/test/CXX/dcl.decl/dcl.meaning/
H A Dp1.cpp24 namespace NS { namespace
32 namespace NS { namespace
35 void NS::foo(); // expected-warning {{extra qualification}}
36 extern int NS::bar; // expected-warning {{extra qualification}}
37 struct NS::X; // expected-error {{forward declaration of struct cannot have a nested name specifier}} expected-warning {{extra qualification}}
38 template<typename T> struct NS::Y; // expected-error {{forward declaration of struct cannot have a nested name specifier}} expected-warning {{extra qualification}}
39 template<typename T> void NS::wibble(T); // expected-warning {{extra qualification}}
41 void NS::foo() {} // expected-warning{{extra qualification on member 'foo'}}
42 int NS::bar; // expected-warning{{extra qualification on member 'bar'}}
43 struct NS
[all...]
/external/clang/test/CodeGen/
H A Dsanitize-init-order.cpp6 // RUN: echo "type:NS::PODWithCtor=init" >> %t-type.blacklist
29 namespace NS { namespace
44 // CHECK: ![[GLOB_4]] = !{{{.*}}class.NS::PODWithCtor{{.*}}, i1 true, i1 false}
50 // BLACKLIST: ![[GLOB_4]] = !{{{.*}}class.NS::PODWithCtor{{.*}}, i1 false, i1 false}
/external/clang/test/Index/
H A Dfile-refs.cpp1 namespace NS { namespace
9 void NS::C::m() {
15 NS::C c1();
16 NS::C c2 = NS::C();
52 // CHECK: NamespaceRef=NS:1:11
53 // CHECK-NEXT: Namespace=NS:1:11 (Definition) =[1:11 - 1:13]
54 // CHECK-NEXT: NamespaceRef=NS:1:11 =[9:6 - 9:8]
55 // CHECK-NEXT: NamespaceRef=NS:1:11 =[15:3 - 15:5]
56 // CHECK-NEXT: NamespaceRef=NS
[all...]
H A Dindex-refs.cpp2 namespace NS { namespace
11 NS::MyInt NS::gx = EnumVal;
14 NS::MyInt x;
37 namespace NS { namespace
42 using namespace NS;
43 using namespace NS::Inn;
44 using NS::Foo;
75 // CHECK: [indexDeclaration]: kind: namespace | name: NS
81 // CHECK-NEXT: [indexEntityReference]: kind: namespace | name: NS
[all...]
/external/clang/test/Modules/
H A Dno-linkage.cpp6 namespace NS { int n; } // expected-note {{candidate}} namespace
10 namespace RealNS = NS; // expected-note {{candidate}}
32 use(NS::n);
47 use(NS::n); // expected-error {{ambiguous}}
/external/llvm/test/tools/llvm-symbolizer/pdb/Inputs/
H A Dtest.cpp4 namespace NS { namespace
19 NS::Foo f;
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/
H A Dp2.cpp100 namespace NS { namespace in namespace:InhCtor
101 struct NS {}; struct in namespace:InhCtor::NS
103 struct DerivedFromNS : NS::NS {
105 using InhCtor::NS::NS; // expected-error {{using declaration in class refers into 'InhCtor::NS::', which is not a class}}
/external/compiler-rt/test/profile/
H A Dinstrprof-value-prof-2.c45 unsigned S, NS = 10, V; local
64 for (S = 0; S < NS; S++) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
H A DRSSFeedCreateFeedTask.java45 private static final String NS = ""; //$NON-NLS-1$ field in class:RSSFeedCreateFeedTask
92 sb.append(" <link rel=\"self\" type=\"application/atom+xml\" href=\"" + (!isNullString(feedURL)?feedURL:NS) + "\"/>" + NL); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
95 sb.append(" <name>" + (!isNullString(project)?project + SP : NS) + Messages.getString("RSSFeedCreateFeedTask.BuildTeam") + "</name>" + NL); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$
97 sb.append(" <id>" + (!isNullString(feedURL)?feedURL:NS) + "</id>" + NL); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp2.cpp90 namespace NS { namespace in namespace:test5
94 void bar(NS::A& a);

Completed in 910 milliseconds

12345