Home
last modified time | relevance | path

Searched refs:elide (Results 1 – 11 of 11) sorted by relevance

/external/linux-tools-perf/src/tools/perf/ui/gtk/
Dhists.c228 if (se->elide) in perf_gtk__show_hists()
255 if (se->elide) in perf_gtk__show_hists()
306 if (se->elide) in perf_gtk__show_hists()
/external/linux-tools-perf/src/tools/perf/ui/
Dhist.c247 if (se->elide) in hist_entry__sort_snprintf()
278 if (!se->elide) in hists__sort_list_width()
/external/linux-tools-perf/src/tools/perf/util/
Dsort.h181 bool elide; member
Dsort.c1020 self->elide = true; in sort_entry__setup_elide()
/external/linux-tools-perf/src/tools/perf/ui/stdio/
Dhist.c414 if (se->elide) in hists__fprintf()
462 if (se->elide) in hists__fprintf()
/external/linux-tools-perf/src/tools/perf/ui/browsers/
Dhists.c1682 sort_dso.elide = false; in perf_evsel__hists_browse()
1689 sort_dso.elide = true; in perf_evsel__hists_browse()
1701 sort_thread.elide = false; in perf_evsel__hists_browse()
1707 sort_thread.elide = true; in perf_evsel__hists_browse()
/external/clang/test/CodeGenObjC/
Dexceptions.m64 // Landing pad. Note that we elide the re-enter.
/external/v8/test/webkit/
Ddfg-int-overflow-large-constants-in-a-line-expected.txt24 Tests that our optimization to elide overflow checks understands that if we keep adding huge number…
/external/llvm/docs/
DInAlloca.rst121 In this case, we want to be able to elide copies into ``bar``'s argument
/external/clang/docs/
DUsersManual.rst381 .. option:: -fno-elide-type
385 The default for template type printing is to elide as many template
397 -fno-elide-type:
410 -fno-elide-type.
/external/clang/include/clang/Driver/
DOptions.td485 def fno_elide_type : Flag<["-"], "fno-elide-type">, Group<f_Group>,
487 HelpText<"Do not elide types when printing diagnostics">;
757 def fno_elide_constructors : Flag<["-"], "fno-elide-constructors">, Group<f_Group>,