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

1234

/external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.deallocation/
H A Dp1.cpp7 namespace NS { namespace
/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;
73 // CHECK: [indexDeclaration]: kind: namespace | name: NS
79 // CHECK-NEXT: [indexEntityReference]: kind: namespace | name: NS
[all...]
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/
H A Dp2.cpp99 namespace NS { namespace in namespace:InhCtor
100 struct NS {}; struct in namespace:InhCtor::NS
102 struct DerivedFromNS : NS::NS {
104 using InhCtor::NS::NS; // expected-error {{using declaration in class refers into 'InhCtor::NS::', which is not a class}}
/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$
H A DRSSFeedUpdateEntryTask.java64 private static final String NS = ""; //$NON-NLS-1$ field in class:RSSFeedUpdateEntryTask
103 System.out.println(Messages.getString("RSSFeedUpdateEntryTask.SearchingFor") + SP + xpath + (!isNullString(replacement)?", " + Messages.getString("RSSFeedUpdateEntryTask.ReplacingWith") + " '" + replacement + "'":NS)); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$
244 System.out.print((debug>0?aNode.getNodeName() + " = ":NS) + aNode.getNodeValue()); //$NON-NLS-1$ //$NON-NLS-2$
246 System.out.println(isNullString(replacement)?NS:" => " + replacement); //$NON-NLS-1$ //$NON-NLS-2$
252 transformer.transform(new DOMSource(getParentNode(document,aNode,null,NS)), new StreamResult(System.out)); //$NON-NLS-1$
261 parentEntryNode = getParentNode(document, aNode, "entry", NS); //$NON-NLS-1$ //$NON-NLS-2$
/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);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
H A DRSSFeedWatcherTask.java54 private static final String NS = ""; //$NON-NLS-1$ field in class:RSSFeedWatcherTask
166 (debug>0?"-debug " + debug + SP:NS) + ("null".equals(commandline)?NS:commandline) + //$NON-NLS-1$ //$NON-NLS-2$
/external/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp41 static bool InNamespace(const Decl *D, StringRef NS) { argument
46 if (!II || !II->getName().equals(NS))
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
H A Dp1.cpp89 for (A NS:A()) { // expected-error {{no viable conversion from 'int' to 'X::A'}}
228 namespace NS { namespace
230 int *begin(ADL); // expected-note {{no known conversion from 'NS::NoADL' to 'NS::ADL'}}
235 int *begin(NS::NoADL);
236 int *end(NS::NoADL);
243 for (auto u : NS::ADL()) {
245 for (auto u : NS::NoADL()) { // expected-error {{invalid range expression of type 'NS::NoADL'; no viable 'begin' function available}}

Completed in 553 milliseconds

1234