Home
last modified time | relevance | path

Searched refs:Begin (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/freebsd-13.1/contrib/ntp/lib/isc/win32/
H A Dlibisc.dsp24 # Begin Project
89 # Begin Target
96 # Begin Source File
100 # Begin Source File
104 # Begin Source File
108 # Begin Source File
112 # Begin Source File
116 # Begin Source File
120 # Begin Source File
124 # Begin Source File
[all …]
/freebsd-13.1/contrib/apr-util/test/
H A Dtestall.dsw26 Begin Project Dependency
42 Begin Project Dependency
45 Begin Project Dependency
60 Begin Project Dependency
63 Begin Project Dependency
78 Begin Project Dependency
81 Begin Project Dependency
96 Begin Project Dependency
99 Begin Project Dependency
114 Begin Project Dependency
[all …]
/freebsd-13.1/contrib/apr/
H A Dapr.dsp26 # Begin Project
129 # Begin Target
141 # Begin Source File
145 # Begin Source File
150 # Begin Group "dso"
153 # Begin Source File
161 # Begin Source File
166 # Begin Source File
175 # Begin Source File
179 # Begin Source File
[all …]
H A Dlibapr.dsp26 # Begin Project
164 # Begin Target
176 # Begin Source File
180 # Begin Source File
185 # Begin Group "dso"
188 # Begin Source File
196 # Begin Source File
200 # Begin Source File
208 # Begin Source File
212 # Begin Source File
[all …]
/freebsd-13.1/contrib/apr-util/
H A Daprutil.dsw26 Begin Project Dependency
29 Begin Project Dependency
44 Begin Project Dependency
47 Begin Project Dependency
62 Begin Project Dependency
65 Begin Project Dependency
80 Begin Project Dependency
83 Begin Project Dependency
98 Begin Project Dependency
101 Begin Project Dependency
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h60 T *Begin = nullptr; variable
109 assert(Begin + idx < End);
110 return Begin[idx];
113 assert(Begin + idx < End);
114 return Begin[idx];
146 End = Begin; in clear()
151 return pointer(Begin); in data()
182 ptrdiff_t D = I - Begin; in insert()
184 I = Begin + D; in insert()
236 if (Begin != End) { in grow()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h38 T *Begin = nullptr;
54 ASTVector(ASTVector &&O) : Begin(O.Begin), End(O.End), Capacity(O.Capacity) { in ASTVector()
55 O.Begin = O.End = nullptr; in ASTVector()
69 swap(Begin, O.Begin);
112 assert(Begin + idx < End);
113 return Begin[idx];
117 return Begin[idx];
149 End = Begin; in clear()
154 return pointer(Begin); in data()
391 if (Begin != End) { in grow()
[all …]
H A DExprOpenMP.h223 Stmt **Begin = reinterpret_cast<Stmt **>(getTrailingObjects<Expr *>()); in children() local
224 return child_range(Begin, Begin + NumDims + 1); in children()
227 Stmt *const *Begin = in children() local
229 return const_child_range(Begin, Begin + NumDims + 1); in children()
279 Expr *Begin = nullptr; member
298 Begin = 0, enumerator
338 void setIteratorRange(unsigned I, Expr *Begin, SourceLocation ColonLoc,
411 Stmt **Begin = reinterpret_cast<Stmt **>(getTrailingObjects<Expr *>()); in children() local
413 Begin, Begin + NumIterators * static_cast<int>(RangeExprOffset::Total)); in children()
416 Stmt *const *Begin = in children() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h139 Fn(*Begin); in parallel_for_each()
151 TG.spawn([=, &Fn] { std::for_each(Begin, Begin + TaskSize, Fn); }); in parallel_for_each()
152 Begin += TaskSize; in parallel_for_each()
154 std::for_each(Begin, End, Fn); in parallel_for_each()
163 auto NumItems = End - Begin; in parallel_for_each_n()
166 Fn(Begin); in parallel_for_each_n()
177 IndexTy I = Begin; in parallel_for_each_n()
207 IterTy TBegin = Begin; in parallel_transform_reduce()
259 std::for_each(Begin, End, Fn); in parallelForEach()
270 for (size_t I = Begin; I != End; ++I) in parallelForEachN()
[all …]
H A DBranchProbability.h62 static void normalizeProbabilities(ProbabilityIter Begin,
205 void BranchProbability::normalizeProbabilities(ProbabilityIter Begin, in normalizeProbabilities() argument
207 if (Begin == End) in normalizeProbabilities()
211 uint64_t Sum = std::accumulate(Begin, End, uint64_t(0), in normalizeProbabilities()
228 std::replace_if(Begin, End, in normalizeProbabilities()
237 BranchProbability BP(1, std::distance(Begin, End)); in normalizeProbabilities()
238 std::fill(Begin, End, BP); in normalizeProbabilities()
242 for (auto I = Begin; I != End; ++I) in normalizeProbabilities()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp50 auto BB = Begin->getParent(); in printRegion()
53 auto I = Begin; in printRegion()
79 const auto BB = Begin->getParent(); in printLivenessInfo()
109 printRegion(OS, R->Begin, R->End, LIS); in printSchedResult()
135 auto BB = R.Begin->getParent(); in BuildDAG()
173 auto BB = R.Begin->getParent(); in OverrideLegacyStrategy()
194 Rgn.Begin = Sch.RegionBegin; in schedule()
254 UPTracker.recede(*Begin); in getRegionPressure()
363 auto BB = R.Begin->getParent(); in scheduleRegion()
364 auto Top = R.Begin; in scheduleRegion()
[all …]
/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/begin/
H A Dtst.multibegin.d.out1 Begin fired first
2 Begin fired second
3 Begin fired third
4 Begin fired fourth
5 Begin fired fifth
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_utils.cpp49 void LogWriter::WriteAll(const char *Begin, const char *End) XRAY_NEVER_INSTRUMENT { in WriteAll() argument
50 if (Begin == End) in WriteAll()
52 auto TotalBytes = std::distance(Begin, End); in WriteAll()
67 zx_status_t Status = _zx_vmo_write(Vmo, Begin, Offset, TotalBytes); in WriteAll()
140 void LogWriter::WriteAll(const char *Begin, const char *End) XRAY_NEVER_INSTRUMENT {
141 if (Begin == End)
143 auto TotalBytes = std::distance(Begin, End);
144 while (auto Written = write(Fd, Begin, TotalBytes)) {
154 Begin += Written;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h65 std::pair<unsigned, unsigned> Begin; member
94 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first); in fromString() local
95 if (Begin.FileName.empty()) in fromString()
98 EndLine = Begin.Line; in fromString()
99 EndColumn = Begin.Column; in fromString()
101 return ParsedSourceRange{std::move(Begin.FileName), in fromString()
102 {Begin.Line, Begin.Column}, in fromString()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DFaultMapParser.h123 const uint8_t *Begin = P + FunctionFaultInfosOffset + in getFunctionFaultInfoAt() local
125 return FunctionFaultInfoAccessor(Begin, E); in getFunctionFaultInfoAt()
132 const uint8_t *Begin = P + MySize; in getNextFunctionInfo() local
133 assert(Begin < E && "out of bounds!"); in getNextFunctionInfo()
134 return FunctionInfoAccessor(Begin, E); in getNextFunctionInfo()
138 explicit FaultMapParser(const uint8_t *Begin, const uint8_t *End) in FaultMapParser() argument
139 : P(Begin), E(End) {} in FaultMapParser()
152 const uint8_t *Begin = P + FunctionInfosOffset; in getFirstFunctionInfo() local
153 return FunctionInfoAccessor(Begin, E); in getFirstFunctionInfo()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp59 const SourceLocation Begin = FullExpr->getSourceRange().getBegin(); in tryToFixConversion() local
98 S, Begin, VK_LValue); in tryToFixConversion()
109 CharSourceRange::getTokenRange(Begin, Begin))); in tryToFixConversion()
112 Hints.push_back(FixItHint::CreateInsertion(Begin, "*(")); in tryToFixConversion()
115 Hints.push_back(FixItHint::CreateInsertion(Begin, "*")); in tryToFixConversion()
136 Begin, VK_PRValue); in tryToFixConversion()
143 CharSourceRange::getTokenRange(Begin, Begin))); in tryToFixConversion()
146 Hints.push_back(FixItHint::CreateInsertion(Begin, "&(")); in tryToFixConversion()
149 Hints.push_back(FixItHint::CreateInsertion(Begin, "&")); in tryToFixConversion()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp230 auto Begin = Types.begin(); in fullScanForType() local
243 Begin = Types.at(Offset); in fullScanForType()
244 ++Begin; in fullScanForType()
248 while (Begin != End) { in fullScanForType()
252 Records[Idx].Type = *Begin; in fullScanForType()
253 Records[Idx].Offset = Begin.offset(); in fullScanForType()
255 ++Begin; in fullScanForType()
270 while (Begin != End) { in visitRange()
271 LargestTypeIndex = std::max(LargestTypeIndex, Begin); in visitRange()
272 auto Idx = Begin.toArrayIndex(); in visitRange()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp186 Parent->getGEPIndicesTo(indices, Begin); in getGEPIndicesTo()
194 assert(position >= Begin); in getGEPIndicesTo()
234 if (cacheEnd < Begin) { in getOffsetFromGlobalTo()
237 cacheEnd = Begin; in getOffsetFromGlobalTo()
238 offset = Parent->getOffsetFromGlobalTo(Begin); in getOffsetFromGlobalTo()
268 assert((Begin < buffer.size() || in finishArray()
269 (Begin == buffer.size() && eltTy)) in finishArray()
271 auto elts = llvm::makeArrayRef(buffer).slice(Begin); in finishArray()
275 buffer.erase(buffer.begin() + Begin, buffer.end()); in finishArray()
284 auto elts = llvm::makeArrayRef(buffer).slice(Begin); in finishStruct()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DSlotIndexes.cpp180 MachineBasicBlock::iterator Begin, in repairIndexesInRange() argument
186 while (Begin != MBB->begin() && !hasIndex(*Begin)) in repairIndexesInRange()
187 --Begin; in repairIndexesInRange()
191 bool includeStart = (Begin == MBB->begin()); in repairIndexesInRange()
196 startIdx = getInstructionIndex(*Begin); in repairIndexesInRange()
212 while (ListI != ListB || MBBI != Begin || (includeStart && !pastStart)) { in repairIndexesInRange()
219 bool MBBIAtBegin = MBBI == Begin && (!includeStart || pastStart); in repairIndexesInRange()
223 if (MBBI != Begin) in repairIndexesInRange()
228 if (MBBI != Begin) in repairIndexesInRange()
241 for (MachineBasicBlock::iterator I = End; I != Begin;) { in repairIndexesInRange()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.h80 const SymbolRef Begin, End;
82 ContainerData(SymbolRef B, SymbolRef E) : Begin(B), End(E) {} in ContainerData()
93 SymbolRef getBegin() const { return Begin; } in getBegin()
98 ContainerData newEnd(SymbolRef E) const { return ContainerData(Begin, E); } in newEnd()
101 return Begin == X.Begin && End == X.End;
105 return Begin != X.Begin || End != X.End;
109 ID.Add(Begin); in Profile()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp367 SourceLocation Begin = Range.getBegin(), End = Range.getEnd(); in mapDiagnosticRanges() local
370 FileID BeginFileID = SM->getFileID(Begin); in mapDiagnosticRanges()
377 while (Begin.isMacroID() && BeginFileID != EndFileID) { in mapDiagnosticRanges()
378 BeginLocsMap[BeginFileID] = Begin; in mapDiagnosticRanges()
379 Begin = SM->getImmediateExpansionRange(Begin).getBegin(); in mapDiagnosticRanges()
380 BeginFileID = SM->getFileID(Begin); in mapDiagnosticRanges()
392 Begin = BeginLocsMap[EndFileID]; in mapDiagnosticRanges()
407 Begin = retrieveMacroLocation(Begin, BeginFileID, CaretLocFileID, in mapDiagnosticRanges()
413 if (Begin.isInvalid() || End.isInvalid()) continue; in mapDiagnosticRanges()
416 Begin = SM->getSpellingLoc(Begin); in mapDiagnosticRanges()
[all …]
/freebsd-13.1/contrib/googletest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
H A Dproject.pbxproj9 /* Begin PBXAggregateTarget section */
36 /* Begin PBXBuildFile section */
45 /* Begin PBXContainerItemProxy section */
76 /* Begin PBXFileReference section */
108 /* Begin PBXGroup section */
175 /* Begin PBXHeadersBuildPhase section */
186 /* Begin PBXNativeTarget section */
226 /* Begin PBXProject section */
255 /* Begin PBXRezBuildPhase section */
300 /* Begin PBXTargetDependency section */
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h376 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl() argument
379 if (Begin == End) in join_impl()
382 S += (*Begin); in join_impl()
383 while (++Begin != End) { in join_impl()
385 S += (*Begin); in join_impl()
394 if (Begin == End) in join_impl()
398 for (IteratorT I = Begin; I != End; ++I) in join_impl()
403 S += (*Begin); in join_impl()
404 while (++Begin != End) { in join_impl()
406 S += (*Begin); in join_impl()
[all …]
H A DWaymarking.h227 void fillWaymarks(TIter Begin, TIter End, size_t Offset = 0) {
228 if (Begin == End)
235 Marker::setWaymark(*Begin, Marker::Traits::Tags::Values[Offset]);
238 ++Begin;
240 if (Begin == End)
273 Marker::setWaymark(*Begin, Tag);
274 ++Begin;
275 } while (Begin != End);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmemtag.h163 inline uptr storeTags(uptr Begin, uptr End) { in storeTags() argument
164 DCHECK_EQ(0, Begin % 16); in storeTags()
220 : [Cur] "+&r"(Begin), [LineSize] "=&r"(LineSize), [Next] "=&r"(Next), in storeTags()
224 DCHECK_EQ(0, Begin % 16); in storeTags()
225 return Begin; in storeTags()
283 inline uptr storeTags(uptr Begin, uptr End) { in storeTags() argument
284 (void)Begin; in storeTags()

12345678910>>...12