HomeSort by: relevance | last modified time | path
    Searched defs:MANIFEST (Results 1 - 6 of 6) sorted by relevancy

  /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/gpl3/binutils/dist/binutils/
rcparse.h 103 MANIFEST = 304, /* MANIFEST */
208 #define MANIFEST 304
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
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/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...]

Completed in 41 milliseconds