Home
last modified time | relevance | path

Searched +refs:macro +refs:dumper (Results 1 – 25 of 5463) sorted by relevance

12345678910>>...219

/dports/astro/p5-Astro-App-Satpass2/Astro-App-Satpass2-0.049/t/
H A Dmacro_code.t44 } or plan skip_all => "Can not instantiate macro: $@";
52 ok $mac->implements( 'dumper' ), 'Module implements dumper()';
59 macro load -lib eg -relative My::Macros after_load
60 macro load -lib eg -relative My::Macros angle
61 macro load -lib eg -relative My::Macros dumper
62 macro load -lib eg -relative My::Macros hi
63 macro load -lib eg -relative My::Macros test
66 is $mac->generator( 'angle' ), <<'EOD', 'Single macro serializes';
67 macro load -lib eg -relative My::Macros angle
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/
H A Dmodule.cc13579 interval.macro.first = interval.macro.second; in init()
13583 interval.macro.first, interval.macro.second); in init()
13588 interval.macro.second = interval.macro.first; in init()
13597 interval.macro.first, interval.macro.second); in init()
13602 interval.macro.second = interval.macro.first; in init()
13631 interval.macro.first = interval.macro.second in open()
15809 if (span.macro.first != span.macro.second) in write_prepare_maps()
15850 span.macro.first, span.macro.second, in write_prepare_maps()
15851 span.macro.second - span.macro.first, in write_prepare_maps()
16092 if (span.macro.first == span.macro.second) in write_macro_maps()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/
H A Dmodule.cc13567 interval.macro.first = interval.macro.second; in init()
13571 interval.macro.first, interval.macro.second); in init()
13576 interval.macro.second = interval.macro.first; in init()
13585 interval.macro.first, interval.macro.second); in init()
13590 interval.macro.second = interval.macro.first; in init()
13619 interval.macro.first = interval.macro.second in open()
15797 if (span.macro.first != span.macro.second) in write_prepare_maps()
15838 span.macro.first, span.macro.second, in write_prepare_maps()
15839 span.macro.second - span.macro.first, in write_prepare_maps()
16080 if (span.macro.first == span.macro.second) in write_macro_maps()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/cp/
H A Dmodule.cc13567 interval.macro.first = interval.macro.second; in init()
13571 interval.macro.first, interval.macro.second); in init()
13576 interval.macro.second = interval.macro.first; in init()
13585 interval.macro.first, interval.macro.second); in init()
13590 interval.macro.second = interval.macro.first; in init()
13619 interval.macro.first = interval.macro.second in open()
15797 if (span.macro.first != span.macro.second) in write_prepare_maps()
15838 span.macro.first, span.macro.second, in write_prepare_maps()
15839 span.macro.second - span.macro.first, in write_prepare_maps()
16080 if (span.macro.first == span.macro.second) in write_macro_maps()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/cp/
H A Dmodule.cc13567 interval.macro.first = interval.macro.second; in init()
13571 interval.macro.first, interval.macro.second); in init()
13576 interval.macro.second = interval.macro.first; in init()
13585 interval.macro.first, interval.macro.second); in init()
13590 interval.macro.second = interval.macro.first; in init()
13619 interval.macro.first = interval.macro.second in open()
15797 if (span.macro.first != span.macro.second) in write_prepare_maps()
15838 span.macro.first, span.macro.second, in write_prepare_maps()
15839 span.macro.second - span.macro.first, in write_prepare_maps()
16080 if (span.macro.first == span.macro.second) in write_macro_maps()
[all …]
/dports/astro/p5-Astro-App-Satpass2/Astro-App-Satpass2-0.049/lib/Astro/App/
H A DSatpass2.pm713 my $dumper = $self->_get_dumper();
716 or return $dumper->( $self );
721 and return $dumper->( $_ );
724 and return $dumper->( $self->{frame} );
730 and return $dumper->(
738 and return $dumper->( @stuff );
4207 my $dumper;
4218 return $dumper ||= do {
4237 my $dumper;
4240 return ( $dumper ||= do {
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cpptools/
H A Dcppmodelmanager.cpp784 for (const ProjectExplorer::Macro &macro : newMacros) { in addUnique() local
785 if (!alreadyIn.contains(macro)) { in addUnique()
786 macros += macro; in addUnique()
787 alreadyIn.insert(macro); in addUnique()
812 CppCodeModelInspector::Dumper dumper(globalSnapshot, logFileId); in dumpModelManagerConfiguration() local
813 dumper.dumpProjectInfos(projectInfos()); in dumpModelManagerConfiguration()
815 dumper.dumpWorkingCopy(workingCopy()); in dumpModelManagerConfiguration()
816 dumper.dumpMergedEntities(headerPaths(), in dumpModelManagerConfiguration()
895 void CppModelManager::findMacroUsages(const CPlusPlus::Macro &macro) in findMacroUsages() argument
897 d->m_findReferences->findMacroUses(macro); in findMacroUsages()
[all …]
/dports/lang/parrot/parrot-8.1.0/runtime/parrot/library/OpenGL/
H A DMath.pir152 .macro vec4_extract_self_plus_vec_arg
171 .macro vec3_extract_self_plus_vec_arg
188 .macro vec4_extract_self_plus_num_arg
201 .macro vec3_extract_self_plus_num_arg
213 .macro vec4_return_new_result
232 .macro vec4_return_new_result_with_w(w)
251 .macro vec4_vec4_vec4_binop(name, op)
266 .macro vec4_num_vec4_binop(name, op)
503 =item __dump(pmc dumper, str label)
510 .param pmc dumper
/dports/astro/p5-Astro-App-Satpass2/Astro-App-Satpass2-0.049/eg/
H A DREADME36 * hi - A 'hello world' macro. It takes one argument, which
38 * test - A macro that issues a command (or not) based on whether
40 * dumper - A diagnostic macro, which displays the class of its
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cppeditor/
H A Dcppcodemodelinspectordialog.cpp814 const CPlusPlus::Macro macro = m_macros.at(index.row()); in data() local
816 return macro.line(); in data()
818 return macro.toString(); in data()
1527 CppCodeModelInspector::Dumper dumper(globalSnapshot); in refresh() local
1534 dumper.dumpSnapshot(globalSnapshot, globalSnapshotTitle, /*isGlobalSnapshot=*/ true); in refresh()
1547 dumper.dumpSnapshot(editorSnapshot, editorSnapshotTitle); in refresh()
1570 dumper.dumpSnapshot(snapshot, snapshotTitle); in refresh()
1596 dumper.dumpProjectInfos(projectInfos); in refresh()
1612 dumper.dumpWorkingCopy(workingCopy); in refresh()
1626 dumper.dumpMergedEntities(cmmi->headerPaths(), in refresh()
[all …]
/dports/www/p5-Template-Toolkit/Template-Toolkit-3.010/t/
H A DREADME24 dumper.t Data::Dumper plugin (Template::Plugin::Data::Dumper)
34 macro.t MACRO directive
/dports/misc/amanda-server/amanda-3.3.9/server-src/
H A DMakefile.in244 amtrmlog$(EXEEXT) driver$(EXEEXT) dumper$(EXEEXT) \
257 $(top_srcdir)/config/macro-archive/ac_define_dir.m4 \
260 $(top_srcdir)/config/macro-archive/ac_prog_swig.m4 \
262 $(top_srcdir)/config/macro-archive/docbook-dtd.m4 \
263 $(top_srcdir)/config/macro-archive/docbook-xslt-min.m4 \
264 $(top_srcdir)/config/macro-archive/docbook-xslt.m4 \
265 $(top_srcdir)/config/macro-archive/xsltproc.m4 \
532 dumper_SOURCES = dumper.c
533 dumper_OBJECTS = dumper.$(OBJEXT)
1707 dumper planner
[all …]
/dports/misc/amanda-client/amanda-3.3.9/server-src/
H A DMakefile.in244 amtrmlog$(EXEEXT) driver$(EXEEXT) dumper$(EXEEXT) \
257 $(top_srcdir)/config/macro-archive/ac_define_dir.m4 \
260 $(top_srcdir)/config/macro-archive/ac_prog_swig.m4 \
262 $(top_srcdir)/config/macro-archive/docbook-dtd.m4 \
263 $(top_srcdir)/config/macro-archive/docbook-xslt-min.m4 \
264 $(top_srcdir)/config/macro-archive/docbook-xslt.m4 \
265 $(top_srcdir)/config/macro-archive/xsltproc.m4 \
532 dumper_SOURCES = dumper.c
533 dumper_OBJECTS = dumper.$(OBJEXT)
1707 dumper planner
[all …]
/dports/devel/mingw32-libyaml/yaml-0.1.6/win32/vc6/
H A Dyaml.dsp14 !MESSAGE by defining the macro CFG on the command line. For example:
92 SOURCE=..\..\src\dumper.c
H A Drun_dumper.dsp14 !MESSAGE by defining the macro CFG on the command line. For example:
90 SOURCE="..\..\tests\run-dumper.c"
H A Dyamldll.dsp14 !MESSAGE by defining the macro CFG on the command line. For example:
99 SOURCE=..\..\src\dumper.c
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/docs/source/developers/cpp/
H A Ddevelopment.rst78 * We use the ``NULLPTR`` macro in header files (instead of ``nullptr``) defined
135 ``abi-dumper`` and ``abi-compliance-checker``.
143 abi-dumper -lver 9 debug/libarrow.so -o ABI-9.dump
/dports/comms/libticalcs2/libticalcs2-1.1.9/
H A DChangeLog46 - add 83PCE / 84+CE ROM dumping. Calculator-side dumper made by jacobly.
127 …ple fixes to the 84+ DUSB ROM dumper by Benjamin Moody, and switch the source code and building pr…
323 - updated/fixed TI86 dumper
358 - some calcs needs 2P1L refresh for ROM dumper
388 - added Titanium/USB ROM dumper
389 - increased ROM dumper block size from 1KB to 4KB (faster)
484 Replaced VTi's TI83+ ROM dumper by a new one developped by
490 Removed VTi's TI89/92+ ROM dumper by my own ROM dumper for
895 Added a m4 macro for checking libticables in configure scripts.
938 - 21/06/2001, version 1.7.9: TI86 ROM dumper and TI86 support improved.
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/twig/twig/doc/
H A Dapi.rst527 $dumper = new Twig_Profiler_Dumper_Text();
528 echo $dumper->dump($profile);
531 block, and macro executions.
536 $dumper = new Twig_Profiler_Dumper_Blackfire();
537 file_put_contents('/path/to/profile.prof', $dumper->dump($profile));
/dports/devel/gitlist/gitlist/vendor/twig/twig/doc/
H A Dapi.rst527 $dumper = new Twig_Profiler_Dumper_Text();
528 echo $dumper->dump($profile);
531 block, and macro executions.
536 $dumper = new Twig_Profiler_Dumper_Blackfire();
537 file_put_contents('/path/to/profile.prof', $dumper->dump($profile));
/dports/www/itop/web/lib/silex/vendor/twig/twig/doc/
H A Dapi.rst527 $dumper = new Twig_Profiler_Dumper_Text();
528 echo $dumper->dump($profile);
531 block, and macro executions.
536 $dumper = new Twig_Profiler_Dumper_Blackfire();
537 file_put_contents('/path/to/profile.prof', $dumper->dump($profile));
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/twig/twig/doc/
H A Dapi.rst527 $dumper = new Twig_Profiler_Dumper_Text();
528 echo $dumper->dump($profile);
531 block, and macro executions.
536 $dumper = new Twig_Profiler_Dumper_Blackfire();
537 file_put_contents('/path/to/profile.prof', $dumper->dump($profile));
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/External/ppcg/m4/
H A Dltoptions.m425 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
60 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
143 _LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/m4/
H A Dltoptions.m424 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
59 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
142 _LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl
/dports/astro/celestia-gtk/celestia-1.6.1/macros/
H A Dltoptions.m424 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
59 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
142 _LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl

12345678910>>...219