| /src/external/gpl3/gdb/dist/readline/readline/support/ |
| mkdist | 3 # mkdist - make a distribution directory from a master manifest file 5 # usage: mkdist [-m manifest] [-s srcdir] [-r rootname] [-t] [-v] version 8 # MANIFEST defaults to $SRCDIR/MANIFEST 34 echo usage: mkdist [-m manifest] [-s srcdir] [-r rootname] [-t] [-v] version 1>&2 48 m) MANIFEST=$OPTARG ;; 57 : ${MANIFEST:=$SRCDIR/MANIFEST} 59 vmsg using $MANIFEST 112 done < $MANIFEST [all...] |
| /src/external/gpl3/gdb.old/dist/readline/readline/support/ |
| mkdist | 3 # mkdist - make a distribution directory from a master manifest file 5 # usage: mkdist [-m manifest] [-s srcdir] [-r rootname] [-t] [-v] version 8 # MANIFEST defaults to $SRCDIR/MANIFEST 34 echo usage: mkdist [-m manifest] [-s srcdir] [-r rootname] [-t] [-v] version 1>&2 48 m) MANIFEST=$OPTARG ;; 57 : ${MANIFEST:=$SRCDIR/MANIFEST} 59 vmsg using $MANIFEST 101 done < $MANIFEST [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| rcparse.h | 103 MANIFEST = 304, /* MANIFEST */ 208 #define MANIFEST 304
|
| rclex.c | 95 K(MANIFEST), K(MENU), K(MENUBARBREAK), K(MENUBREAK),
|
| rcparse.y | 125 %token ANICURSOR ANIICON DLGINCLUDE DLGINIT FONTDIR HTML MANIFEST PLUGPLAY VXD TOOLBAR BUTTON 1308 | MANIFEST
|
| rcparse.c | 226 MANIFEST = 304, /* MANIFEST */ 331 #define MANIFEST 304 502 YYSYMBOL_MANIFEST = 49, /* MANIFEST */ 1114 "HTML", "MANIFEST", "PLUGPLAY", "VXD", "TOOLBAR", "BUTTON", "LANGUAGE", 3633 case 176: /* rcdata_id: MANIFEST */
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| rcparse.h | 103 MANIFEST = 304, /* MANIFEST */ 208 #define MANIFEST 304
|
| rclex.c | 95 K(MANIFEST), K(MENU), K(MENUBARBREAK), K(MENUBREAK),
|
| rcparse.y | 125 %token ANICURSOR ANIICON DLGINCLUDE DLGINIT FONTDIR HTML MANIFEST PLUGPLAY VXD TOOLBAR BUTTON 1308 | MANIFEST
|
| rcparse.c | 226 MANIFEST = 304, /* MANIFEST */ 331 #define MANIFEST 304 502 YYSYMBOL_MANIFEST = 49, /* MANIFEST */ 1114 "HTML", "MANIFEST", "PLUGPLAY", "VXD", "TOOLBAR", "BUTTON", "LANGUAGE", 3633 case 176: /* rcdata_id: MANIFEST */
|
| /src/external/bsd/pcc/dist/pcc/mip/ |
| manifest.h | 1 /* Id: manifest.h,v 1.110 2015/08/11 20:08:22 ragge Exp */ 2 /* $NetBSD: manifest.h,v 1.1.1.7 2016/02/09 20:29:14 plunky Exp $ */ 37 #ifndef MANIFEST 38 #define MANIFEST
|
| /src/external/mit/expat/dist/ |
| Makefile.am | 88 win32/MANIFEST.txt \
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| MANIFEST | 2 # Master distribution manifest for the standalone readline distribution 13 MANIFEST f 152 # formatted documentation, from MANIFEST.doc
|
| Makefile.in | 355 @echo bash $(srcdir)/support/mkdist -m $(srcdir)/MANIFEST -s $(srcdir) -r $(RL_LIBRARY_NAME) $(RL_LIBRARY_VERSION)
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| MANIFEST | 2 # Master distribution manifest for the standalone readline distribution 12 MANIFEST f 146 # formatted documentation, from MANIFEST.doc
|
| Makefile.in | 351 @echo bash $(srcdir)/support/mkdist -m $(srcdir)/MANIFEST -s $(srcdir) -r $(RL_LIBRARY_NAME) $(RL_LIBRARY_VERSION)
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
| Attributor.h | 25 // manifest the information. The Attributor allows to query in-flight abstract 60 // manifest their result in the IR for passes to come. 1185 // If this is queried in the manifest stage, we force the AA to indicate 1187 if (Phase == AttributorPhase::MANIFEST) { 1270 // Register AA with the synthetic root only before the manifest stage. 1717 /// Uses we replace with a new value after manifest is done. We will remove 1721 /// Instructions we replace with `unreachable` insts after manifest is done. 1732 MANIFEST, 1739 /// Functions, blocks, and instructions we delete after manifest is done. 2207 /// IRAttribute::manifest is defined in the Attributor.cpp 2386 virtual ChangeStatus manifest(Attributor &A) { function in struct:AbstractAttribute [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| Attributor.cpp | 51 DEBUG_COUNTER(ManifestDBGCounter, "attributor-manifest", 277 // In the following some generic code that will manifest attributes in 1151 // We must not manifest Attributes that use Callbase info. 1154 // If the state is invalid, we do not try to manifest it. 1161 // Check if the manifest debug counter that allows skipping manifestation of 1165 // Manifest the state and record if we changed the IR. 1166 ChangeStatus LocalChange = AA->manifest(*this); 1169 LLVM_DEBUG(dbgs() << "[Attributor] Manifest " << LocalChange << " : " << *AA 1374 // Rewrite the functions as requested during manifest. 1411 << " functions after manifest.\n") [all...] |