Home
last modified time | relevance | path

Searched refs:Pre (Results 1 – 25 of 100) sorted by relevance

1234

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDeserializer.h114 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 Dip2k.sc33 /* 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 Dip2k.sc33 /* Pre-allocated, pre-initialized data memory. */
46 /* Pre-allocated, uninitialized data memory. */
55 /* Pre-allocated PRAM data memory. */
H A Dpe.sc30 R_CRT_XP='*(SORT(.CRT$XP*)) /* Pre-termination */'
/openbsd/share/misc/
H A Dscsi_modes92 {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 DChanges35 Pre /ext version of the code. By Michael G Schwern <schwern@pobox.com>
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DCommentHTMLTags.td35 def Pre : Tag<"pre">;
H A DCommentCommands.td161 def Pre : BlockCommand<"pre">;
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp660 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 D01_basic.t31 is($q->pending(), $nthreads, 'Pre-populated queue count');
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h121 Pre, enumerator
280 runCheckersForObjCMessage(ObjCMessageVisitKind::Pre, Dst, Src, msg, Eng); in runCheckersForPreObjCMessage()
/openbsd/share/zoneinfo/datfiles/
H A Dbackward32 # 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 Dmpw-config.in76 # Pre-expand some macros in coffswap.h, so MPW C doesn't choke.
/openbsd/gnu/llvm/libcxx/docs/
H A DContributing.rst28 Pre-commit check list
93 Pre-commit CI
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/
H A DInstance.t180 qr/Pre-subtest callbacks must be coderefs/,
181 "Pre-subtest callbacks must be coderefs"
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp219 case ObjCMessageVisitKind::Pre: in runChecker()
252 case ObjCMessageVisitKind::Pre: in getObjCMessageCheckers()
/openbsd/share/dict/
H A Dweb2a42187 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 Dc-m68hc11.texi188 @item Auto Pre-Increment/Pre-Decrement/Post-Increment/Post-Decrement
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-m68hc11.texi188 @item Auto Pre-Increment/Pre-Decrement/Post-Increment/Post-Decrement
/openbsd/gnu/usr.bin/binutils/etc/
H A Dmake-stds.texi854 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 Dmake-stds.texi854 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 DStmtPrinter.cpp2180 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 DARMScheduleM55.td316 // Pre/post inc loads
329 // Pre/post inc stores
/openbsd/gnu/llvm/llvm/docs/
H A DReleaseProcess.rst150 Pre-Release Process
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2805 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()

1234