Home
last modified time | relevance | path

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

12345678910>>...23

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp204 static void skipOverSpaces(const char *&First, const char *const End) { in skipOverSpaces()
261 static void skipRawString(const char *&First, const char *const End) { in skipRawString()
303 static unsigned isEOL(const char *First, const char *const End) { in isEOL()
312 static void skipString(const char *&First, const char *const End) { in skipString()
342 static unsigned skipNewline(const char *&First, const char *End) { in skipNewline()
352 static void skipToNewlineRaw(const char *&First, const char *const End) { in skipToNewlineRaw()
378 static void skipLineComment(const char *&First, const char *const End) { in skipLineComment()
384 static void skipBlockComment(const char *&First, const char *const End) { in skipBlockComment()
401 const char *const End) { in isQuoteCppDigitSeparator()
421 void Scanner::skipLine(const char *&First, const char *const End) { in skipLine()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h116 RandomAccessIterator End, in medianOf3()
127 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort()
153 void parallel_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_sort()
168 ResultTy parallel_transform_reduce(IterTy Begin, IterTy End, ResultTy Init, in parallel_transform_reduce()
233 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach()
239 ResultTy parallelTransformReduce(IterTy Begin, IterTy End, ResultTy Init, in parallelTransformReduce()
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c68 const __llvm_profile_data *End) { in __llvm_profile_get_num_data()
76 const __llvm_profile_data *End) { in __llvm_profile_get_data_size()
88 const VTableProfData *End) { in __llvm_profile_get_num_vtable()
96 const VTableProfData *End) { in __llvm_profile_get_vtable_section_size()
107 uint64_t __llvm_profile_get_num_counters(const char *Begin, const char *End) { in __llvm_profile_get_num_counters()
114 uint64_t __llvm_profile_get_counters_size(const char *Begin, const char *End) { in __llvm_profile_get_counters_size()
121 const char *End) { in __llvm_profile_get_num_bitmap_bytes()
126 uint64_t __llvm_profile_get_name_size(const char *Begin, const char *End) { in __llvm_profile_get_name_size()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenACC.cpp50 SourceLocation DirLoc, SourceLocation End, in OpenACCLoopConstruct()
120 SourceLocation DirectiveLoc, SourceLocation End, in Create()
143 SourceLocation End, ArrayRef<const OpenACCClause *> Clauses) { in Create()
164 SourceLocation End, ArrayRef<const OpenACCClause *> Clauses) { in Create()
185 SourceLocation End, ArrayRef<const OpenACCClause *> Clauses, in Create()
209 ArrayRef<Expr *> QueueIdExprs, SourceLocation RParenLoc, SourceLocation End, in Create()
234 SourceLocation DirectiveLoc, SourceLocation End, in Create()
255 SourceLocation End, ArrayRef<const OpenACCClause *> Clauses) { in Create()
274 SourceLocation DirectiveLoc, SourceLocation End, in Create()
294 SourceLocation DirectiveLoc, SourceLocation End, in Create()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenACC.h46 SourceLocation End) in OpenACCConstructStmt()
91 SourceLocation End, Stmt *AssocStmt) in OpenACCAssociatedStmtConstruct()
150 SourceLocation DirectiveLoc, SourceLocation End, in OpenACCComputeConstruct()
259 SourceLocation DirectiveLoc, SourceLocation End, in OpenACCCombinedConstruct()
307 SourceLocation End, in OpenACCDataConstruct()
349 SourceLocation End, in OpenACCEnterDataConstruct()
382 SourceLocation End, in OpenACCExitDataConstruct()
417 SourceLocation End, in OpenACCHostDataConstruct()
486 SourceLocation RParenLoc, SourceLocation End, in OpenACCWaitConstruct()
579 SourceLocation End) in OpenACCCacheConstruct()
[all …]
H A DDeclLookups.h29 StoredDeclsMap::iterator It, End; variable
40 StoredDeclsMap::iterator End) in all_lookups_iterator()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp157 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) { in update() local
176 for (unsigned VarIdx = 0, End = LiveVariables.size(); VarIdx < End; in update() local
238 for (size_t ColIdx = FirstUnprintedColumn, End = ActiveCols.size(); in printAfterOtherLine() local
265 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) { in printBetweenInsts() local
296 for (unsigned ColIdx2 = FirstUnprintedColumn, End = ActiveCols.size(); in printBetweenInsts() local
309 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) in printBetweenInsts() local
325 for (unsigned ColIdx = FirstUnprintedColumn, End = ActiveCols.size(); in printAfterInst() local
403 for (auto Pos = StrippedNameStart + 1, End = LineInfo.FileName.end(); in printSourceLine() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h87 for (auto It = Intervals.begin(), End = Intervals.end(); It != End; ++It) in count() local
108 for (auto It = Other.Intervals.begin(), End = Other.Intervals.end(); in set() local
165 for (auto It = RHS.Intervals.begin(), End = RHS.Intervals.end(); variable
366 IndexT End) const { in half_open_range()
378 for (auto It = Intervals.begin(), End = Intervals.end(); It != End; in print() local
399 void insert(IndexT Start, IndexT End) { Intervals.insert(Start, End, 0); } in insert()
H A DSequence.h305 auto seq(T Begin, T End) { in seq() argument
315 seq_inclusive(T Begin,T End) seq_inclusive() argument
327 enum_seq(EnumT Begin,EnumT End) enum_seq() argument
342 enum_seq(EnumT Begin,EnumT End,force_iteration_on_noniterable_enum_t) enum_seq() argument
354 enum_seq_inclusive(EnumT Begin,EnumT End) enum_seq_inclusive() argument
369 enum_seq_inclusive(EnumT Begin,EnumT End,force_iteration_on_noniterable_enum_t) enum_seq_inclusive() argument
[all...]
H A DAddressRanges.h49 uint64_t End = 0; variable
96 typename Collection::const_iterator find(uint64_t Start, uint64_t End) const { in find()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp57 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull()
71 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal()
86 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair()
107 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair()
1147 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local
1174 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp68 SlotIndex Start, End; in updateFromLiveIns() local
152 SlotIndex Begin, End; in isDefOnEntry() local
246 SlotIndex Start, End; in findReachingDefs() local
287 SlotIndex Start, End; in findReachingDefs() local
400 SlotIndex Start, End; in updateSSA() local
H A DRegisterBank.cpp36 for (unsigned SubRCId = 0; SubRCId != End; ++SubRCId) { in verify() local
106 for (unsigned RCId = 0, End = TRI->getNumRegClasses(); RCId != End; ++RCId) { print() local
H A DSafeStackLayout.cpp57 unsigned End = Start + Obj.Size; in layoutObject() local
68 unsigned End = Start + Obj.Size; in layoutObject() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Annotations/
H A DAnnotations.h59 size_t End = 0; member
117 size_t End = -1; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DGlobPattern.cpp35 uint8_t End = S[2]; expand() local
79 size_t End = S.find(']', 2); scan() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp141 const SCEV *End = nullptr; member in __anona4c10e620111::InductiveRangeCheck
192 const SCEV *End; member in __anona4c10e620111::InductiveRangeCheck::Range
195 Range(const SCEV *Begin, const SCEV *End) : Begin(Begin), End(End) { in Range()
267 const SCEV *&End) { in parseRangeCheckICmp()
302 const SCEV *&End) { in parseIvAgaisntLimit()
363 ScalarEvolution &SE, const SCEVAddRecExpr *&Index, const SCEV *&End) { in reassociateSubLHS()
500 const SCEV *End = nullptr; in extractRangeChecksFromCond() local
600 const SCEV *End = NoopOrExtend(SE.getSCEV(MainLoopStructure.LoopExitAt), RTy, in calculateSubRanges() local
838 const SCEV *End = SE.getMulExpr(ClampedSubtract(REnd, M), RuntimeChecks); in computeSafeIterationSpace() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRnglists.cpp154 auto End = LookupPooledAddress(RLE.Value1); in getAbsoluteRanges() local
253 uint64_t End = 0; in dump() local
H A DDWARFDebugAbbrev.cpp86 for (auto Current = Codes.begin(), End = Codes.end(); Current != End;) { in getCodeRange() local
145 const auto End = AbbrDeclSets.end(); in getAbbreviationDeclarationSet() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFinder.cpp47 SourceLocation End = Range.getEnd(); in visitSymbolOccurrence() local
60 bool isPointWithin(const SourceLocation Start, const SourceLocation End) { in isPointWithin()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtraCounters.cpp25 uintptr_t *End = reinterpret_cast<uintptr_t*>(ExtraCountersEnd()); in ClearExtraCounters() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp132 SMLoc Start, End; member in __anon8d0ae56c0111::M68kOperand
142 M68kOperand(KindTy Kind, SMLoc Start, SMLoc End) in M68kOperand()
330 SMLoc Start, SMLoc End) { in createMemOp()
344 SMLoc Start, SMLoc End) { in createToken()
360 SMLoc Start, SMLoc End) { in createImm()
775 SMLoc End; in parseImm() local
873 SMLoc End = getLexer().getLoc(); in parseMemOp() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRangeList.cpp99 auto AppendRangeIfNonEmpty = [&Result](APInt Start, APInt End) { in subtract()
220 APInt End = APIntOps::smin(Range.getUpper(), OtherRange.getUpper()); in intersectWith() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp287 AlignTokenSequence(const FormatStyle &Style, unsigned Start, unsigned End, in AlignTokenSequence()
1224 void WhitespaceManager::alignTrailingComments(unsigned Start, unsigned End, in alignTrailingComments()
1273 void WhitespaceManager::alignEscapedNewlines(unsigned Start, unsigned End, in alignEscapedNewlines()
1314 void WhitespaceManager::alignArrayInitializers(unsigned Start, unsigned End) { in alignArrayInitializers()
1367 auto *End = Start + Offset; in alignArrayInitializersRightJustified() local
1433 auto *End = Start + Offset; in alignArrayInitializersLeftJustified() local
1457 unsigned End) { in getCells()
1577 unsigned WhitespaceManager::calculateCellWidth(unsigned Start, unsigned End, in calculateCellWidth()
1589 void WhitespaceManager::alignToStartOfCell(unsigned Start, unsigned End) { in alignToStartOfCell()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp95 const char *End = P + Size; in registerEHFramesInProcess() local
103 const char *End = P + Size; in deregisterEHFramesInProcess() local

12345678910>>...23