/minix/external/bsd/llvm/dist/llvm/lib/Option/ |
H A D | Option.cpp | 61 for (const char * const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) { in dump() local 62 llvm::errs() << '"' << *Pre << (*(Pre + 1) == nullptr ? "\"" : "\", "); in dump()
|
H A D | OptTable.cpp | 181 for (const char * const *Pre = I->Prefixes; *Pre != nullptr; ++Pre) { in matchOption() local 182 StringRef Prefix(*Pre); in matchOption()
|
/minix/external/bsd/llvm/dist/llvm/test/Transforms/SimplifyCFG/ |
H A D | 2008-05-16-PHIBlockMerge.ll | 65 Succ: ; preds = %Common, %BB.tomerge, %Pre-Exit 68 %b = phi i32 [ 1, %BB.tomerge ], [ 1, %Common ], [ 2, %Pre-Exit ] 70 br i1 %conde, label %Common, label %Pre-Exit 76 Pre-Exit: ; preds = %Succ 82 Exit: ; preds = %Pre-Exit
|
H A D | EqualPHIEdgeBlockMerge.ll | 190 Succ: ; preds = %Common, %BB.tomerge, %Pre-Exit 193 %b = phi i32 [ 1, %BB.tomerge ], [ 1, %Common ], [ 2, %Pre-Exit ] 195 br i1 %conde, label %Common, label %Pre-Exit 201 Pre-Exit: ; preds = %Succ 207 Exit: ; preds = %Pre-Exit
|
/minix/external/mit/expat/dist/win32/ |
H A D | MANIFEST.txt | 15 <top>\Bin\ Pre-compiled dynamic libraries for developers. 16 Pre-compiled static libraries for developers (*MT.lib).
|
/minix/external/bsd/tcpdump/dist/tests/ |
H A D | dcb_qcn.out | 127 Pre-Priority CNPV Indicator 130 Pre-Priority Ready Indicator 167 Pre-Priority CNPV Indicator 170 Pre-Priority Ready Indicator 312 Pre-Priority CNPV Indicator 315 Pre-Priority Ready Indicator 352 Pre-Priority CNPV Indicator 355 Pre-Priority Ready Indicator
|
/minix/external/bsd/llvm/dist/llvm/test/MC/ARM/ |
H A D | arm_addrmode2.s | 37 @ Pre-indexed
|
/minix/crypto/external/bsd/openssl/dist/doc/ssl/ |
H A D | SSL_get_psk_identity.pod | 12 Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
|
H A D | SSL_CTX_set_psk_client_callback.pod | 12 Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
|
H A D | SSL_CTX_use_psk_identity_hint.pod | 12 Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
|
/minix/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | CommentHTMLTags.td | 35 def Pre : Tag<"pre">;
|
H A D | CommentCommands.td | 139 def Pre : BlockCommand<"pre">;
|
/minix/external/bsd/dhcpcd/dist/dhcpcd-hooks/ |
H A D | 10-wpa_supplicant | 47 # Pre flight checks
|
/minix/external/bsd/bind/dist/contrib/zkt-1.1.3/doc/ |
H A D | draft-gudmundsson-life-of-dnskey-00.txt | 74 3.2.1. Pre-Publication . . . . . . . . . . . . . . . . . . . 5 182 +--> Pre-PUBLISHED--+ +--------+---------> REVOKED ---+ 245 3.2.1. Pre-Publication
|
H A D | rfc4641.txt | 83 4.2.1.1. Pre-Publish Key Rollover ..................15 795 4.2.1.1. Pre-Publish Key Rollover 807 Pre-publish key rollover involves four stages as follows: 822 Pre-Publish Key Rollover 892 Pre-Publish Key Rollover, Showing Two Rollovers 978 Pre-publish key rollover: This rollover does not involve signing the 1115 Stages of Deployment for a Pre-Publish Key Signing Key Rollover
|
H A D | draft-ietf-dnsop-rfc4641bis-01.txt | 100 4.2.1.1. Pre-Publish Key Rollover . . . . . . . . . . . . . 15 819 4.2.1.1. Pre-Publish Key Rollover 844 Pre-publish key rollover involves four stages as follows: 859 Pre-Publish Key Rollover 929 Pre-Publish Key Rollover, Showing Two Rollovers 1016 Pre-publish key rollover: This rollover does not involve signing the 1168 Stages of Deployment for a Pre-Publish Key Signing Key Rollover
|
/minix/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
H A D | AMDILCFGStructurizer.cpp | 722 MachineBasicBlock::iterator Pre = MBB->begin(); in wrapup() local 724 MachineBasicBlock::iterator It = Pre; in wrapup() 726 if (Pre->getOpcode() == AMDGPU::CONTINUE in wrapup() 728 ContInstr.push_back(Pre); in wrapup() 729 Pre = It; in wrapup()
|
/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | ValueTypes.td | 81 def FlagVT : ValueType<0 , 55>; // Pre-RA sched glue
|
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 1262 const MachineBasicBlock *Pre = BBI.getOperand(i + 1).getMBB(); in checkPHIOps() local 1263 if (!Pre->isSuccessor(MBB)) in checkPHIOps() 1265 seen.insert(Pre); in checkPHIOps() 1266 BBInfo &PrInfo = MBBInfoMap[Pre]; in checkPHIOps()
|
/minix/external/bsd/llvm/dist/llvm/test/tools/llvm-readobj/ARM/ |
H A D | attribute-0.s | 9 @CHECK-OBJ-NEXT: Description: Pre-v4
|
/minix/minix/drivers/net/rtl8139/ |
H A D | rtl8139.h | 368 0 R/W PBWakeup Pre-Boot Wakeup
|
/minix/external/bsd/llvm/dist/llvm/docs/ |
H A D | ReleaseProcess.rst | 130 Pre-Release Process
|
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/ |
H A D | arm64-indexed-memory.ll | 209 ; Pre-indexed loads
|
/minix/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1236 auto Pre = Lexer::ComputePreamble(Buffer->getBuffer(), in ComputePreamble() local 1238 return ComputedPreamble(Buffer, std::move(BufferOwner), Pre.first, in ComputePreamble() 1239 Pre.second); in ComputePreamble()
|
/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedA53.td | 93 // Pre/Post Indexing - Performed as part of address generation which is already
|