Home
last modified time | relevance | path

Searched refs:NS1 (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/SemaTemplate/
Doverload-candidates.cpp68 namespace NS1 { namespace
82 foo(NS1::array<int>()); // expected-error{{no matching function for call to 'foo'}} in test()
/external/llvm/test/DebugInfo/Generic/
Dnamespace.ll5 ; CHECK: [[NS1:0x[0-9a-f]*]]:{{ *}}DW_TAG_namespace
69 ; CHECK-NEXT: DW_AT_import{{.*}}=> {[[NS1]]})
81 ; CHECK-NEXT: DW_AT_import{{.*}}=> {[[NS1]]})
111 ; CHECK-NEXT: DW_AT_import{{.*}}=> {[[NS1]]})
/external/abi-compliance-checker/
Dabi-compliance-checker.pl13457 my $NS1 = $CompleteSignature{1}{$Symbol}{"NameSpace"};
13459 if((not $NS1 and not $NS2) or ($NS1 and $NS2 and $NS1 eq $NS2))