Home
last modified time | relevance | path

Searched refs:Space (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp193 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 DProgramState.cpp450 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 DEnvironment.cpp217 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 DCheckerManager.cpp709 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 DExprEngine.cpp557 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 DRegionStore.cpp233 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 Dextables.c374 [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 DSMTConstraintManager.h214 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 DDynamicType.h84 const char *NL = "\n", unsigned int Space = 0,
H A DEnvironment.h96 unsigned int Space = 0, bool IsDot = false) const;
/netbsd-src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/loongson/
H A Dloongson64c-package.dtsi22 /* 3A HT Config Space */
24 /* 3B HT Config Space */
H A Drs780e-pch.dtsi10 0xfd 0xfe000000 0xfd 0xfe000000 0 0x2000000 /* PCI Config Space */>;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DJsonSupport.h20 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 DSlotIndexes.cpp162 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 Daetables.h430 [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 DMCAsmLexer.cpp18 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 Dfiles.pci6 # Arm PCI Configuration Space Access Firmware Interface (DEN0115)
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dkirkwood-ns2lite.dts7 model = "LaCie Network Space Lite v2";
H A Dkirkwood-ns2.dts8 model = "LaCie Network Space v2";
H A Dkirkwood-is2.dts8 model = "LaCie Internet Space v2";
H A Dkirkwood-ns2max.dts8 model = "LaCie Network Space Max v2";
H A Dkirkwood-ns2mini.dts9 model = "LaCie Network Space Mini v2";
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dtest.data159 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 Dcody.hh111 void Space () in Space() function in Cody::Detail::MessageBuffer
123 Space (); in AppendWord()
/netbsd-src/share/locale/monetary/
H A Dmn_MN.UTF-8.src53 # by a Space (p_sep_by_space)

12345678910>>...16