Home
last modified time | relevance | path

Searched refs:Where (Results 1 - 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormatCommon.h21 AlignStyle Where; member
25 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount, in FmtAlign()
27 : Adapter(Adapter), Where(Where), Amount(Amount), Fill(Fill) {} in FmtAlign()
49 switch (Where) { in format()
H A DFormatAdapters.h29 AlignStyle Where; member in llvm::detail::final
34 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter() argument
35 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount), in AlignAdapter()
40 FmtAlign(Adapter, Where, Amount, Fill).format(Stream, Style); in format()
85 detail::AlignAdapter<T> fmt_align(T &&Item, AlignStyle Where, size_t Amount, in fmt_align() argument
87 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount, Fill); in fmt_align()
H A DFormatVariadic.h50 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where, in ReplacementItem()
53 Where(Where), Pad(Pad), Options(Options) {} in ReplacementItem()
59 AlignStyle Where = AlignStyle::Right; member
84 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where,
120 FmtAlign Align(*W, R.Where, R.Align, R.Pad); in format()
194 // loc - Where to print the formatted text within the field. Only valid if
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatCommon.h22 AlignStyle Where; member
25 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount) in FmtAlign()
26 : Adapter(Adapter), Where(Where), Amount(Amount) {} in FmtAlign()
48 switch (Where) { in format()
H A DFormatVariadic.h51 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where, in ReplacementItem()
54 Where(Where), Pad(Pad), Options(Options) {} in ReplacementItem()
60 AlignStyle Where = AlignStyle::Right; member
85 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where,
112 FmtAlign Align(*W, R.Where, R.Align); in format()
178 // loc - Where to print the formatted text within the field. Only valid if
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFormatVariadic.cpp26 bool formatv_object_base::consumeFieldLayout(StringRef &Spec, AlignStyle &Where, in consumeFieldLayout() argument
28 Where = AlignStyle::Right; in consumeFieldLayout()
44 Where = *Loc; in consumeFieldLayout()
47 Where = *Loc; in consumeFieldLayout()
64 AlignStyle Where = AlignStyle::Right; in parseReplacementItem() local
75 if (!consumeFieldLayout(RepString, Where, Align, Pad)) in parseReplacementItem()
88 return ReplacementItem{Spec, Index, Align, Where, Pad, Options}; in parseReplacementItem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMemIntrinsicResults.cpp102 MachineInstr *Where = O.getParent(); in replaceDominatedUses() local
105 if (&MI == Where || !MDT.dominates(&MI, Where)) in replaceDominatedUses()
109 SlotIndex WhereIdx = LIS.getInstructionIndex(*Where); in replaceDominatedUses()
120 LLVM_DEBUG(dbgs() << "Setting operand " << O << " in " << *Where << " from " in replaceDominatedUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h100 /// Where a mayalias b, *does* require RenameUses be set to true.
141 void moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where);
142 void moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where);
144 MemorySSA::InsertionPlace Where);
263 // Move What before Where in the MemorySSA IR.
265 void moveTo(MemoryUseOrDef *What, BasicBlock *BB, WhereType Where);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLocaleValidityChecker.java32 public static class Where { class in LocaleValidityChecker
69 public boolean isValid(ULocale locale, Where where) { in isValid()
146 private boolean isValidU(ULocale locale, Datatype datatype, String extensionString, Where where) { in isValidU()
319 private boolean isValidLocale(String extensionString, Where where) { in isValidLocale()
338 private boolean isValid(Datatype datatype, String code, Where where) { in isValid()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DLocaleValidityChecker.java37 public static class Where { class in LocaleValidityChecker
74 public boolean isValid(ULocale locale, Where where) { in isValid()
151 private boolean isValidU(ULocale locale, Datatype datatype, String extensionString, Where where) { in isValidU()
324 private boolean isValidLocale(String extensionString, Where where) { in isValidLocale()
343 private boolean isValid(Datatype datatype, String code, Where where) { in isValid()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp39 uint64_t Pos; // Where to patch.
207 ProfilingData::iterator Where; in overlapRecord() local
208 std::tie(Where, NewFunc) = in overlapRecord()
214 InstrProfRecord &Dest = Where->second; in overlapRecord()
230 ProfilingData::iterator Where; in addRecord() local
231 std::tie(Where, NewFunc) = in addRecord()
233 InstrProfRecord &Dest = Where->second; in addRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1124 // Move What before Where in the MemorySSA IR.
1127 WhereType Where) { in moveTo()
1137 MSSA->moveTo(What, BB, Where); in moveTo()
1150 // Move What before Where in the MemorySSA IR.
1151 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveBefore() argument
1152 moveTo(What, Where->getBlock(), Where->getIterator()); in moveBefore()
1155 // Move What after Where in the MemorySSA IR.
1156 void MemorySSAUpdater::moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveAfter() argument
1157 moveTo(What, Where in moveAfter()
1126 moveTo(MemoryUseOrDef *What, BasicBlock *BB, WhereType Where) moveTo() argument
1160 moveToPlace(MemoryUseOrDef *What, BasicBlock *BB, MemorySSA::InsertionPlace Where) moveToPlace() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTestLocaleValidity.java30 import ohos.global.icu.impl.locale.LocaleValidityChecker.Where;
264 Where where = new Where(); in check()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTestLocaleValidity.java29 import com.ibm.icu.impl.locale.LocaleValidityChecker.Where;
263 Where where = new Where(); in check()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h705 /// into this MBB right before 'Where'.
708 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { in splice() argument
710 if (Where != From) in splice()
711 splice(Where, Other, From, std::next(From)); in splice()
715 /// and insert them into this MBB right before 'Where'.
717 /// The instruction at 'Where' must not be included in the range of
719 void splice(iterator Where, MachineBasicBlock *Other, in splice() argument
721 Insts.splice(Where.getInstrIterator(), Other->Insts, in splice()
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DBenchmarkDatasetConfig.cs50 .Where(t => typeof(IMessage).IsAssignableFrom(t))
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFileDescriptor.cs456 return generated.Extensions.Concat(generated.NestedTypes.Where(t => t != null).SelectMany(GetAllGeneratedExtensions)); in GetAllGeneratedExtensions()
463 .Where(e => e != null) in GetAllDependedExtensions()
472 .Where(e => e != null) in GetAllDependedExtensionsFromMessage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DValueMap.h126 auto Where = MDMap->find(MD); in getMappedMD()
127 if (Where == MDMap->end()) in getMappedMD()
129 return Where->second.get(); in getMappedMD()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp111 auto Where = ConstantDependenciesCache.find(CE); in ComputeDependencies() local
112 if (Where != ConstantDependenciesCache.end()) { in ComputeDependencies()
113 auto const &K = Where->second; in ComputeDependencies()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp583 auto Where = Info.find(&Op); in getFwdReference() local
584 assert(Where != Info.end() && "Expected a valid reference"); in getFwdReference()
586 auto &OpD = Where->second; in getFwdReference()
687 auto Where = Info.find(Op); in propagateChanges()
688 return Where != Info.end() && Where->second.HasChanged; in propagateChanges()
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DJsonFormatter.cs905 .Where(f => (f.GetCustomAttributes(typeof(OriginalNameAttribute), false)
916 .Where(f => f.IsStatic)
917 .Where(f => f.GetCustomAttributes<OriginalNameAttribute>()
/third_party/ltp/testcases/realtime/
H A Drun.sh41 -t test-arguments Where test-argument can be a space separated
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerInternal.h121 void PrintStats(const char *Where, const char *End = "\n", size_t Units = 0);
H A DFuzzerLoop.cpp328 void Fuzzer::PrintStats(const char *Where, const char *End, size_t Units) { in PrintStats() argument
338 MaxCoverage.CallerCalleeCoverage, Corpus.size(), ExecPerSec, Where); in PrintStats()
343 Printf("#%zd\t%s", TotalNumberOfRuns, Where); in PrintStats()
/third_party/node/deps/v8/tools/
H A Dwindbg.js234 .Modules.Where(
240 .Modules.Where(
254 .Modules.Where(

Completed in 19 milliseconds

12