/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stack_store.cpp | 155 SLeb128Encoder(u8 *begin, u8 *end) : begin(begin), end(end) {} in SLeb128Encoder() 178 u8 *end; member in __sanitizer::SLeb128Encoder 184 SLeb128Decoder(const u8 *begin, const u8 *end) : begin(begin), end(end) {} in SLeb128Decoder() 206 const u8 *end; member in __sanitizer::SLeb128Decoder 210 static u8 *CompressDelta(const uptr *from, const uptr *from_end, u8 *to, in CompressDelta() 217 static uptr *UncompressDelta(const u8 *from, const u8 *from_end, uptr *to, in UncompressDelta() 220 SLeb128Decoder end(from_end, from_end); in UncompressDelta() local 226 static u8 *CompressLzw(const uptr *from, const uptr *from_end, u8 *to, in CompressLzw() 233 static uptr *UncompressLzw(const u8 *from, const u8 *from_end, uptr *to, in UncompressLzw() 236 SLeb128Decoder end(from_end, from_end); in UncompressLzw() local
|
H A D | sanitizer_linux_libcdep.cpp | 347 uptr begin, end, align; global() member 985 UnmapFromTo(uptr from,uptr to) UnmapFromTo() argument [all...] |
/llvm-project/mlir/include/mlir/Dialect/Transform/Utils/ |
H A D | RaggedArray.h | 112 const_iterator end() const { return const_iterator(*this, slices.size()); } in end() function 114 iterator end() { return iterator(*this, slices.size()); } in end() function 135 auto from = std::next(storage.begin(), slices[pos].first); in replace() local
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | SymbolTable.h | 174 static T lookupNearestSymbolFrom(Operation *from, StringAttr symbol) { in lookupNearestSymbolFrom() 178 static T lookupNearestSymbolFrom(Operation *from, SymbolRefAttr symbol) { in lookupNearestSymbolFrom() 209 iterator end() const { return uses.end(); } in end() function 308 T lookupNearestSymbolFrom(Operation *from, StringAttr symbol) { in lookupNearestSymbolFrom() 312 T lookupNearestSymbolFrom(Operation *from, SymbolRefAttr symbol) { in lookupNearestSymbolFrom()
|
/llvm-project/flang/lib/Optimizer/Support/ |
H A D | InternalNames.cpp | 48 convertToStringRef(llvm::ArrayRef<std::string> from) convertToStringRef() argument 53 convertToStringRef(const std::optional<std::string> & from) convertToStringRef() argument 61 readName(llvm::StringRef uniq,std::size_t & i,std::size_t init,std::size_t end) readName() argument 69 readInt(llvm::StringRef uniq,std::size_t & i,std::size_t init,std::size_t end) readInt() argument 251 for (std::size_t i = 2, end{uniq.size()}; i != end;) { deconstruct() local [all...] |
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_interceptors.cpp | 95 #define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ argument 176 INTERCEPTOR(char *, strcat, char *to, const char *from) { in INTERCEPTOR() argument 188 INTERCEPTOR(char *, strncat, char *to, const char *from, usize size) { in INTERCEPTOR() argument 201 INTERCEPTOR(char *,strcpy,char * to,const char * from) INTERCEPTOR() argument 242 INTERCEPTOR(char *,strncpy,char * to,const char * from,uptr size) INTERCEPTOR() argument [all...] |
/llvm-project/llvm/include/llvm/ADT/ |
H A D | Sequence.h | 130 static CheckedInt from(Integral FromValue) { in from() function 141 static CheckedInt from(Enum FromValue) { in from() function 284 auto end() const { return const_iterator(PastEndValue); } in end() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericLoopInfo.h | 157 iterator end() const { return getSubLoops().end(); } in end() function 422 reverseBlock(unsigned from) reverseBlock() argument 578 iterator end() const { return TopLevelLoops.end(); } end() function [all...] |
/llvm-project/libcxx/test/std/language.support/support.coroutines/end.to.end/ |
H A D | generator.pass.cpp | 63 iterator end() { return {p, true}; } in end() function 125 generator<int> range(int from, int n) { in range()
|
/llvm-project/third-party/benchmark/test/ |
H A D | benchmark_test.cc | 168 int from = thread_size * state.thread_index(); in BM_ParallelMemset() local 200 auto end = std::chrono::high_resolution_clock::now(); in BM_ManualTiming() local
|
/llvm-project/lld/ELF/ |
H A D | InputSection.cpp | 339 uint64_t sectionIndex = it != sections.end() in copyShtGroup() local 931 for (auto it = rels.begin(), end = rels.end(); it != end; ++it) { relocateNonAlloc() local 1130 adjustSplitStackFunctionPrologues(uint8_t * buf,uint8_t * end) adjustSplitStackFunctionPrologues() argument 1330 const char *p = s.data(), *end = s.data() + s.size(); splitStrings() local [all...] |
H A D | LinkerScript.cpp | 312 auto from = llvm::find_if(sectionCommands, [&](SectionCommand *subCmd) { processInsertCommands() local 497 __anonc40a2c1e0702(size_t begin, size_t end) computeInputSections() argument [all...] |
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 144 # define COMMON_INTERCEPTOR_GET_TLS_RANGE(begin, end) \ argument 532 INTERCEPTOR(char *,strncat,char * to,const char * from,uptr size) global() argument 551 INTERCEPTOR(char *,strcpy,char * to,const char * from) global() argument 620 INTERCEPTOR(char *,strncpy,char * to,const char * from,uptr size) global() argument [all...] |
/llvm-project/clang/include/clang/Analysis/ |
H A D | CFG.h | 630 iterator end() { return Impl.rend(); } in end() function 632 const_iterator end() const { return Impl.rend(); } in end() function 905 iterator end() { return Elements.end(); } in end() function 907 const_iterator end() const { return Elements.end(); } in end() function 1032 const CFGBlock *from, in FilteredCFGBlockIterator() 1295 iterator end() { return Blocks.end(); } in end() function 1297 const_iterator end() const { return Blocks.end(); } in end() function
|
/llvm-project/llvm/lib/Support/ |
H A D | regcomp.c | 194 const char *end; /* end of string (-> NUL normally) */ member 1111 repeat(struct parse * p,sopno start,int from,int to) repeat() argument [all...] |
/llvm-project/lld/ELF/Arch/ |
H A D | PPC64.cpp | 268 static void writeSequence(Ctx &ctx, const char *prefix, int from, in writeSequence() argument 1674 adjustPrologueForCrossSplitStack(uint8_t * loc,uint8_t * end,uint8_t stOther) const adjustPrologueForCrossSplitStack() argument [all...] |
/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 136 size_t end = input.find('\n', start); SplitLines() local 384 MoveCursor(CursorLocation from,CursorLocation to) MoveCursor() argument [all...] |
/llvm-project/libcxx/test/std/algorithms/ |
H A D | robust_against_proxy_iterators_lifetime_bugs.pass.cpp | 557 Input(std::array<T,N> from) Input() argument 565 TEST_CONSTEXPR_CXX20 T* end() { return values_ + size_; } end() function in Input
|
/llvm-project/lld/COFF/ |
H A D | Writer.cpp | 1462 OutputSection *from = findSection(p.first); mergeSections() local 2251 uint8_t *end = bufAddr(exceptionTable.last) + exceptionTable.last->getSize(); sortExceptionTable() local 2267 ulittle32_t begin, end, unwind; sortExceptionTables() member [all...] |
/llvm-project/polly/lib/External/isl/imath/ |
H A D | imath.c | 1508 char **end) { in mp_int_read_cstring() 2153 mp_digit *to, *from; in s_qdiv() local 2204 mp_digit *from, *to, d; in s_qmul() local
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1456 COMMON_INTERCEPTOR_GET_TLS_RANGE(begin,end) global() argument 1469 COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx,to,from,size) global() argument 1474 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx,to,from,size) global() argument 1480 COMMON_INTERCEPTOR_COPY_STRING(ctx,to,from,size) global() argument
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | FIRBuilder.cpp | 190 for (unsigned i = 0, end = arrTy.getDimension(); i < end; ++i) in elideExtentsAlreadyInType() local 1319 auto from = genComponentByComponentAssignment() local 1383 auto from = fir::getBase(builder.createBox(loc, rhs)); genRecordAssignment() local [all...] |
/llvm-project/mlir/lib/Dialect/Affine/Utils/ |
H A D | Utils.cpp | 766 __anon3d96364a0b02(Operation *from, Operation *untilOp) hasNoInterveningEffect() argument 789 for (auto iter = ++from->getIterator(), end = from->getBlock()->end(); hasNoInterveningEffect() local [all...] |
/llvm-project/clang-tools-extra/clangd/ |
H A D | Protocol.h | 190 Position end; member 1611 CallHierarchyItem from; global() member [all...] |
/llvm-project/flang/lib/Semantics/ |
H A D | expression.cpp | 764 const char *end{x.real.source.end()}; Analyze() local 1513 MakeSpecific(ArrayConstructorValues<SomeType> && from) MakeSpecific() argument [all...] |