| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
| H A D | PathDiagnostic.h | 364 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 D | InterceptResult.pm | 125 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 D | FindSpecRefs | 789 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 D | InterceptResult.t | 272 $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 D | Event.t | 392 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 D | TextDiagnostics.cpp | 116 PathPieces FlatPath = PD->path.flatten(/*ShouldFlattenMacros=*/true); in FlushDiagnosticsImpl()
|
| H A D | SarifDiagnostics.cpp | 132 const PathPieces &Pieces = Diag->path.flatten(false); in createThreadFlows()
|
| H A D | HTMLDiagnostics.cpp | 277 PathPieces path = D.path.flatten(/*ShouldFlattenMacros=*/false); in ReportDiag()
|
| H A D | BugReporter.cpp | 1964 PathPieces path = PD.path.flatten(/*ShouldFlattenMacros=*/true); in updateExecutedLinesWithDiagnosticPieces()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/InterceptResult/ |
| H A D | Event.pm | 231 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 D | typelist.h | 94 struct flatten; in _GLIBCXX_BEGIN_NAMESPACE() 411 struct flatten
|
| H A D | rope | 147 // That way we could flatten directly into an ostream, etc.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 193 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 D | RewriteRule.h | 172 template <typename... Ts> EditGenerator flatten(Ts &&...Edits) { in flatten() function
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/ |
| H A D | RewriteRule.cpp | 362 Case.Edits = flatten(std::move(Case.Edits), addInclude(Header, Format)); in addInclude()
|
| /openbsd-src/gnu/llvm/llvm/lib/Passes/ |
| H A D | PassRegistry.def | 510 LOOPNEST_PASS("loop-flatten", LoopFlattenPass())
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | Vectorizers.rst | 221 The Loop Vectorizer is able to "flatten" the IF statement in the code and
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | PathDiagnostic.cpp | 829 void PathDiagnosticLocation::flatten() { in flatten() function in PathDiagnosticLocation
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ClangTransformerTutorial.rst | 322 `flatten <https://github.com/llvm/llvm-project/blob/1fabe6e51917bcd7a1242294069c682fe6dffa45/clang/…
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | params.def | 335 flatten the profile.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | com.c | 836 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 D | perldocstyle.pod | 357 expressions, which the function will "flatten" and treat as a single
|
| H A D | perldata.pod | 980 parameters lists and return lists from functions) always flatten out into
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Attr.td | 1504 let Spellings = [GCC<"flatten">];
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | extend.texi | 1580 @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
|