/external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/ |
D | p1.cpp | 6 struct ns1 {}; struct 11 namespace ns1 { namespace 24 namespace test3 = ns1; 28 using namespace ns1;
|
/external/llvm/test/Transforms/InstCombine/ |
D | extractvalue.ll | 19 %ns1.1 = insertvalue {i32, {i32, i32}} undef, i32 %v1, 0 20 %ns1.2 = insertvalue {i32, {i32, i32}} %ns1.1, i32 %v1, 1, 0 21 %ns1 = insertvalue {i32, {i32, i32}} %ns1.2, i32 %v2, 1, 1 22 %s2 = extractvalue {i32, {i32, i32}} %ns1, 1 23 %v3 = extractvalue {i32, {i32, i32}} %ns1, 1, 1 27 %s3 = extractvalue {i32, {i32, i32}} %ns1, 1
|
/external/clang/test/SemaCXX/ |
D | using-decl-1.cpp | 86 namespace ns1 { struct Bar : ns0::Foo {}; } namespace 88 namespace ns1 { using A::foo; } namespace 89 namespace ns2 { struct Baz : ns1::Bar {}; }
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p10.cpp | 9 namespace ns1 { namespace 17 using ns1::tag;
|
/external/libxml2/ |
D | c14n.c | 434 xmlNsPtr ns1 = cur->nsTab[i]; in xmlC14NVisibleNsStackFind() local 436 if(xmlC14NStrEqual(prefix, (ns1 != NULL) ? ns1->prefix : NULL)) { in xmlC14NVisibleNsStackFind() 437 return(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL)); in xmlC14NVisibleNsStackFind() 467 xmlNsPtr ns1 = cur->nsTab[i]; in xmlExcC14NVisibleNsStackFind() local 469 if(xmlC14NStrEqual(prefix, (ns1 != NULL) ? ns1->prefix : NULL)) { in xmlExcC14NVisibleNsStackFind() 470 if(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL)) { in xmlExcC14NVisibleNsStackFind() 471 return(xmlC14NIsVisible(ctx, ns1, cur->nodeTab[i])); in xmlExcC14NVisibleNsStackFind() 514 xmlC14NNsCompare(xmlNsPtr ns1, xmlNsPtr ns2) in xmlC14NNsCompare() argument 516 if (ns1 == ns2) in xmlC14NNsCompare() 518 if (ns1 == NULL) in xmlC14NNsCompare() [all …]
|
D | xpath.c | 3503 xmlNsPtr ns1, ns2; in xmlXPathNodeSetContains() local 3505 ns1 = (xmlNsPtr) val; in xmlXPathNodeSetContains() 3507 if (ns1 == ns2) in xmlXPathNodeSetContains() 3509 if ((ns1->next != NULL) && (ns2->next == ns1->next) && in xmlXPathNodeSetContains() 3510 (xmlStrEqual(ns1->prefix, ns2->prefix))) in xmlXPathNodeSetContains() 6521 xmlNodeSetPtr ns1; in xmlXPathCompareNodeSets() local 6536 ns1 = arg1->nodesetval; in xmlXPathCompareNodeSets() 6539 if ((ns1 == NULL) || (ns1->nodeNr <= 0)) { in xmlXPathCompareNodeSets() 6557 for (i = 0;i < ns1->nodeNr;i++) { in xmlXPathCompareNodeSets() 6558 val1 = xmlXPathCastNodeToNumber(ns1->nodeTab[i]); in xmlXPathCompareNodeSets() [all …]
|
/external/clang/test/SemaObjCXX/ |
D | arc-unavailable-for-weakref.mm | 13 __weak NSOptOut1072 *ns1; // expected-error {{class is incompatible with __weak references}} 17 …ns1 = (__weak sub *)obj; // expected-error {{assignment of a weak-unavailable object to a __weak o…
|
/external/clang/test/SemaObjC/ |
D | arc-unavailable-for-weakref.m | 13 __weak NSOptOut1072 *ns1; // expected-error {{class is incompatible with __weak references}} 17 …ns1 = (__weak sub *)obj; // expected-error {{assignment of a weak-unavailable object to a __weak o…
|
D | format-strings-objc.m | 104 NSString * const ns1 = @"constant string %s"; // expected-note {{format string is defined here}} 105 NSLog(ns1); // expected-warning {{more '%' conversions than data arguments}} 109 NSString * ns3 = ns1;
|
/external/icu4c/test/intltest/ |
D | numfmtst.cpp | 3016 NumberingSystem *ns1 = new NumberingSystem(*ns); in TestNumberingSystems() local 3017 if (ns1 == NULL) { in TestNumberingSystems() 3021 delete ns1; in TestNumberingSystems()
|