Home
last modified time | relevance | path

Searched refs:summarize (Results 1 – 25 of 61) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dprogram-state.cc738 bool summarize, in dump_to_pp() argument
742 m_region_model->dump_to_pp (pp, summarize); in dump_to_pp()
750 if (summarize) in dump_to_pp()
754 if (!summarize) in dump_to_pp()
761 if (summarize) in dump_to_pp()
764 if (!summarize) in dump_to_pp()
773 bool summarize, in dump_to_file() argument
781 dump_to_pp (ext_state, summarize, &pp); in dump_to_file()
789 bool summarize) const in dump()
791 dump_to_file (ext_state, summarize, stderr); in dump()
[all …]
H A Dprogram-state.h247 void dump_to_pp (const extrinsic_state &ext_state, bool summarize,
249 void dump_to_file (const extrinsic_state &ext_state, bool summarize,
251 void dump (const extrinsic_state &ext_state, bool summarize) const;
H A Dregion-model.h1703 void dump_to_pp (pretty_printer *pp, bool summarize) const;
1704 void dump (FILE *fp, bool summarize) const;
1705 void dump (bool summarize) const;
H A Dregion-model.cc3699 region_model::dump_to_pp (pretty_printer *pp, bool summarize) const in dump_to_pp()
3701 if (summarize) in dump_to_pp()
3791 region_model::dump (FILE *fp, bool summarize) const in dump()
3797 dump_to_pp (&pp, summarize); in dump()
3804 region_model::dump (bool summarize) const in dump()
3806 dump (stderr, summarize); in dump()
7515 bool summarize, in assert_dump_eq() argument
7521 model.dump_to_pp (&pp, summarize); in assert_dump_eq()
/netbsd-src/usr.sbin/lpr/pac/
H A Dpac.c74 static int summarize; /* Compress accounting file */ variable
130 summarize++; in main()
187 if (summarize) in main()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Druntime.d82 bool summarize; member
676 results.summarize = true; in runModuleUnitTests()
685 results.summarize = true; in runModuleUnitTests()
693 results.summarize = !results.runMain; in runModuleUnitTests()
/netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/
H A Dbuild-and-summarize-all.sh13 (cd $kind-$bits && ../build-and-summarize.sh $1)
H A Dbuild-and-summarize.sh12 ../summarize.sh $1 &> fails-x.txt
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Ddmain2.d62 bool summarize; member
497 if (utResult.summarize) in private()
512 if (utResult.summarize) in private()
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Dappendix-contrib.sdf7 The following sections attempt to summarize the various contributions in OpenLDAP
H A Dappendix-changes.sdf7 The following sections attempt to summarize the new features and changes in OpenLDAP
/netbsd-src/usr.bin/spell/spell/
H A Damerican307 summarize
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dprogram-state.cc923 bool summarize, bool multiline, in dump_to_file() argument
931 dump_to_pp (ext_state, summarize, multiline, &pp); in dump_to_file()
939 bool summarize) const in dump()
941 dump_to_file (ext_state, summarize, true, stderr); in dump()
H A Dstore.h699 void dump_to_pp (pretty_printer *pp, bool summarize, bool multiline,
H A DChangeLog4909 (program_state::dump_to_pp): Ignore the summarize param. Add
4993 (program_state::dump_to_pp): Drop "summarize" param, adding
4996 (program_state::dump): Rename "summarize" to "simple".
5202 (region_model::dump_to_pp): Replace "summarize" param with
5204 (region_model::dump): Replace "summarize" param with "simple" and
5691 (region_model::dump_to_pp): Drop summarize param in favor of
5695 (region_model::summarize): Delete.
/netbsd-src/external/bsd/libarchive/dist/
H A DCOPYING8 intended to summarize the copyright status of the individual files;
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-relay/
H A DREADME32 To summarize: the "relay" directive:
/netbsd-src/external/gpl3/
H A DREADME18 two-clause Berkeley-style license. To summarize: modifications are
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-dwarfdump.rst118 .. option:: --summarize-types
/netbsd-src/external/lgpl3/gmp/dist/mpn/sparc64/
H A DREADME58 To summarize, ignoring branches, these are the bundles that can reach the peak
/netbsd-src/crypto/external/bsd/openssh/dist/
H A DLICENCE4 follows. First, we will summarize and say that all components
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DRemarks.rst512 summarize serialized remarks.
/netbsd-src/external/bsd/top/dist/
H A DFAQ61 and correctly summarize the information about those processors. What
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/
H A DInitializerLists.rst279 But, to summarize a bit, in our current case, however, the typestate we're
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DBlock-ABI-Apple.rst857 ``/usr/local/include/Block_private.h``. To summarize their use, a ``Block``

123