/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/ |
p2.cpp | 90 namespace NS { 94 void bar(NS::A& a);
|
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/ |
p1.cpp | 91 for (A NS:A()) { // expected-error {{no viable conversion from 'int' to 'X::A'}} 235 namespace NS { 237 int *begin(ADL); // expected-note {{no known conversion from 'NS::NoADL' to 'NS::ADL'}} 242 int *begin(NS::NoADL); 243 int *end(NS::NoADL); 250 for (auto u : NS::ADL()) { 252 for (auto u : NS::NoADL()) { // expected-error {{invalid range expression of type 'NS::NoADL'; no viable 'begin' function available}}
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
HexagonMCChecker.h | 102 NewSense NS = { /*PredReg=*/ 0, /*IsFloat=*/ false, /*IsNVJ=*/ isNVJ, 104 return NS; 107 NewSense NS = { /*PredReg=*/ PR, /*IsFloat=*/ false, /*IsNVJ=*/ false, 109 return NS; 112 NewSense NS = { /*PredReg=*/ PR, /*IsFloat=*/ Float, /*IsNVJ=*/ false, 114 return NS;
|
/external/ltp/testcases/network/stress/dns/ |
dns-stress | 33 DOMAIN="ltp-ns.org" 79 file "ltp-ns.zone"; 84 file "ltp-ns.rev"; 89 cat << EOD > ltp-ns.zone 98 IN NS dns.$DOMAIN. 104 printf "dns\tIN\tA\t$net.1\n" >> ltp-ns.zone 107 printf "node$id\tIN\tA\t$net.$id\n" >> ltp-ns.zone 112 cat << EOD > ltp-ns.rev 121 IN NS dns.$DOMAIN. 126 printf "$id\tIN\tPTR\tnode$id.$DOMAIN.\n" >> ltp-ns.re [all...] |
/system/nfc/src/nfc/include/ |
llcp_defs.h | 42 #define LLCP_GET_SEQUENCE(NS, NR) (((uint8_t)(NS) << 4) | (uint8_t)(NR))
|
/external/llvm/lib/IR/ |
DebugInfo.cpp | 75 else if (auto *NS = dyn_cast<DINamespace>(Entity)) 76 processScope(NS->getScope()); 136 } else if (auto *NS = dyn_cast<DINamespace>(Scope)) { 137 processScope(NS->getScope());
|
/external/clang/lib/Tooling/Core/ |
QualTypeNames.cpp | 206 if (const auto *NS = dyn_cast<NamespaceDecl>(DC)) { 207 while (NS && NS->isInline()) { 209 NS = dyn_cast<NamespaceDecl>(NS->getDeclContext()); 211 if (NS->getDeclName()) { 212 return createNestedNameSpecifier(Ctx, NS, WithGlobalNsPrefix);
|
/external/clang/lib/Sema/ |
SemaStmtAsm.cpp | 161 GCCAsmStmt *NS = new (Context) GCCAsmStmt( 164 return NS; 347 GCCAsmStmt *NS = 355 if (unsigned DiagID = NS->AnalyzeAsmString(Pieces, Context, DiagOffs)) { 368 unsigned NumOperands = NS->getNumOutputs() + NS->getNumInputs(); 373 unsigned I = 0, E = NS->getNumOutputs(); 419 return StmtError(Diag(NS->getOutputExpr(i)->getLocStart(), 432 return StmtError(Diag(NS->getInputExpr(i)->getLocStart(), 449 Diag(NS->getInputExpr(i)->getLocStart() [all...] |
/external/clang/test/CXX/class.access/class.friend/ |
p1.cpp | 198 namespace ns { namespace in namespace:test5 202 class ns::A { 207 namespace ns { namespace in namespace:test5 294 namespace NS { 303 NS::bar->foo(); 307 NS::bar->foo(); // expected-error {{private member}}
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
PDBFile.cpp | 282 auto NS = MappedBlockStream::createIndexedStream(NameStreamIndex, *this); 283 if (!NS) 284 return NS.takeError(); 286 StreamReader Reader(**NS); 291 StringTableStream = std::move(*NS);
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/ |
arithmetic.d | 20 1e: 04 c4 3a 0e R7 = R7 \+ R2 \(NS\); 24 2e: 02 c4 35 0c R6.L = R6.L \+ R5.L \(NS\); 149 17e: 07 c4 10 ce R7 = -R2 \(NS\); 174 1c0: 04 c4 11 46 R3 = R2 - R1 \(NS\); 176 1c8: 23 c4 1b 40 R0.H = R3.L - R3.H \(NS\);
|
vector2.d | 292 470: 04 c4 81 86 R2 = R0 \+ R1, R3 = R0 - R1 \(NS\); 293 474: 04 c4 c1 81 R7 = R0 \+ R1, R0 = R0 - R1 \(NS\); 294 478: 04 c4 8a 83 R6 = R1 \+ R2, R1 = R1 - R2 \(NS\); 295 47c: 04 c4 53 85 R5 = R2 \+ R3, R2 = R2 - R3 \(NS\); 296 480: 04 c4 1c 87 R4 = R3 \+ R4, R3 = R3 - R4 \(NS\); 297 484: 04 c4 e5 88 R3 = R4 \+ R5, R4 = R4 - R5 \(NS\); 298 488: 04 c4 ae 8a R2 = R5 \+ R6, R5 = R5 - R6 \(NS\); 299 48c: 04 c4 77 8c R1 = R6 \+ R7, R6 = R6 - R7 \(NS\); 300 490: 04 c4 38 8e R0 = R7 \+ R0, R7 = R7 - R0 \(NS\); 310 4b8: 11 c4 [0-3][[:xdigit:]] 02 R0 = A1 \+ A0, R1 = A1 - A0 \(NS\); [all...] |
/external/clang/lib/Lex/ |
Pragma.cpp | 762 PragmaNamespace *NS = PragmaHandlers.get(); 769 NS = Existing->getIfNamespace(); 770 assert(NS && "Invalid namespace, registered as a regular pragma handler!"); 773 NS->RemovePragmaHandler(Handler); 776 if (NS != PragmaHandlers.get() && NS->IsEmpty()) { 777 PragmaHandlers->RemovePragmaHandler(NS); 778 delete NS; 969 explicit PragmaDiagnosticHandler(const char *NS) : 970 PragmaHandler("diagnostic"), Namespace(NS) { [all...] |
/external/llvm/lib/ProfileData/ |
InstrProfWriter.cpp | 315 uint32_t NS = Func.getNumValueSites(VK); 316 if (!NS) 319 OS << "# NumValueSites:\n" << NS << "\n"; 320 for (uint32_t S = 0; S < NS; S++) {
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/ |
fp_cvt_int.s | 80 do_fcvt NS, \fbits, \reg
|
/external/abi-dumper/ |
abi-dumper.pl | [all...] |
/external/arm-neon-tests/ |
ref_vreinterpret.c | 41 #define TEST_VREINTERPRET(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ 43 vreinterpret##Q##_##T2##W##_##TS2##WS(VECT_VAR(vector, TS1, WS, NS)); \ 48 #define TEST_VREINTERPRET_POLY(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ 50 vreinterpret##Q##_##T2##W##_##TS2##WS(VECT_VAR(vector, TS1, WS, NS)); \ 55 #define TEST_VREINTERPRET_FP(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ 57 vreinterpret##Q##_##T2##W##_##TS2##WS(VECT_VAR(vector, TS1, WS, NS)); \ 63 #define TEST_VREINTERPRET_FP16(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ 65 vreinterpret##Q##_##T2##W##_##TS2##WS(VECT_VAR(vector, TS1, WS, NS)); \
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
LLVMConventionsChecker.cpp | 40 /// namespace named by ns. 41 static bool InNamespace(const Decl *D, StringRef NS) { 46 if (!II || !II->getName().equals(NS))
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/break_rules/ |
line.txt | 46 NS = [[:LineBreak = Nonstarter:] CJ]; # CSS Strict tailoring: CJ resolves to NS. 89 LB16: (CL | CP)CM* SP* NS; 148 LB21.1: . CM* [BA HY NS]; 190 LB30a.1: RI CM* RI CM* [BK CR LF NL SP ZW WJ GL CL CP EX IS SY QU BA HY NS];
|
line_loose.txt | 18 # * before iteration marks 3005, 303B, 309D, 309E, 30FD, 30FE (all NS) 54 NS = [[:LineBreak = Nonstarter:] - NSX]; 97 LB16: (CL | CP)CM* SP* NS; 156 LB21.1: . CM* [BA HY NS]; 198 LB30a.1: RI CM* RI CM* [BK CR LF NL SP ZW WJ GL CL CP EX IS SY QU BA HY NS];
|
line_loose_cj.txt | 23 # * before hyphens 2010 & 2013 (both BA) and 301C, 30A0 (both NS) 24 # * before iteration marks 3005, 303B, 309D, 309E, 30FD, 30FE (all NS) 27 # FF65 (all NS) and FF01, FF1F (both EX). 69 NS = [[:LineBreak = Nonstarter:] - NSX]; 114 LB16: (CL | CP)CM* SP* NS; 176 LB21.1: . CM* [BA HY NS]; 219 LB30a.1: RI CM* RI CM* [BK CR LF NL SP ZW WJ GL CL CP EX IS SY QU BA HY NS];
|
line_normal.txt | 60 NS = [:LineBreak = Nonstarter:]; 103 LB16: (CL | CP)CM* SP* NS; 162 LB21.1: . CM* [BA HY NS]; 204 LB30a.1: RI CM* RI CM* [BK CR LF NL SP ZW WJ GL CL CP EX IS SY QU BA HY NS];
|
line_normal_cj.txt | 27 # * before hyphens 2010 & 2013 (both BA) and 301C, 30A0 (both NS) 62 NS = [[:LineBreak = Nonstarter:] - NSX]; 106 # Do not break between closing punctuation and $NS, even with intervening spaces 108 LB16: (CL | CP)CM* SP* NS; 171 LB21.1: . CM* [BA HY NS]; 213 LB30a.1: RI CM* RI CM* [BK CR LF NL SP ZW WJ GL CL CP EX IS SY QU BA HY NS];
|
/external/icu/icu4c/source/test/testdata/break_rules/ |
line.txt | 46 NS = [[:LineBreak = Nonstarter:] CJ]; # CSS Strict tailoring: CJ resolves to NS. 89 LB16: (CL | CP)CM* SP* NS; 148 LB21.1: . CM* [BA HY NS]; 190 LB30a.1: RI CM* RI CM* [BK CR LF NL SP ZW WJ GL CL CP EX IS SY QU BA HY NS];
|
line_loose.txt | 18 # * before iteration marks 3005, 303B, 309D, 309E, 30FD, 30FE (all NS) 54 NS = [[:LineBreak = Nonstarter:] - NSX]; 97 LB16: (CL | CP)CM* SP* NS; 156 LB21.1: . CM* [BA HY NS]; 198 LB30a.1: RI CM* RI CM* [BK CR LF NL SP ZW WJ GL CL CP EX IS SY QU BA HY NS];
|