/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | FormatCommon.h | 21 AlignStyle Where; member 25 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount, 27 : Adapter(Adapter), Where(Where), Amount(Amount), Fill(Fill) {} in Adapter() 49 switch (Where) { in format()
|
H A D | FormatAdapters.h | 28 AlignStyle Where; variable 33 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter() argument 34 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount), in AlignAdapter() 39 FmtAlign(Adapter, Where, Amount, Fill).format(Stream, Style); in format() 86 detail::AlignAdapter<T> fmt_align(T &&Item, AlignStyle Where, size_t Amount, 88 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount, Fill);
|
H A D | FormatVariadic.h | 52 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where, in ReplacementItem() 55 Where(Where), Pad(Pad), Options(Options) {} in ReplacementItem() 61 AlignStyle Where = AlignStyle::Right; member 71 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where, 100 FmtAlign Align(*W, R.Where, R.Align, R.Pad); in format()
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | FormatVariadic.cpp | 28 bool formatv_object_base::consumeFieldLayout(StringRef &Spec, AlignStyle &Where, in consumeFieldLayout() argument 30 Where = AlignStyle::Right; in consumeFieldLayout() 46 Where = *Loc; in consumeFieldLayout() 49 Where = *Loc; in consumeFieldLayout() 66 AlignStyle Where = AlignStyle::Right; in parseReplacementItem() local 77 if (!consumeFieldLayout(RepString, Where, Align, Pad)) in parseReplacementItem() 90 return ReplacementItem{Spec, Index, Align, Where, Pad, Options}; in parseReplacementItem()
|
/openbsd/gnu/llvm/clang/lib/Rewrite/ |
H A D | TokenRewriter.cpp | 72 TokenRewriter::AddToken(const Token &T, TokenRefTy Where) { in AddToken() argument 73 Where = TokenList.insert(Where, T); in AddToken() 76 Where)).second; in AddToken() 79 return Where; in AddToken()
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMemIntrinsicResults.cpp | 101 MachineInstr *Where = O.getParent(); in replaceDominatedUses() local 104 if (&MI == Where || !MDT.dominates(&MI, Where)) in replaceDominatedUses() 108 SlotIndex WhereIdx = LIS.getInstructionIndex(*Where); in replaceDominatedUses() 119 LLVM_DEBUG(dbgs() << "Setting operand " << O << " in " << *Where << " from " in replaceDominatedUses()
|
/openbsd/libexec/ld.so/mips64/ |
H A D | ldasm.S | 63 PTR_ADDU a0, sp, FRAMESZ # Where stack info is. 64 PTR_ADDU a1, sp, 0 # Where fast AUX info will be. 66 PTR_ADDU a2, s0 # Where _DYNAMIC is 76 PTR_ADDU a3, sp, 0 # Where fast AUX info will be.
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | MemorySSAUpdater.h | 128 void moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where); 129 void moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where); 131 MemorySSA::InsertionPlace Where); 247 void moveTo(MemoryUseOrDef *What, BasicBlock *BB, WhereType Where);
|
/openbsd/lib/libssl/test/ |
H A D | CAss.cnf | 34 dir = ./demoCA # Where everything is kept 35 certs = $dir/certs # Where the issued certs are kept 36 crl_dir = $dir/crl # Where the issued crl are kept
|
H A D | test.cnf | 15 dir = ./demoCA # Where everything is kept 16 certs = $dir/certs # Where the issued certs are kept 17 crl_dir = $dir/crl # Where the issued crl are kept
|
/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
H A D | CalledOnceCheck.h | 74 const Decl *Where, in handleCapturedNeverCalled() argument 90 const Decl *Function, const Stmt *Where, in handleNeverCalled() argument
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 1167 WhereType Where) { in moveTo() argument 1177 MSSA->moveTo(What, BB, Where); in moveTo() 1191 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveBefore() argument 1192 moveTo(What, Where->getBlock(), Where->getIterator()); in moveBefore() 1196 void MemorySSAUpdater::moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveAfter() argument 1197 moveTo(What, Where->getBlock(), ++Where->getIterator()); in moveAfter() 1201 MemorySSA::InsertionPlace Where) { in moveToPlace() argument 1202 if (Where != MemorySSA::InsertionPlace::BeforeTerminator) in moveToPlace() 1203 return moveTo(What, BB, Where); in moveToPlace() 1205 if (auto *Where = MSSA->getMemoryAccess(BB->getTerminator())) in moveToPlace() local [all …]
|
/openbsd/usr.bin/ssh/ |
H A D | PROTOCOL.krl | 18 Where "krl_version" is a version number that increases each time the KRL 29 Where "section_type" indicates the type of the "section_data". An exception 52 Where "ca_key" is the standard SSH wire serialisation of the CA's 132 Where "extension_name" describes the type of extension. It is 184 Where "extension_name" describes the type of extension. It is
|
H A D | PROTOCOL.agent | 23 Where 'hostkey' is the encoded server host public key, 'session 48 Where a constraint consists of: 97 Where "certsblob" consists of one or more certificates encoded as public
|
/openbsd/gnu/llvm/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 213 ProfilingData::iterator Where; in overlapRecord() local 214 std::tie(Where, NewFunc) = in overlapRecord() 220 InstrProfRecord &Dest = Where->second; in overlapRecord() 235 ProfilingData::iterator Where; in addRecord() local 236 std::tie(Where, NewFunc) = in addRecord() 238 InstrProfRecord &Dest = Where->second; in addRecord()
|
/openbsd/sbin/isakmpd/ |
H A D | QUESTIONS | 4 Does the spec limit the count of SA payloads in a message? Where if so? 10 DOI 0, what protocols are defined for it? Where?
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | GlobalDCE.cpp | 113 auto Where = ConstantDependenciesCache.find(CE); in ComputeDependencies() local 114 if (Where != ConstantDependenciesCache.end()) { in ComputeDependencies() 115 auto const &K = Where->second; in ComputeDependencies()
|
/openbsd/gnu/llvm/llvm/utils/gn/build/ |
H A D | symlink_or_copy.gni | 4 # output: Where to create the symlink.
|
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
H A D | perlfaq.pod | 15 =head2 Where to find the perlfaq 140 What machines support Perl? Where do I get it? 164 Where can I get information on Perl? 172 Where can I post questions? 192 Where can I buy a commercial version of Perl? 196 Where do I send bug reports? 241 Where can I get Perl macros for vi? 245 Where can I get perl-mode or cperl-mode for emacs? 297 Where can I learn about CGI or Web programming in Perl? 305 Where can I learn about linking C with Perl? [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SILoadStoreOptimizer.cpp | 1110 CombineInfo *Where; in checkAndPrepareMerge() local 1118 Where = &CI; in checkAndPrepareMerge() 1126 Where = &Paired; in checkAndPrepareMerge() 1135 return Where; in checkAndPrepareMerge() 2377 if (!Where) { in optimizeInstsWithSameBaseAddr() 2392 NewMI = mergeRead2Pair(CI, Paired, Where->I); in optimizeInstsWithSameBaseAddr() 2395 NewMI = mergeWrite2Pair(CI, Paired, Where->I); in optimizeInstsWithSameBaseAddr() 2412 NewMI = mergeImagePair(CI, Paired, Where->I); in optimizeInstsWithSameBaseAddr() 2426 NewMI = mergeFlatLoadPair(CI, Paired, Where->I); in optimizeInstsWithSameBaseAddr() 2432 NewMI = mergeFlatStorePair(CI, Paired, Where->I); in optimizeInstsWithSameBaseAddr() [all …]
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | AMDGPUInstructionNotation.rst | 62 Where: 140 Where the *name* is a link to a description of the *modifier*.
|
/openbsd/gnu/llvm/clang/include/clang/Rewrite/Core/ |
H A D | TokenRewriter.h | 75 TokenRefTy AddToken(const Token &T, TokenRefTy Where);
|
/openbsd/gnu/usr.bin/perl/cpan/DB_File/ |
H A D | config.in | 7 # 1. Where is the file db.h? 16 # 2. Where is libdb?
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVReader.cpp | 113 Error LVSplitContext::createSplitFolder(StringRef Where) { in createSplitFolder() argument 117 Location = std::string(Where); in createSplitFolder()
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | ValueMap.h | 125 auto Where = MDMap->find(MD); in getMappedMD() local 126 if (Where == MDMap->end()) in getMappedMD() 128 return Where->second.get(); in getMappedMD()
|