Home
last modified time | relevance | path

Searched refs:flatten (Results 1 – 25 of 30) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DPathDiagnostic.h364 void flatten();
388 void flatten() { in flatten() function
389 Start.flatten(); in flatten()
390 End.flatten(); in flatten()
499 PathPieces flatten(bool ShouldFlattenMacros) const { in flatten() function
524 void flattenLocations() override { Pos.flatten(); } in flattenLocations()
610 callEnter.flatten(); in flattenLocations()
611 callReturn.flatten(); in flattenLocations()
684 I.flatten(); in flattenLocations()
883 Loc.flatten(); in flattenLocations()
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
H A DInterceptResult.pm125 sub flatten { shift->map(flatten => @_) } subroutine
202 # flatten() condenses the facet data into the key details for each event
205 $events->squash_info->flatten(),
259 C<flatten()> provides for each event.
525 =item $arrayref = $events->flatten(%PARAMS)
529 [ map { $_->flatten(@{ $PARAMS{args} }) } $events->upgrade->event_list ];
533 See L<Test2::API::InterceptResult::Event> for details on what C<flatten()>
/openbsd-src/gnu/llvm/clang/utils/
H A DFindSpecRefs789 def flatten((key, children, data)): function
790 children = sorted(map(flatten,children.values()))
793 return flatten(root)
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/
H A DInterceptResult.t272 $one->flatten,
273 [ $one->[0]->flatten, $one->[1]->flatten ],
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/InterceptResult/
H A DEvent.t392 tests flatten => sub {
395 $one->flatten,
452 $two->flatten(include_subevents => 1),
513 $two->flatten(),
570 $three->flatten(include_subevents => 1),
594 $four->flatten(),
609 $four->flatten(fields => [qw/trace_file trace_line/]),
618 $four->flatten(remove => [qw/todo error/]),
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp116 PathPieces FlatPath = PD->path.flatten(/*ShouldFlattenMacros=*/true); in FlushDiagnosticsImpl()
H A DSarifDiagnostics.cpp132 const PathPieces &Pieces = Diag->path.flatten(false); in createThreadFlows()
H A DHTMLDiagnostics.cpp277 PathPieces path = D.path.flatten(/*ShouldFlattenMacros=*/false); in ReportDiag()
H A DBugReporter.cpp1964 PathPieces path = PD.path.flatten(/*ShouldFlattenMacros=*/true); in updateExecutedLinesWithDiagnosticPieces()
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/InterceptResult/
H A DEvent.pm231 sub flatten {
274 $out->{subevents} = $res->flatten(%params)
528 my $flattened = $events->flatten;
657 =item $hashref = $event->flatten
659 =item $hashref = $event->flatten(include_subevents => 1)
756 an L<Test2::API::InterceptResult> instance and calling the C<flatten> method on
759 subevents => Test2::API::InterceptResult->new(@child_events)->flatten(...),
771 This returns a limited summary. See C<flatten()>, which is usually a better
230 sub flatten { global() subroutine
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dtypelist.h94 struct flatten; in _GLIBCXX_BEGIN_NAMESPACE()
411 struct flatten
H A Drope147 // That way we could flatten directly into an ostream, etc.
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp193 StoredValue = flatten(IRB, StoredValue); in applyStore()
272 Value *flatten(IRBuilder<> &IRB, Value *V) { in flatten() function in __anon197fc9550111::InitializerBuilder
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h172 template <typename... Ts> EditGenerator flatten(Ts &&...Edits) { in flatten() function
/openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp362 Case.Edits = flatten(std::move(Case.Edits), addInclude(Header, Format)); in addInclude()
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DPassRegistry.def510 LOOPNEST_PASS("loop-flatten", LoopFlattenPass())
/openbsd-src/gnu/llvm/llvm/docs/
H A DVectorizers.rst221 The Loop Vectorizer is able to "flatten" the IF statement in the code and
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp829 void PathDiagnosticLocation::flatten() { in flatten() function in PathDiagnosticLocation
/openbsd-src/gnu/llvm/clang/docs/
H A DClangTransformerTutorial.rst322 `flatten <https://github.com/llvm/llvm-project/blob/1fabe6e51917bcd7a1242294069c682fe6dffa45/clang/…
/openbsd-src/gnu/gcc/gcc/
H A Dparams.def335 flatten the profile.
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c836 int flatten = ffe_is_flatten_arrays (); in ffecom_arrayref_() local
861 if (! flatten in ffecom_arrayref_()
868 flatten = 1; in ffecom_arrayref_()
873 need_ptr = want_ptr || flatten; in ffecom_arrayref_()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperldocstyle.pod357 expressions, which the function will "flatten" and treat as a single
H A Dperldata.pod980 parameters lists and return lists from functions) always flatten out into
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td1504 let Spellings = [GCC<"flatten">];
/openbsd-src/gnu/gcc/gcc/doc/
H A Dextend.texi1580 @code{flatten}, @code{pure}, @code{const}, @code{nothrow}, @code{sentinel},
1663 @cindex @code{flatten} function attribute
1664 @item flatten
1668 the current inlining parameters. The @code{flatten} attribute only works

12