| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | MemDerefPrinter.cpp | 59 Value *PO = LI->getPointerOperand(); in runOnFunction() local 60 if (isDereferenceablePointer(PO, LI->getType(), DL)) in runOnFunction() 61 Deref.push_back(PO); in runOnFunction() 63 PO, LI->getType(), MaybeAlign(LI->getAlignment()), DL)) in runOnFunction() 64 DerefAndAligned.insert(PO); in runOnFunction() 94 Value *PO = LI->getPointerOperand(); in run() local 95 if (isDereferenceablePointer(PO, LI->getType(), DL)) in run() 96 Deref.push_back(PO); in run() 98 PO, LI->getType(), MaybeAlign(LI->getAlignment()), DL)) in run() 99 DerefAndAligned.insert(PO); in run()
|
| /netbsd-src/external/mit/isl/dist/interface/ |
| H A D | set_lang_defaults_arg4.h | 11 setLangDefaultsArg4(clang::PreprocessorOptions &PO) : PO(PO) {} in setLangDefaultsArg4() 12 operator clang::PreprocessorOptions &() { return PO; } 13 operator std::vector<std::string> &() { return PO.Includes; } 15 clang::PreprocessorOptions &PO; member
|
| H A D | extract_interface.cc | 432 PreprocessorOptions &PO = Clang->getPreprocessorOpts(); in set_lang_defaults() local 436 setLangDefaultsArg4(PO), in set_lang_defaults() 557 PreprocessorOptions &PO = Clang->getPreprocessorOpts(); in main() local 563 PO.addMacroDef("__isl_give=__attribute__((annotate(\"isl_give\")))"); in main() 564 PO.addMacroDef("__isl_keep=__attribute__((annotate(\"isl_keep\")))"); in main() 565 PO.addMacroDef("__isl_take=__attribute__((annotate(\"isl_take\")))"); in main() 566 PO.addMacroDef("__isl_export=__attribute__((annotate(\"isl_export\")))"); in main() 567 PO.addMacroDef("__isl_overload=" in main() 570 …PO.addMacroDef("__isl_constructor=__attribute__((annotate(\"isl_constructor\"))) __attribute__((an… in main() 571 …PO.addMacroDef("__isl_subclass(super)=__attribute__((annotate(\"isl_subclass(\" #super \")\"))) __… in main()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | FILES | 14 Management of the list of directories where PO files are 43 Error handling during writing and reading of PO files. 45 +-------------- Writing PO files 51 | Output of a list-of-messages to a PO file. 59 +-------------- Writing PO files 61 +-------------- Reading PO files 64 | Opening PO files for reading. 68 | Charset handling while reading PO files. 72 | Lexical analysis of PO files. 84 | Parsing of PO files and Java .properties and NeXTstep/GNUstep [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
| H A D | gettext.texi | 45 * msgattrib: (gettext)msgattrib Invocation. Select part of a PO file. 46 * msgcat: (gettext)msgcat Invocation. Combine several PO files. 47 * msgcmp: (gettext)msgcmp Invocation. Compare a PO file and template. 48 * msgcomm: (gettext)msgcomm Invocation. Match two PO files. 49 * msgconv: (gettext)msgconv Invocation. Convert PO file to encoding. 50 * msgen: (gettext)msgen Invocation. Create an English PO file. 51 * msgexec: (gettext)msgexec Invocation. Process a PO file. 52 * msgfilter: (gettext)msgfilter Invocation. Pipe a PO file through a filter. 53 * msgfmt: (gettext)msgfmt Invocation. Make MO files out of PO files. 54 * msggrep: (gettext)msggrep Invocation. Select part of a PO file. [all …]
|
| H A D | gettext.info | 10 * msgattrib: (gettext)msgattrib Invocation. Select part of a PO file. 11 * msgcat: (gettext)msgcat Invocation. Combine several PO files. 12 * msgcmp: (gettext)msgcmp Invocation. Compare a PO file and template. 13 * msgcomm: (gettext)msgcomm Invocation. Match two PO files. 14 * msgconv: (gettext)msgconv Invocation. Convert PO file to encoding. 15 * msgen: (gettext)msgen Invocation. Create an English PO file. 16 * msgexec: (gettext)msgexec Invocation. Process a PO file. 17 * msgfilter: (gettext)msgfilter Invocation. Pipe a PO file through a filter. 18 * msgfmt: (gettext)msgfmt Invocation. Make MO files out of PO files. 19 * msggrep: (gettext)msggrep Invocation. Select part of a PO file. [all …]
|
| H A D | msgcmp.texi | 7 @cindex compare PO files 10 existing PO file with the translations. The @var{ref}.pot file is the last 11 created PO file, or a PO Template file (generally created by @code{xgettext}). 64 syntax, not in PO file syntax. 69 @code{.strings} syntax, not in PO file syntax.
|
| H A D | msginit.texi | 7 @cindex create new PO file 8 @cindex initialize new PO file 9 The @code{msginit} program creates a new PO file, initializing the meta 33 Write output to specified PO file. 49 syntax, not in PO file syntax. 54 @code{.strings} syntax, not in PO file syntax. 71 Declares that the PO file will not have a human translator and is instead
|
| H A D | msgcat.texi | 7 @cindex concatenate PO files 8 @cindex merge PO files 9 The @code{msgcat} program concatenates and merges the specified PO files. 10 It finds messages which are common to two or more of the specified PO files. 16 @code{--use-first} is specified, they will be taken from the first PO file 17 to define them. File positions from all PO files will be cumulated. 93 syntax, not in PO file syntax. 98 @code{.strings} syntax, not in PO file syntax. 140 Write out a strict Uniforum conforming PO file. Note that this
|
| H A D | msgen.texi | 9 input file is the last created English PO file, or a PO Template file 21 Input PO or POT file. 57 syntax, not in PO file syntax. 62 @code{.strings} syntax, not in PO file syntax. 91 Write out a strict Uniforum conforming PO file. Note that this
|
| H A D | ChangeLog | 48 * gettext.texi (PO Files): Document the "previous msgid" syntax. 253 * gettext.texi (PO Files): Clarify the terms "automatic comments" and 268 * gettext.texi (PO Files): Mention boost-format. 288 * gettext.texi (PO Files, Preparing Strings, Contexts): Small fixes. 293 Support for context dependent translations in PO files. 294 * gettext.texi (PO Files): Explain syntax of msgctxt. 325 (Overview, PO Files, Header Entry, Prioritizing messages): De-emphasize 326 PO mode. Talk about PO file editors instead. 328 (PO Mode): Move introducing paragraph from Overview to here. 332 * gettext.texi (Editing): New chapter, including all the PO Mode [all …]
|
| H A D | msgcomm.texi | 9 of the specified PO files. 15 PO file to define them. File positions from all PO files will be 91 syntax, not in PO file syntax. 96 @code{.strings} syntax, not in PO file syntax. 127 Write out a strict Uniforum conforming PO file. Note that this
|
| H A D | msgexec.texi | 25 variable @code{MSGEXEC_LOCATION} is bound to the location in the PO file 48 Input PO file. 70 syntax, not in PO file syntax. 75 @code{.strings} syntax, not in PO file syntax.
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/po/ |
| H A D | el.po | 10 "PO-Revision-Date: 1998-05-17 13:12+0200\n" 463 #~ " --force-po write PO file even if empty\n" 488 #~ " --force-po ���������� ������� PO ����� ��� �� ����� " 509 #~ "Concatenates and merges the specified PO files.\n" 510 #~ "Find messages which are common to two or more of the specified PO files.\n" 517 #~ "is specified, they will be taken from the first PO file to define them.\n" 518 #~ "File positions from all PO files will be cumulated.\n" 534 #~ "PO.\n" 544 #~ "����� ������ PO ��� �� ���� ������. �� ������ ������� ��� ��� �� ������ " 545 #~ "PO\n" [all …]
|
| H A D | be.po | 10 "PO-Revision-Date: 2002-09-04 18:51+0300\n" 453 #~ " INPUTFILE input PO file\n" 459 #~ " INPUTFILE уваходзячы PO файл\n" 526 #~ " --force-po write PO file even if empty\n" 546 #~ " --force-po запісваць PO-файл, нават калі ён пусты\n" 567 #~ "Concatenates and merges the specified PO files.\n" 568 #~ "Find messages which are common to two or more of the specified PO files.\n" 575 #~ "is specified, they will be taken from the first PO file to define them.\n" 576 #~ "File positions from all PO files will be cumulated.\n" 578 #~ "Злучае й аб'ядноўвае зададзеныя PO-файлы.\n" [all …]
|
| H A D | et.po | 9 "PO-Revision-Date: 2001-04-30 16:25+0200\n" 413 #~ " --force-po write PO file even if empty\n" 438 #~ " --force-po kirjutab PO faili ka siis, kui see on t�hi\n" 459 #~ "Concatenates and merges the specified PO files.\n" 460 #~ "Find messages which are common to two or more of the specified PO files.\n" 467 #~ "is specified, they will be taken from the first PO file to define them.\n" 468 #~ "File positions from all PO files will be cumulated.\n" 480 #~ "Leiab stringid, mis esinevad kahes (v�i enamas) kirjeldatud PO failis.\n" 487 #~ "comments) j�etakse alles ainult esimesena kirjeldatud PO failist.\n" 488 #~ "Positsioonikirjeldused v�etakse ja s�ilitatakse k�ikidest PO failidest.\n" [all …]
|
| H A D | no.po | 10 "PO-Revision-Date: 2001-05-09 02:08+02:00\n" 407 #~ " --force-po write PO file even if empty\n" 431 #~ " --force-po skriv PO-fil selv om den blir tom\n" 447 #~ "Concatenates and merges the specified PO files.\n" 448 #~ "Find messages which are common to two or more of the specified PO files.\n" 455 #~ "is specified, they will be taken from the first PO file to define them.\n" 456 #~ "File positions from all PO files will be cumulated.\n" 469 #~ "Finne meldinger som er felles i to eller flere av de angitt PO-filene.\n" 475 #~ "PO-filen som definerer dem. Filposisjonene fra alle PO-filene vil\n" 501 #~ "Finne meldinger som er felles i to eller flere av de angitt PO-filene.\n" [all …]
|
| H A D | sl.po | 12 "PO-Revision-Date: 2006-09-29 09:00+0200\n" 462 #~ " INPUTFILE input PO file\n" 468 #~ " VHODNA_DATOTEKA vhodna datoteka PO\n" 533 #~ " --force-po write PO file even if empty\n" 552 #~ " --force-po vedno izpišemo datoteko PO, četudi prazno\n" 553 #~ " -i, --indent izpis datoteke PO z zamiki\n" 571 #~ "Concatenates and merges the specified PO files.\n" 572 #~ "Find messages which are common to two or more of the specified PO files.\n" 579 #~ "is specified, they will be taken from the first PO file to define them.\n" 580 #~ "File positions from all PO files will be cumulated.\n" [all …]
|
| H A D | da.po | 13 "PO-Revision-Date: 2002-09-07 19:32+0200\n" 471 #~ " INPUTFILE input PO file\n" 477 #~ " INDDATAFIL PO inddatafil\n" 540 #~ " --force-po write PO file even if empty\n" 559 #~ " --force-po skriv PO-fil selv om den er tom\n" 579 #~ "Concatenates and merges the specified PO files.\n" 580 #~ "Find messages which are common to two or more of the specified PO files.\n" 587 #~ "is specified, they will be taken from the first PO file to define them.\n" 588 #~ "File positions from all PO files will be cumulated.\n" 590 #~ "Sammenl�gger og fletter de angivne PO-filer.\n" [all …]
|
| H A D | fr.po | 14 "PO-Revision-Date: 2006-10-01 02:54+0200\n" 491 #~ " INPUTFILE input PO file\n" 497 #~ " FICHIER-D-ENTRÃE fichier PO d'entrée\n" 564 #~ " --force-po write PO file even if empty\n" 583 #~ " --force-po produire un fichier PO, même vide\n" 603 #~ "Concatenates and merges the specified PO files.\n" 604 #~ "Find messages which are common to two or more of the specified PO files.\n" 611 #~ "is specified, they will be taken from the first PO file to define them.\n" 612 #~ "File positions from all PO files will be cumulated.\n" 614 #~ "Concaténer et faire la fusion des ficheirs PO spécifiés.\n" [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/ |
| H A D | NEWS | 11 stored in the resulting PO file, using a pseudo-comment syntax like this: 27 * msgcmp now ignores fuzzy and untranslated messages in the PO file. 57 - PO files can now contain messages constrained to a certain context. 59 The syntax in the PO file is 98 Cyrillic PO file (sr.po) to a Serbian Latin PO file (sr@latin.po). 169 - New functions for constructing PO files in memory and writing them to 248 All the tools that manipulate PO files can work with .strings files 250 option. To create a .strings file from a PO or POT file, use 251 "msgcat --stringtable-output". To create a PO or POT file from a 346 All the tools that manipulate PO files can work with .properties files [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| H A D | gettext-po.h.in | 1 /* Public API for GNU gettext PO files - contained in libgettextpo. 37 /* A po_file_t represents the contents of a PO file. */ 41 PO file. */ 44 /* A po_message_t represents a message in a PO file. */ 131 /* Create an empty PO file representation in memory. */ 134 /* Read a PO file into memory. 140 /* Write an in-memory PO file to a file. 146 /* Free a PO file from memory. */ 149 /* Return the names of the domains covered by a PO file in memory. */ 155 /* Return the header entry of a domain of a PO file in memory. [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMBasicBlockInfo.h | 91 unsigned PO = Offset + Size; member 94 return PO; 96 return PO + UnknownPadding(PA, internalKnownBits());
|
| /netbsd-src/external/bsd/flex/dist/po/ |
| H A D | Makevars | 1 # Makefile variables for PO directory in any package using GNU gettext. 63 # If you want to disable line wrapping when writing PO files, add 68 # This tells whether or not to regenerate a PO file when $(DOMAIN).pot 75 # regenerate PO files on "make dist". Possible values are "yes" and 76 # "no". Set this to no if the POT file and PO files are maintained
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | TransZeroOutPropsInDealloc.cpp | 153 if (PseudoObjectExpr *PO = dyn_cast<PseudoObjectExpr>(E)) in isZeroingPropIvar() local 154 return isZeroingPropIvar(PO); in isZeroingPropIvar() 190 bool isZeroingPropIvar(PseudoObjectExpr *PO) { in isZeroingPropIvar() argument 191 BinaryOperator *BO = dyn_cast<BinaryOperator>(PO->getSyntacticForm()); in isZeroingPropIvar()
|