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

12

/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 Ddebug-info-gline-tables-only.cpp6 namespace NS { namespace
19 NS::C c;
20 NS::D d;
21 NS::E e;
H A Dmangle-subst.cpp50 namespace NS { namespace
62 namespace NS { namespace
66 namespace NS { namespace
H A Dpredefined-expr.cpp4 // CHECK: private unnamed_addr constant [26 x i8] c"void NS::externFunction()\00"
10 // CHECK: private unnamed_addr constant [122 x i8] c"static void ClassWithTemplateTemplateParam<char, NS::ClassTemplate>::staticMember() [T = char, Param = NS::ClassTemplate]\00"
21 // CHECK: private unnamed_addr constant [77 x i8] c"void NS::ClassTemplate<NS::Base *>::classTemplateFunction() [T = NS::Base *]\00"
22 // CHECK: private unnamed_addr constant [63 x i8] c"void NS::ClassTemplate<int>::classTemplateFunction() [T = int]\00"
25 // CHECK: private unnamed_addr constant [53 x i8] c"void NS::Base::functionTemplate1(T) [T = NS::Base *]\00"
26 // CHECK: private unnamed_addr constant [46 x i8] c"void NS
125 namespace NS { namespace
[all...]
/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 Dchain-friend-instantiation.cpp8 namespace NS { namespace
20 class TClass: public NS::TBaseClass<T>
27 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/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'?}}
H A Dnested-name-spec.cpp290 namespace NS { namespace in namespace:PR13033
291 int a; // expected-note {{'NS::a' declared here}}
292 int longer_b; //expected-note {{'NS::longer_b' declared here}}
297 int foobar = a + longer_b; // expected-error {{use of undeclared identifier 'a'; did you mean 'NS::a'?}} \
298 // expected-error {{use of undeclared identifier 'longer_b'; did you mean 'NS::longer_b'?}}
/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
31 namespace NS { namespace
32 void NS::foo() {} // expected-warning{{extra qualification on member 'foo'}}
33 int NS::bar; // expected-warning{{extra qualification on member 'bar'}}
34 struct NS::X { }; // expected-warning{{extra qualification on member 'X'}}
35 template<typename T> struct NS::Y; // expected-warning{{extra qualification on member 'Y'}}
36 template<typename T> void NS::wibble(T) { } // expected-warning{{extra qualification on member 'wibble'}}
/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/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/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
H A Dp1.cpp64 for (A NS:A()) { // expected-error {{no viable conversion from 'int' to 'A'}}
203 namespace NS { namespace
205 int *begin(ADL); // expected-note {{no known conversion from 'NS::NoADL' to 'NS::ADL'}}
210 int *begin(NS::NoADL);
211 int *end(NS::NoADL);
218 for (auto u : NS::ADL()) {
220 for (auto u : NS::NoADL()) { // expected-error {{invalid range expression of type 'NS::NoADL'; no viable 'begin' function available}}
/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.cpp40 static bool InNamespace(const Decl *D, StringRef NS) { argument
45 if (!II || !II->getName().equals(NS))
/external/clang/lib/AST/
H A DNestedNameSpecifier.cpp60 NestedNameSpecifier *Prefix, NamespaceDecl *NS) {
61 assert(NS && "Namespace cannot be NULL");
68 Mockup.Specifier = NS;
59 Create(const ASTContext &Context, NestedNameSpecifier *Prefix, NamespaceDecl *NS) argument
/external/clang/test/CXX/class.access/class.friend/
H A Dp1.cpp293 namespace NS { namespace in namespace:test10
302 NS::bar->foo();
306 NS::bar->foo(); // expected-error {{private member}}
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DfeedTools.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/releng/ org/eclipse/releng/util/ ...

Completed in 315 milliseconds

12