Home
last modified time | relevance | path

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

12345678910>>...12

/external/llvm-project/clang/lib/StaticAnalyzer/Core/
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 …]
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()
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 …]
/external/gptfdisk/
Dgptcurses.h67 struct Space { struct
72 Space *nextSpace; argument
73 Space *prevSpace; argument
80 Space *firstSpace;
81 Space *lastSpace;
82 Space *currentSpace;
94 void UnlinkSpace(Space *theSpace);
95 void LinkToEnd(Space *theSpace);
100 Space* ShowSpace(int spaceNum, int lineNum);
Dgptcurses.cc74 Space *trash; in EmptySpaces()
90 Space *tempSpace; in MakeSpacesFromParts()
95 tempSpace = new Space; in MakeSpacesFromParts()
108 Space *tempSpace; in AddEmptySpace()
110 tempSpace = new Space; in AddEmptySpace()
123 Space *current; in AddEmptySpaces()
152 void GPTDataCurses::UnlinkSpace(Space *theSpace) { in UnlinkSpace()
169 void GPTDataCurses::LinkToEnd(Space *theSpace) { in LinkToEnd()
185 Space *oldFirst, *oldLast, *earliest = NULL, *current = NULL; in SortSpaces()
222 Space* GPTDataCurses::ShowSpace(int spaceNum, int lineNum) { in ShowSpace()
[all …]
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/
DBenchmarkRunnerTest.cpp19 BenchmarkRunner::ScratchSpace Space; in TEST() local
20 EXPECT_EQ(reinterpret_cast<intptr_t>(Space.ptr()) % in TEST()
23 Space.ptr()[0] = 42; in TEST()
24 Space.ptr()[BenchmarkRunner::ScratchSpace::kSize - 1] = 43; in TEST()
25 Space.clear(); in TEST()
26 EXPECT_EQ(Space.ptr()[0], 0); in TEST()
27 EXPECT_EQ(Space.ptr()[BenchmarkRunner::ScratchSpace::kSize - 1], 0); in TEST()
/external/llvm-project/flang/lib/Evaluate/
Dcharacter.h49 auto pos{str.find_first_not_of(Space())}; in ADJUSTL()
51 return Character{str.substr(pos) + Character(pos, Space())}; in ADJUSTL()
58 auto pos{str.find_last_not_of(Space())}; in ADJUSTR()
61 return Character{Character(delta, Space()) + str.substr(0, pos + 1)}; in ADJUSTR()
90 return str + Character(newLength - oldLength, Space()); in Resize()
116 static constexpr CharT Space() { return 0x20; } in Space() function
/external/igt-gpu-tools/overlay/
Dtracepoint_format.leg2 'name' ':' Space n:PropertyName EndLine { free(n.string); }
3 'ID:' Space v:Number EndLine { yy->ctx.tp->event_id = v.integer; }
8 Field = Space (Property ';' Space)+ EndLine
34 Space = [ \t]*
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp251 auto Space = isl::space(Id.get_ctx(), 0, getNumberOfDimensions()); in getSpace() local
252 Space = Space.set_tuple_id(isl::dim::set, Id); in getSpace()
253 return Space; in getSpace()
258 isl::space Space = getSpace(); in isReadOnly() local
259 WriteSet = WriteSet.extract_set(Space); in isReadOnly()
309 isl::space Space(S.getIslCtx(), 1, 0); in applyAndSetFAD() local
315 Space = Space.set_dim_id(isl::dim::param, 0, IdPwAff); in applyAndSetFAD()
317 isl::aff::var_on_domain(isl::local_space(Space), isl::dim::param, 0); in applyAndSetFAD()
636 isl::space Space = isl::space(Statement->getIslCtx(), 0, 1); in createBasicAccessMap() local
637 Space = Space.align_params(Statement->getDomainSpace()); in createBasicAccessMap()
[all …]
DDependenceInfo.cpp90 isl_space *Space = isl_map_get_space(Relation); in tag() local
91 Space = isl_space_drop_dims(Space, isl_dim_out, 0, in tag()
93 Space = isl_space_set_tuple_id(Space, isl_dim_out, TagId); in tag()
94 isl_multi_aff *Tag = isl_multi_aff_domain_map(Space); in tag()
119 isl_space *Space = S.getParamSpace().release(); in collectInfo() local
120 Read = isl_union_map_empty(isl_space_copy(Space)); in collectInfo()
121 MustWrite = isl_union_map_empty(isl_space_copy(Space)); in collectInfo()
122 MayWrite = isl_union_map_empty(isl_space_copy(Space)); in collectInfo()
123 ReductionTagMap = isl_union_map_empty(isl_space_copy(Space)); in collectInfo()
124 isl_union_map *StmtSchedule = isl_union_map_empty(Space); in collectInfo()
[all …]
/external/llvm-project/polly/lib/Support/
DISLTools.cpp34 isl::multi_aff makeShiftDimAff(isl::space Space, int Pos, int Amount) { in makeShiftDimAff() argument
35 auto Identity = isl::multi_aff::identity(Space); in makeShiftDimAff()
214 isl::space Space = Set.get_space(); in shiftDim() local
215 Space = Space.map_from_domain_and_range(Space); in shiftDim()
216 isl::multi_aff Translator = makeShiftDimAff(Space, Pos, Amount); in shiftDim()
235 isl::space Space = Map.get_space(); in shiftDim() local
238 Space = Space.domain(); in shiftDim()
241 Space = Space.range(); in shiftDim()
246 Space = Space.map_from_domain_and_range(Space); in shiftDim()
247 isl::multi_aff Translator = makeShiftDimAff(Space, Pos, Amount); in shiftDim()
[all …]
DSCEVAffinator.cpp215 isl_space *Space = isl_space_set_alloc(Ctx.get(), 1, NumIterators); in visit() local
216 Space = isl_space_set_dim_id(Space, isl_dim_param, 0, Id); in visit()
218 isl_set *Domain = isl_set_universe(isl_space_copy(Space)); in visit()
219 isl_aff *Affine = isl_aff_zero_on_domain(isl_local_space_from_space(Space)); in visit()
263 isl_space *Space = isl_space_set_alloc(Ctx.get(), 0, NumIterators); in visitConstant() local
264 isl_local_space *ls = isl_local_space_from_space(Space); in visitConstant()
408 isl_space *Space = isl_space_set_alloc(Ctx.get(), 0, NumIterators); in visitAddRecExpr() local
409 isl_local_space *LocalSpace = isl_local_space_from_space(Space); in visitAddRecExpr()
/external/libxkbcommon/test/data/symbols/
Dnbsp1 // Let Space key provide No-Break Space (NBSP), Narrow No-Break Space (NNBSP),
7 // Only Space
19 // No-Break Space
63 // Narrow No-Break Space
/external/llvm-project/polly/lib/Transform/
DScheduleOptimizer.cpp329 isl::space Space(Ctx, 0, 1); in getDimOptions() local
330 auto DimOption = isl::set::universe(Space); in getDimOptions()
342 isl::space Space = isl::space(Ctx, 0, 0, 1); in getUnrollIsolatedSetOptions() local
343 isl::map UnrollIsolatedSetOption = isl::map::universe(Space); in getUnrollIsolatedSetOptions()
359 isl::space Space = Set.get_space(); in addExtentConstraints() local
360 isl::local_space LocalSpace = isl::local_space(Space); in addExtentConstraints()
403 auto Space = isl::manage(isl_schedule_node_band_get_space(Node.get())); in prevectSchedBand() local
404 auto ScheduleDimensions = Space.dim(isl::dim::set); in prevectSchedBand()
414 Space = isl::manage(isl_schedule_node_band_get_space(Node.get())); in prevectSchedBand()
415 auto Sizes = isl::multi_val::zero(Space); in prevectSchedBand()
[all …]
DZoneAlgo.cpp247 isl::space Space = Map.get_space().range(); in isMapToUnknown() local
248 return Space.has_tuple_id(isl::dim::set).is_false() && in isMapToUnknown()
249 Space.is_wrapping().is_false() && Space.dim(isl::dim::set) == 0; in isMapToUnknown()
743 auto Space = makeValueSpace(V); in makeValueSet() local
744 return isl::set::universe(Space); in makeValueSet()
845 isl::space Space = Map.get_space(); in normalizeValInst() local
846 isl::space RangeSpace = Space.range(); in normalizeValInst()
920 isl::space Space = Map.get_space(); in isNormalized() local
921 isl::space RangeSpace = Space.range(); in isNormalized()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseAutoCheck.cpp31 enum CharType { Space, Alpha, Punctuation }; in GetTypeNameLength() enumerator
32 CharType LastChar = Space, BeforeSpace = Punctuation; in GetTypeNameLength()
45 ? Space in GetTypeNameLength()
47 if (NextChar != Space) { in GetTypeNameLength()
49 if (LastChar == Space && NextChar == Alpha && BeforeSpace == Alpha) in GetTypeNameLength()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
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()
/external/arm-trusted-firmware/docs/plat/marvell/armada/misc/
Dmvebu-a8k-addr-map.rst16 …| | | +-----+ +-------------------------Space |…
31 …| | | | | +------- SB CFG Space |…
/external/libkmsxx/utils/
Dkmsprint.cpp279 Space, enumerator
286 { TreeGlyph::Space, " " },
294 { TreeGlyph::Space, " " },
317 prefix2 = prefix + (is_last ? get_glyph(TreeGlyph::Space) : get_glyph(TreeGlyph::Vertical)); in print_entry()
324 …a_prefix = prefix2 + (has_children ? get_glyph(TreeGlyph::Vertical) : get_glyph(TreeGlyph::Space)); in print_entry()
327 string p = data_prefix + get_glyph(TreeGlyph::Space); in print_entry()
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-abi_align.ll289 ; Space for s1 is allocated at sp+32
290 ; Space for s2 is allocated at sp
294 ; Space for s1 is allocated at fp-24 = sp+24
298 ; Space for s2 is allocated at sp
326 ; Space for s1 is allocated at x29-32 = sp+64
327 ; Space for s2 is allocated at sp+32
337 ; Space for s1 is allocated at fp-24
342 ; Space for s2 is allocated at sp+32
399 ; Space for s1 is allocated at sp+32
400 ; Space for s2 is allocated at sp
[all …]
/external/llvm/test/CodeGen/AArch64/
Darm64-abi_align.ll290 ; Space for s1 is allocated at sp+32
291 ; Space for s2 is allocated at sp
295 ; Space for s1 is allocated at fp-24 = sp+72
296 ; Space for s2 is allocated at sp+48
326 ; Space for s1 is allocated at x29-32 = sp+64
327 ; Space for s2 is allocated at sp+32
337 ; Space for s1 is allocated at fp-24
338 ; Space for s2 is allocated at fp-48
398 ; Space for s1 is allocated at sp+32
399 ; Space for s2 is allocated at sp
[all …]
/external/libxml2/result/errors/
D759573.xml.err1 ./test/errors/759573.xml:1: parser error : Space required after '<!ENTITY'
4 ./test/errors/759573.xml:1: parser error : Space required after the entity name
D759573.xml.ent1 ./test/errors/759573.xml:1: parser error : Space required after '<!ENTITY'
4 ./test/errors/759573.xml:1: parser error : Space required after the entity name
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/
DOpsBuilder.java341 add(Doc.Space.make()); in space()
457 private static final Doc.Space SPACE = Doc.Space.make();
584 if (!(afterForcedBreak && op instanceof Doc.Space)) { in build()
591 && (op instanceof Doc.Space in build()
603 if (!(afterForcedBreak && op instanceof Doc.Space)) { in build()
/external/bcc/tools/
Djavagc_example.txt60 0.160 4058.00 MarkSweepCompact Compressed Class Space used=287528->266840 max=173408256->107374…
61 0.160 4110.00 MarkSweepCompact Eden Space used=287528->0 max=173408256->69337088
62 0.160 4159.00 MarkSweepCompact Survivor Space used=287528->0 max=173408256->8650752

12345678910>>...12