| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | DynamicType.cpp | 193 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 198 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 203 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 219 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 227 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 228 printJson(Pair.first, Out, NL, Space, IsDot) << ", "; in printJson() 229 return printJson(Pair.second, Out, NL, Space, IsDot); in printJson() 235 unsigned int Space, bool IsDot) { in printJsonContainer() argument 240 ++Space; in printJsonContainer() 245 Indent(Out, Space, IsDot) << "{ "; in printJsonContainer() [all …]
|
| H A D | ProgramState.cpp | 450 const char *NL, unsigned int Space, in printJson() argument 452 Indent(Out, Space, IsDot) << "\"program_state\": {" << NL; in printJson() 453 ++Space; in printJson() 458 Mgr.getStoreManager().printJson(Out, getStore(), NL, Space, IsDot); in printJson() 461 Env.printJson(Out, Mgr.getContext(), LCtx, NL, Space, IsDot); in printJson() 464 Mgr.getConstraintManager().printJson(Out, this, NL, Space, IsDot); in printJson() 467 printDynamicTypeInfoJson(Out, this, NL, Space, IsDot); in printJson() 470 Mgr.getOwningEngine().printJson(Out, this, LCtx, NL, Space, IsDot); in printJson() 472 --Space; in printJson() 473 Indent(Out, Space, IsDot) << '}'; in printJson() [all …]
|
| H A D | Environment.cpp | 217 unsigned int Space, bool IsDot) const { in printJson() argument 218 Indent(Out, Space, IsDot) << "\"environment\": "; in printJson() 225 ++Space; in printJson() 246 LCtx->printJson(Out, NL, Space, IsDot, [&](const LocationContext *LC) { in printJson() 249 unsigned int InnerSpace = Space + 1; in printJson() 296 Indent(Out, --Space, IsDot) << "]}," << NL; in printJson()
|
| H A D | CheckerManager.cpp | 709 unsigned int Space, in runCheckersForPrintStateJson() argument 711 Indent(Out, Space, IsDot) << "\"checker_messages\": "; in runCheckersForPrintStateJson() 716 unsigned int InnerSpace = Space + 2; in runCheckersForPrintStateJson() 724 ++Space; in runCheckersForPrintStateJson() 752 Indent(Out, Space, IsDot) in runCheckersForPrintStateJson() 757 Indent(Out, Space, IsDot) << "]}"; in runCheckersForPrintStateJson() 768 Indent(Out, --Space, IsDot) << "]"; in runCheckersForPrintStateJson()
|
| H A D | ExprEngine.cpp | 557 unsigned int Space = 0, bool IsDot = false) { in printObjectsUnderConstructionJson() argument 561 ++Space; in printObjectsUnderConstructionJson() 585 Indent(Out, Space, IsDot) << "{ "; in printObjectsUnderConstructionJson() 595 Indent(Out, --Space, IsDot) << ']'; // End of "location_context". in printObjectsUnderConstructionJson() 603 unsigned int Space, bool IsDot) const { in printJson() argument 604 Indent(Out, Space, IsDot) << "\"constructing_objects\": "; in printJson() 607 ++Space; in printJson() 609 LCtx->printJson(Out, NL, Space, IsDot, [&](const LocationContext *LC) { in printJson() 610 printObjectsUnderConstructionJson(Out, State, NL, LC, Space, IsDot); in printJson() 613 --Space; in printJson() [all …]
|
| H A D | RegionStore.cpp | 233 unsigned int Space = 0, bool IsDot = false) const { in printJson() argument 236 Indent(Out, Space, IsDot) in printJson() 240 ++Space; in printJson() 243 Indent(Out, Space, IsDot) << "{ " << CI.getKey() << ", \"value\": "; in printJson() 251 --Space; in printJson() 252 Indent(Out, Space, IsDot) << "]}"; in printJson() 639 unsigned int Space = 0, bool IsDot = false) const override; 2633 unsigned int Space, bool IsDot) const { in printJson() argument 2636 Indent(Out, Space, IsDot) << "\"store\": "; in printJson() 2644 Bindings.printJson(Out, NL, Space + 1, IsDot); in printJson() [all …]
|
| /netbsd-src/sys/external/bsd/acpica/dist/tools/examples/ |
| H A D | extables.c | 374 [0001] Space ID : 01 [SystemIO] 385 [0001] Space ID : 01 [SystemIO] 392 [0001] Space ID : 01 [SystemIO] 399 [0001] Space ID : 01 [SystemIO] 406 [0001] Space ID : 01 [SystemIO] 413 [0001] Space ID : 01 [SystemIO] 420 [0001] Space ID : 01 [SystemIO] 427 [0001] Space ID : 01 [SystemIO] 434 [0001] Space ID : 01 [SystemIO] 442 [0001] Space ID : 01 [SystemIO] [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConstraintManager.h | 214 unsigned int Space = 0, bool IsDot = false) const override { in REGISTER_TRAIT_WITH_PROGRAMSTATE() 217 Indent(Out, Space, IsDot) << "\"constraints\": "; in REGISTER_TRAIT_WITH_PROGRAMSTATE() 223 ++Space; in REGISTER_TRAIT_WITH_PROGRAMSTATE() 227 Indent(Out, Space, IsDot) in REGISTER_TRAIT_WITH_PROGRAMSTATE() 237 --Space; in REGISTER_TRAIT_WITH_PROGRAMSTATE() 238 Indent(Out, Space, IsDot) << "],"; in REGISTER_TRAIT_WITH_PROGRAMSTATE()
|
| H A D | DynamicType.h | 84 const char *NL = "\n", unsigned int Space = 0,
|
| H A D | Environment.h | 96 unsigned int Space = 0, bool IsDot = false) const;
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/loongson/ |
| H A D | loongson64c-package.dtsi | 22 /* 3A HT Config Space */ 24 /* 3B HT Config Space */
|
| H A D | rs780e-pch.dtsi | 10 0xfd 0xfe000000 0xfd 0xfe000000 0 0x2000000 /* PCI Config Space */>;
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | JsonSupport.h | 20 inline raw_ostream &Indent(raw_ostream &Out, const unsigned int Space, in Indent() argument 22 for (unsigned int I = 0; I < Space * 2; ++I) in Indent()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | SlotIndexes.cpp | 162 const unsigned Space = SlotIndex::InstrDist/2; in renumberIndexes() local 163 static_assert((Space & 3) == 0, "InstrDist must be a multiple of 2*NUM"); in renumberIndexes() 168 curItr->setIndex(index += Space); in renumberIndexes()
|
| /netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
| H A D | aetables.h | 430 [024h 0036 1] Space ID : 01 (SystemIO) 437 [030h 0048 1] Space ID : 01 (SystemIO)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| H A D | MCAsmLexer.cpp | 18 CurTok.emplace_back(AsmToken::Space, StringRef()); in MCAsmLexer() 96 case AsmToken::Space: OS << "Space"; break; in dump()
|
| /netbsd-src/sys/arch/arm/pci/ |
| H A D | files.pci | 6 # Arm PCI Configuration Space Access Firmware Interface (DEN0115)
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | kirkwood-ns2lite.dts | 7 model = "LaCie Network Space Lite v2";
|
| H A D | kirkwood-ns2.dts | 8 model = "LaCie Network Space v2";
|
| H A D | kirkwood-is2.dts | 8 model = "LaCie Internet Space v2";
|
| H A D | kirkwood-ns2max.dts | 8 model = "LaCie Network Space Max v2";
|
| H A D | kirkwood-ns2mini.dts | 9 model = "LaCie Network Space Mini v2";
|
| /netbsd-src/external/historical/nawk/dist/testdir/ |
| H A D | test.data | 159 20tour:*:995:997:IRIS Space Tour:/usr/people/tour:/bin/csh 189 20 tour * 995 997 IRIS Space Tour /usr/people/tour /bin/csh
|
| /netbsd-src/external/gpl3/gcc/dist/libcody/ |
| H A D | cody.hh | 111 void Space () in Space() function in Cody::Detail::MessageBuffer 123 Space (); in AppendWord()
|
| /netbsd-src/share/locale/monetary/ |
| H A D | mn_MN.UTF-8.src | 53 # by a Space (p_sep_by_space)
|