Home
last modified time | relevance | path

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

12345678910>>...17

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dlibcvs.dsp24 # Begin Project
79 # Begin Target
83 # Begin Group "Source Files"
86 # Begin Source File
90 # Begin Source File
94 # Begin Source File
98 # Begin Source File
102 # Begin Source File
106 # Begin Source File
110 # Begin Source File
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sanstats/
H A Dsanstats.cpp39 static uint64_t ReadLE(char Size, const char *Begin, const char *End) { in ReadLE() argument
42 while (Begin < End && Pos != Size) { in ReadLE()
43 Result |= uint64_t(uint8_t(*Begin)) << (Pos * 8); in ReadLE()
44 ++Begin; in ReadLE()
50 static const char *ReadModule(char SizeofPtr, const char *Begin, in ReadModule() argument
52 const char *FilenameBegin = Begin; in ReadModule()
53 while (Begin != End && *Begin) in ReadModule()
54 ++Begin; in ReadModule()
55 if (Begin == End) in ReadModule()
57 std::string Filename(FilenameBegin, Begin - FilenameBegin); in ReadModule()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Support/
H A DBumpVector.h60 T *Begin = nullptr; variable
73 destroy_range(Begin, End); in ~BumpVector()
92 iterator begin() { return Begin; } in begin()
93 const_iterator begin() const { return Begin; } in begin()
105 bool empty() const { return Begin == End; } in empty()
106 size_type size() const { return End-Begin; } in size()
109 assert(Begin + idx < End);
110 return Begin[idx];
113 assert(Begin + idx < End);
114 return Begin[idx];
[all …]
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dlibdiff.dsp24 # Begin Project
79 # Begin Target
83 # Begin Group "Source Files"
86 # Begin Source File
90 # Begin Source File
94 # Begin Source File
98 # Begin Source File
102 # Begin Source File
106 # Begin Source File
110 # Begin Source File
[all …]
/netbsd-src/external/apache2/llvm/dist/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);
78 destroy_range(Begin, End); in ~ASTVector()
97 iterator begin() { return Begin; } in begin()
98 const_iterator begin() const { return Begin; } in begin()
108 bool empty() const { return Begin == End; } in empty()
109 size_type size() const { return End-Begin; } in size()
112 assert(Begin + idx < End);
[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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DParallel.h131 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each() argument
136 auto NumItems = std::distance(Begin, End); in parallel_for_each()
139 Fn(*Begin); in parallel_for_each()
150 while (TaskSize < std::distance(Begin, End)) { 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()
158 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) { in parallel_for_each_n() argument
163 auto NumItems = End - Begin; in parallel_for_each_n()
166 Fn(Begin); in parallel_for_each_n()
[all …]
/netbsd-src/sys/arch/hpcmips/stand/libsa/
H A Dlibsa.dsp24 # Begin Project
77 # Begin Target
81 # Begin Source File
85 # Begin Source File
89 # Begin Source File
93 # Begin Source File
97 # Begin Source File
101 # Begin Source File
105 # Begin Source File
109 # Begin Source File
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp45 MachineBasicBlock::iterator Begin, in printRegion() argument
50 auto BB = Begin->getParent(); in printRegion()
53 auto I = Begin; in printRegion()
76 MachineBasicBlock::iterator Begin, in printLivenessInfo() argument
79 const auto BB = Begin->getParent(); in printLivenessInfo()
82 const auto LiveIns = getLiveRegsBefore(*Begin, *LIS); in printLivenessInfo()
97 printRegion(OS, R->Begin, R->End, LIS, 1); in printRegions()
98 printLivenessInfo(OS, R->Begin, R->End, LIS); in printRegions()
109 printRegion(OS, R->Begin, R->End, LIS); in printSchedResult()
135 auto BB = R.Begin->getParent(); in BuildDAG()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DDelta.h27 int Begin; member
31 bool contains(int Index) const { return Index >= Begin && Index <= End; } in contains()
34 errs() << "[" << Begin; in print()
35 if (End - Begin != 0) in print()
42 return C1.Begin != C2.Begin || C1.End != C2.End;
47 return std::tie(C1.Begin, C1.End) < std::tie(C2.Begin, C2.End);
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/
H A Dpbsdboot.dsp24 # Begin Project
98 # Begin Target
102 # Begin Source File
106 # Begin Source File
110 # Begin Source File
114 # Begin Source File
118 # Begin Source File
122 # Begin Source File
126 # Begin Source File
130 # Begin Source File
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_utils.cc49 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()
136 void LogWriter::WriteAll(const char *Begin, const char *End) XRAY_NEVER_INSTRUMENT {
137 if (Begin == End)
139 auto TotalBytes = std::distance(Begin, End);
140 while (auto Written = write(Fd, Begin, TotalBytes)) {
150 Begin += Written;
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp132 Builder.Buffer.size() - Begin); in getRelativeOffset()
163 (void)getGEPIndicesTo(entry.Indices, position + Begin); in getAddrOfPosition()
186 Parent->getGEPIndicesTo(indices, Begin); in getGEPIndicesTo()
194 assert(position >= Begin); in getGEPIndicesTo()
198 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()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
264 void LazyRandomTypeCollection::visitRange(TypeIndex Begin, uint32_t BeginOffset, in visitRange() argument
270 while (Begin != End) { in visitRange()
271 LargestTypeIndex = std::max(LargestTypeIndex, Begin); in visitRange()
[all …]
/netbsd-src/external/apache2/llvm/dist/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 S, Begin, VK_RValue); 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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/bsd/bzip2/dist/
H A Dlibbz2.dsp24 # Begin Project
85 # Begin Target
89 # Begin Source File
93 # Begin Source File
97 # Begin Source File
101 # Begin Source File
105 # Begin Source File
109 # Begin Source File
113 # Begin Source File
117 # Begin Source File
[all …]
/netbsd-src/sys/arch/hpcmips/stand/libz/
H A Dlibz.dsp24 # Begin Project
77 # Begin Target
81 # Begin Source File
85 # Begin Source File
89 # Begin Source File
93 # Begin Source File
97 # Begin Source File
101 # Begin Source File
105 # Begin Source File
109 # Begin Source File
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringExtras.h364 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl() argument
367 if (Begin == End) in join_impl()
370 S += (*Begin); in join_impl()
371 while (++Begin != End) { in join_impl()
373 S += (*Begin); in join_impl()
379 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl() argument
382 if (Begin == End) in join_impl()
385 size_t Len = (std::distance(Begin, End) - 1) * Separator.size(); in join_impl()
386 for (IteratorT I = Begin; I != End; ++I) in join_impl()
391 S += (*Begin); in join_impl()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h291 unsigned Begin; // Inclusive. variable
297 : Begin(StartCycle), End(EndCycle), Reserved(IsReserved) {} in Begin() function
299 bool contains(unsigned Cycle) const { return Cycle >= Begin && Cycle < End; } in contains()
300 bool startsAfter(const CycleSegment &CS) const { return End <= CS.Begin; } in startsAfter()
301 bool endsBefore(const CycleSegment &CS) const { return Begin >= CS.End; } in endsBefore()
305 bool isExecuting() const { return Begin == 0 && End != 0; } in isExecuting()
308 return Begin < Other.Begin;
311 if (Begin)
312 Begin--;
318 bool isValid() const { return Begin <= End; } in isValid()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp333 SourceLocation Begin, SourceLocation End, const SourceManager *SM, in computeCommonMacroArgExpansionFileIDs() argument
337 getMacroArgExpansionFileIDs(Begin, BeginArgExpansions, /*IsBegin=*/true, SM); in computeCommonMacroArgExpansionFileIDs()
367 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()
401 if (Begin.isInvalid() || End.isInvalid() || BeginFileID != EndFileID) in mapDiagnosticRanges()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp98 clearRefsIn(*scope.Begin, info.Refs); in ~AutoreleasePoolRewriter()
122 clearUnavailableDiags(*scope.Begin); in ~AutoreleasePoolRewriter()
126 Pass.TA.replaceStmt(*scope.Begin, "@autoreleasepool {"); in ~AutoreleasePoolRewriter()
141 Pass.TA.replaceStmt(*scope.Begin, "@autoreleasepool {"); in ~AutoreleasePoolRewriter()
182 Scopes.back().Begin = I; in VisitCompoundStmt()
197 Scopes.back().Begin = I; in VisitCompoundStmt()
227 Stmt::child_iterator Begin; member
232 PoolScope() : PoolVar(nullptr), CompoundParent(nullptr), Begin(), End(), in PoolScope()
236 Stmt::child_iterator rangeS = Begin; in getIndentedRange()
240 Stmt::child_iterator rangeE = Begin; in getIndentedRange()
[all …]

12345678910>>...17