/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeDeserializer.h | 114 RecordPrefix Pre(static_cast<uint16_t>(TypeLeafKind::LF_FIELDLIST)); in FieldListDeserializer() 115 CVType FieldList(&Pre, sizeof(Pre)); in FieldListDeserializer() 120 RecordPrefix Pre(static_cast<uint16_t>(TypeLeafKind::LF_FIELDLIST)); in ~FieldListDeserializer() 121 CVType FieldList(&Pre, sizeof(Pre)); in ~FieldListDeserializer()
|
/openbsd/gnu/usr.bin/binutils/ld/scripttempl/ |
H A D | ip2k.sc | 33 /* Pre-allocated, pre-initialized data memory. */ 46 /* Pre-allocated, uninitialized data memory. */ 55 /* Pre-allocated PRAM data memory. */
|
/openbsd/gnu/usr.bin/binutils-2.17/ld/scripttempl/ |
H A D | ip2k.sc | 33 /* Pre-allocated, pre-initialized data memory. */ 46 /* Pre-allocated, uninitialized data memory. */ 55 /* Pre-allocated PRAM data memory. */
|
H A D | pe.sc | 30 R_CRT_XP='*(SORT(.CRT$XP*)) /* Pre-termination */'
|
/openbsd/share/misc/ |
H A D | scsi_modes | 92 {Disable Pre-fetch Transfer Length} i2 93 {Minimum Pre-fetch} i2 94 {Maximum Pre-fetch} i2 95 {Maximum Pre-fetch Ceiling} i2
|
/openbsd/gnu/usr.bin/perl/ext/Hash-Util/ |
H A D | Changes | 35 Pre /ext version of the code. By Michael G Schwern <schwern@pobox.com>
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | CommentHTMLTags.td | 35 def Pre : Tag<"pre">;
|
H A D | CommentCommands.td | 161 def Pre : BlockCommand<"pre">;
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | R600MachineCFGStructurizer.cpp | 660 MachineBasicBlock::iterator Pre = MBB->begin(); in wrapup() local 662 MachineBasicBlock::iterator It = Pre; in wrapup() 664 if (Pre->getOpcode() == R600::CONTINUE in wrapup() 666 ContInstr.push_back(&*Pre); in wrapup() 667 Pre = It; in wrapup()
|
/openbsd/gnu/usr.bin/perl/dist/Thread-Queue/t/ |
H A D | 01_basic.t | 31 is($q->pending(), $nthreads, 'Pre-populated queue count');
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerManager.h | 121 Pre, enumerator 280 runCheckersForObjCMessage(ObjCMessageVisitKind::Pre, Dst, Src, msg, Eng); in runCheckersForPreObjCMessage()
|
/openbsd/share/zoneinfo/datfiles/ |
H A D | backward | 32 # Pre-1993 naming conventions 156 # Pre-2013 practice, which typically had a Zone per zone.tab line
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | mpw-config.in | 76 # Pre-expand some macros in coffswap.h, so MPW C doesn't choke.
|
/openbsd/gnu/llvm/libcxx/docs/ |
H A D | Contributing.rst | 28 Pre-commit check list 93 Pre-commit CI
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/ |
H A D | Instance.t | 180 qr/Pre-subtest callbacks must be coderefs/, 181 "Pre-subtest callbacks must be coderefs"
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerManager.cpp | 219 case ObjCMessageVisitKind::Pre: in runChecker() 252 case ObjCMessageVisitKind::Pre: in getObjCMessageCheckers()
|
/openbsd/share/dict/ |
H A D | web2a | 42187 Pre-aryan 42246 Pre-doric 42249 Pre-dutch 42493 Pre-greek 42494 Pre-han 42501 Pre-inca 42502 Pre-incan 42505 Pre irish 42506 Pre-islam 42520 Pre-latin [all …]
|
/openbsd/gnu/usr.bin/binutils/gas/doc/ |
H A D | c-m68hc11.texi | 188 @item Auto Pre-Increment/Pre-Decrement/Post-Increment/Post-Decrement
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | c-m68hc11.texi | 188 @item Auto Pre-Increment/Pre-Decrement/Post-Increment/Post-Decrement
|
/openbsd/gnu/usr.bin/binutils/etc/ |
H A D | make-stds.texi | 854 Pre-installation and post-installation commands may alter other files; 857 Pre-installation commands are typically executed before the normal 886 $(PRE_INSTALL) # @r{Pre-install commands follow.} 899 $(PRE_UNINSTALL) # @r{Pre-uninstall commands follow.} 914 Pre-installation and post-installation commands should not run any
|
/openbsd/gnu/usr.bin/binutils-2.17/etc/ |
H A D | make-stds.texi | 854 Pre-installation and post-installation commands may alter other files; 857 Pre-installation commands are typically executed before the normal 886 $(PRE_INSTALL) # @r{Pre-install commands follow.} 899 $(PRE_UNINSTALL) # @r{Pre-uninstall commands follow.} 914 Pre-installation and post-installation commands should not run any
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | StmtPrinter.cpp | 2180 llvm::StringRef Pre; in VisitLambdaExpr() local 2184 Pre = "("; in VisitLambdaExpr() 2187 Pre = " = "; in VisitLambdaExpr() 2190 OS << Pre; in VisitLambdaExpr()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMScheduleM55.td | 316 // Pre/post inc loads 329 // Pre/post inc stores
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | ReleaseProcess.rst | 150 Pre-Release Process
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 2805 const MachineBasicBlock &Pre = *MO1.getMBB(); in checkPHIOps() local 2806 if (!Pre.isSuccessor(&MBB)) { in checkPHIOps() 2812 seen.insert(&Pre); in checkPHIOps() 2813 BBInfo &PrInfo = MBBInfoMap[&Pre]; in checkPHIOps()
|