Home
last modified time | relevance | path

Searched refs:Where (Results 1 – 25 of 245) sorted by relevance

12345678910

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DFormatCommon.h21 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 DFormatAdapters.h28 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 DFormatVariadic.h52 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 DFormatVariadic.cpp28 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 DTokenRewriter.cpp72 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 DWebAssemblyMemIntrinsicResults.cpp101 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 Dldasm.S63 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 DMemorySSAUpdater.h128 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 DCAss.cnf34 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 Dtest.cnf15 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 DCalledOnceCheck.h74 const Decl *Where, in handleCapturedNeverCalled() argument
90 const Decl *Function, const Stmt *Where, in handleNeverCalled() argument
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1167 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 DPROTOCOL.krl18 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 DPROTOCOL.agent23 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 DInstrProfWriter.cpp213 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 DQUESTIONS4 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 DGlobalDCE.cpp113 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 Dsymlink_or_copy.gni4 # output: Where to create the symlink.
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq.pod15 =head2 Where to find the perlfaq
144 What machines support Perl? Where do I get it?
168 Where can I get information on Perl?
176 Where can I post questions?
196 Where can I buy a commercial version of Perl?
200 Where do I send bug reports?
245 Where can I get Perl macros for vi?
249 Where can I get perl-mode or cperl-mode for emacs?
301 Where can I learn about CGI or Web programming in Perl?
309 Where can I learn about linking C with Perl?
[all …]
H A Dperlfaq2.pod15 =head2 What machines support Perl? Where do I get it?
99 =head2 Where can I get information on Perl?
159 =head2 Where can I post questions?
197 =head2 Where can I buy a commercial version of Perl?
208 =head2 Where do I send bug reports?
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp1110 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 DAMDGPUInstructionNotation.rst62 Where:
140 Where the *name* is a link to a description of the *modifier*.
/openbsd/gnu/llvm/clang/include/clang/Rewrite/Core/
H A DTokenRewriter.h75 TokenRefTy AddToken(const Token &T, TokenRefTy Where);
/openbsd/gnu/usr.bin/perl/cpan/DB_File/
H A Dconfig.in7 # 1. Where is the file db.h?
16 # 2. Where is libdb?
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp113 Error LVSplitContext::createSplitFolder(StringRef Where) { in createSplitFolder() argument
117 Location = std::string(Where); in createSplitFolder()

12345678910