Home
last modified time | relevance | path

Searched defs:End (Results 1 – 25 of 530) sorted by relevance

12345678910>>...22

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DDependencyDirectivesSourceMinimizer.cpp117 static void skipOverSpaces(const char *&First, const char *const End) { in skipOverSpaces()
147 static void skipRawString(const char *&First, const char *const End) { in skipRawString()
190 static unsigned isEOL(const char *First, const char *const End) { in isEOL()
199 static void skipString(const char *&First, const char *const End) { in skipString()
229 static unsigned skipNewline(const char *&First, const char *End) { in skipNewline()
243 static void skipToNewlineRaw(const char *&First, const char *const End) { in skipToNewlineRaw()
282 static void skipLineComment(const char *&First, const char *const End) { in skipLineComment()
288 static void skipBlockComment(const char *&First, const char *const End) { in skipBlockComment()
305 const char *const End) { in isQuoteCppDigitSeparator()
325 static void skipLine(const char *&First, const char *const End) { in skipLine()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DParallel.h80 RandomAccessIterator End, in medianOf3()
91 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort()
117 void parallel_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_sort()
131 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each()
158 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) { in parallel_for_each_n()
190 ResultTy parallel_transform_reduce(IterTy Begin, IterTy End, ResultTy Init, in parallel_transform_reduce()
252 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach()
263 void parallelForEachN(size_t Begin, size_t End, FuncTy Fn) { in parallelForEachN()
276 ResultTy parallelTransformReduce(IterTy Begin, IterTy End, ResultTy Init, in parallelTransformReduce()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp151 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) { in update() local
170 for (unsigned VarIdx = 0, End = LiveVariables.size(); VarIdx < End; in update() local
232 for (size_t ColIdx = FirstUnprintedColumn, End = ActiveCols.size(); in printAfterOtherLine() local
259 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) { in printBetweenInsts() local
290 for (unsigned ColIdx2 = FirstUnprintedColumn, End = ActiveCols.size(); in printBetweenInsts() local
303 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) in printBetweenInsts() local
319 for (unsigned ColIdx = FirstUnprintedColumn, End = ActiveCols.size(); in printAfterInst() local
397 for (auto Pos = StrippedNameStart + 1, End = LineInfo.FileName.end(); in printSourceLine() local
/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()
51 const char *End) { in ReadModule()
136 const char *Begin = MB->getBufferStart(), *End = MB->getBufferEnd(); in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp45 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull()
59 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal()
74 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair()
95 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair()
1081 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local
1108 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h86 for (auto It = Intervals.begin(), End = Intervals.end(); It != End; ++It) in count() local
107 for (auto It = Other.Intervals.begin(), End = Other.Intervals.end(); in set() local
164 for (auto It = RHS.Intervals.begin(), End = RHS.Intervals.end(); variable
365 IndexT End) const { in half_open_range()
377 for (auto It = Intervals.begin(), End = Intervals.end(); It != End; in print() local
398 void insert(IndexT Start, IndexT End) { Intervals.insert(Start, End, 0); } in insert()
H A DSetVector.h59 SetVector(It Start, It End) { in SetVector()
150 void insert(It Start, It End) { in insert()
314 SmallSetVector(It Start, It End) { in SmallSetVector()
H A DSequence.h80 ValueT End) { in seq()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclLookups.h29 StoredDeclsMap::iterator It, End; variable
40 StoredDeclsMap::iterator End) in all_lookups_iterator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp71 SlotIndex Start, End; in updateFromLiveIns() local
155 SlotIndex Begin, End; in isDefOnEntry() local
244 SlotIndex Start, End; in findReachingDefs() local
285 SlotIndex Start, End; in findReachingDefs() local
398 SlotIndex Start, End; in updateSSA() local
H A DSafeStackLayout.cpp58 unsigned End = Start + Obj.Size; in layoutObject() local
68 unsigned End = Start + Obj.Size; in layoutObject() local
/netbsd-src/lib/libc/md/
H A DmdXhl.c27 WA(MDNAME(End),CONCAT(_,MDNAME(End))) in WA()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DGlobPattern.cpp36 uint8_t End = S[2]; in expand() local
80 size_t End = S.find(']', 2); in scan() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBank.cpp34 for (unsigned RCId = 0, End = TRI.getNumRegClasses(); RCId != End; ++RCId) { in verify() local
104 for (unsigned RCId = 0, End = TRI->getNumRegClasses(); RCId != End; ++RCId) { in print() local
/netbsd-src/lib/libc/hash/
H A Dhashhl.c39 WA(FNPREFIX(End),CONCAT(_,FNPREFIX(End))) in WA()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp128 SMLoc Start, End; member in __anon48fdb3d70111::M68kOperand
137 M68kOperand(enum Kind Kind, SMLoc Start, SMLoc End) in M68kOperand()
267 SMLoc Start, SMLoc End) { in createMemOp()
281 SMLoc Start, SMLoc End) { in createToken()
297 SMLoc Start, SMLoc End) { in createImm()
603 SMLoc End; in parseImm() local
721 SMLoc End = getLexer().getLoc(); in parseMemOp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRnglists.cpp154 auto End = LookupPooledAddress(RLE.Value1); in getAbsoluteRanges() local
253 uint64_t End = 0; in dump() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp100 auto Begin = MRI->use_begin(Op0.getReg()), End = MRI->use_end(); in checkADDrr() local
170 auto Begin = MRI->use_begin(DstReg), End = MRI->use_end(); in processCandidate() local
197 auto Begin = MRI->use_begin(DstReg), End = MRI->use_end(); in processDstReg() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFinder.cpp49 SourceLocation End = Range.getEnd(); in visitSymbolOccurrence() local
62 bool isPointWithin(const SourceLocation Start, const SourceLocation End) { in isPointWithin()
/netbsd-src/external/gpl2/gmake/dist/
H A Dconfigure.bat61 :End label
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp63 void updateScopeTops(MachineBasicBlock *Begin, MachineBasicBlock *End) { in updateScopeTops()
221 MachineInstr *End) { in registerScope()
228 MachineInstr *End, in registerTryScope()
237 MachineInstr *End = BeginToEnd[Begin]; in unregisterScope() local
389 MachineInstr *End = BuildMI(MBB, InsertPos, MBB.findPrevDebugLoc(InsertPos), in placeBlockMarker() local
455 MachineInstr *End = in placeLoopMarker() local
645 MachineInstr *End = in placeTryMarker() local
1657 const MachineInstr *End = X.second; in getRethrowDepth() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/count/
H A Dcount.c14 char Buffer[4096], *End; in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
H A DAnnotations.h52 size_t End = 0; member
/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Dutprint.c140 const char *End, in AcpiUtBoundStringOutput()
292 char *End, in AcpiUtFormatNumber()
448 char *End; in vsnprintf() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerExtraCounters.cpp25 uintptr_t *End = reinterpret_cast<uintptr_t*>(ExtraCountersEnd()); in ClearExtraCounters() local

12345678910>>...22