| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| DynamicType.cpp | 193 const char *NL, unsigned int Space, bool IsDot) { 198 const char *NL, unsigned int Space, bool IsDot) { 203 const char *NL, unsigned int Space, bool IsDot) { 219 const char *NL, unsigned int Space, bool IsDot) { 227 const char *NL, unsigned int Space, bool IsDot) { 228 printJson(Pair.first, Out, NL, Space, IsDot) << ", "; 229 return printJson(Pair.second, Out, NL, Space, IsDot); 235 unsigned int Space, bool IsDot) { 240 ++Space; 245 Indent(Out, Space, IsDot) << "{ " [all...] |
| Environment.cpp | 217 unsigned int Space, bool IsDot) const { 218 Indent(Out, Space, IsDot) << "\"environment\": "; 225 ++Space; 246 LCtx->printJson(Out, NL, Space, IsDot, [&](const LocationContext *LC) { 249 unsigned int InnerSpace = Space + 1; 296 Indent(Out, --Space, IsDot) << "]}," << NL;
|
| ProgramState.cpp | 450 const char *NL, unsigned int Space, 452 Indent(Out, Space, IsDot) << "\"program_state\": {" << NL; 453 ++Space; 458 Mgr.getStoreManager().printJson(Out, getStore(), NL, Space, IsDot); 461 Env.printJson(Out, Mgr.getContext(), LCtx, NL, Space, IsDot); 464 Mgr.getConstraintManager().printJson(Out, this, NL, Space, IsDot); 467 printDynamicTypeInfoJson(Out, this, NL, Space, IsDot); 470 Mgr.getOwningEngine().printJson(Out, this, LCtx, NL, Space, IsDot); 472 --Space; 473 Indent(Out, Space, IsDot) << '}' [all...] |
| CheckerManager.cpp | 709 unsigned int Space, 711 Indent(Out, Space, IsDot) << "\"checker_messages\": "; 716 unsigned int InnerSpace = Space + 2; 718 // Create the new-line in JSON with enough space. 724 ++Space; 752 Indent(Out, Space, IsDot) 757 Indent(Out, Space, IsDot) << "]}"; 768 Indent(Out, --Space, IsDot) << "]";
|
| RegionStore.cpp | 233 unsigned int Space = 0, bool IsDot = false) const { 236 Indent(Out, Space, IsDot) 240 ++Space; 243 Indent(Out, Space, IsDot) << "{ " << CI.getKey() << ", \"value\": "; 251 --Space; 252 Indent(Out, Space, IsDot) << "]}"; 639 unsigned int Space = 0, bool IsDot = false) const override; 1015 /// Returns true if all clusters in the memory space for \p Base should be 1019 /// Returns true if the memory space of the given region is one of the global 1277 // Bind the globals memory space to a new symbol that we will use to deriv [all...] |
| ExprEngine.cpp | 557 unsigned int Space = 0, bool IsDot = false) { 561 ++Space; 585 Indent(Out, Space, IsDot) << "{ "; 595 Indent(Out, --Space, IsDot) << ']'; // End of "location_context". 603 unsigned int Space, bool IsDot) const { 604 Indent(Out, Space, IsDot) << "\"constructing_objects\": "; 607 ++Space; 609 LCtx->printJson(Out, NL, Space, IsDot, [&](const LocationContext *LC) { 610 printObjectsUnderConstructionJson(Out, State, NL, LC, Space, IsDot); 613 --Space; [all...] |
| RangeConstraintManager.cpp | 1406 unsigned int Space = 0, bool IsDot = false) const override; 2402 const char *NL, unsigned int Space, 2406 Indent(Out, Space, IsDot) << "\"constraints\": "; 2412 ++Space; 2426 Indent(Out, Space, IsDot) 2434 --Space; 2435 Indent(Out, Space, IsDot) << "]," << NL;
|
| /src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| JsonSupport.h | 20 inline raw_ostream &Indent(raw_ostream &Out, const unsigned int Space, 22 for (unsigned int I = 0; I < Space * 2; ++I)
|
| /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| DynamicType.h | 84 const char *NL = "\n", unsigned int Space = 0,
|
| SMTConstraintManager.h | 214 unsigned int Space = 0, bool IsDot = false) const override { 217 Indent(Out, Space, IsDot) << "\"constraints\": "; 223 ++Space; 227 Indent(Out, Space, IsDot) 237 --Space; 238 Indent(Out, Space, IsDot) << "],";
|
| ConstraintManager.h | 162 const char *NL, unsigned int Space,
|
| Environment.h | 96 unsigned int Space = 0, bool IsDot = false) const;
|
| Store.h | 249 unsigned int Space, bool IsDot) const = 0;
|
| /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| MCAsmLexer.cpp | 18 CurTok.emplace_back(AsmToken::Space, StringRef()); 96 case AsmToken::Space: OS << "Space"; break;
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| SlotIndexes.cpp | 162 const unsigned Space = SlotIndex::InstrDist/2; 163 static_assert((Space & 3) == 0, "InstrDist must be a multiple of 2*NUM"); 168 curItr->setIndex(index += Space);
|
| /src/sys/external/bsd/acpica/dist/tools/examples/ |
| extables.c | 356 RTC wake not in fixed reg space (V1) : 0 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 [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| MCAsmMacro.h | 44 Space,
|
| /src/external/gpl3/gcc/dist/libcody/ |
| cody.hh | 111 void Space () 123 Space (); 134 /// Add an integral value, prepending a space.
|
| /src/external/gpl3/gcc.old/dist/libcody/ |
| cody.hh | 111 void Space () 123 Space (); 134 /// Add an integral value, prepending a space.
|
| /src/external/gpl3/gcc/dist/libgcc/config/ft32/ |
| crti-hw.S | 93 sub.l $sp,$sp,24 # Space for the caller argument frame
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ft32/ |
| crti-hw.S | 93 sub.l $sp,$sp,24 # Space for the caller argument frame
|
| /src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| AnalysisDeclContext.cpp | 480 unsigned int Space, bool IsDot, 492 Indent(Out, Space, IsDot)
|
| /src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
| AnalysisDeclContext.h | 272 /// \param Space The space count for indentation. 280 raw_ostream &Out, const char *NL = "\n", unsigned int Space = 0,
|
| /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/ |
| format.txt | 30 Zs 6 Separator, Space 74 Ss 45 Space, Other (controls viewed as spaces in ctype isspace())
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| DWARFDie.cpp | 298 std::string Space = DumpOpts.ShowAddresses ? " " : ""; 307 OS << Space << "\"" << Name << '\"'; 309 OS << Space << "\"";
|