/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() 177 u8 *begin; member in __sanitizer::SLeb128Encoder 184 SLeb128Decoder(const u8 *begin, const u8 *end) : begin(begin), end(end) {} in SLeb128Decoder() 205 const u8 *begin; 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() 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()
|
H A D | sanitizer_linux_libcdep.cpp | 347 uptr begin, end, align; global() member 400 uptr begin; CollectStaticTlsBlocks() local 985 UnmapFromTo(uptr from,uptr to) UnmapFromTo() argument [all...] |
/llvm-project/mlir/include/mlir/Dialect/Transform/Utils/ |
H A D | RaggedArray.h | 111 const_iterator begin() const { return const_iterator(*this); } in begin() function 113 iterator begin() { return iterator(*this); } in begin() 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() 208 iterator begin() const { return uses.begin(); } in begin() function 308 T lookupNearestSymbolFrom(Operation *from, StringAttr symbol) { in lookupNearestSymbolFrom() 312 T lookupNearestSymbolFrom(Operation *from, SymbolRefAttr symbol) { in lookupNearestSymbolFrom()
|
/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 283 auto begin() const { return const_iterator(BeginValue); } in begin() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericLoopInfo.h | 156 iterator begin() const { return getSubLoops().begin(); } in begin() function 422 reverseBlock(unsigned from) reverseBlock() argument 577 iterator begin() const { return TopLevelLoops.begin(); } begin() function [all...] |
/llvm-project/libcxx/test/std/language.support/support.coroutines/end.to.end/ |
H A D | generator.pass.cpp | 58 iterator begin() { in begin() function 125 generator<int> range(int from, int n) { in range()
|
/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 | 629 iterator begin() { return Impl.rbegin(); } in begin() function 631 const_iterator begin() const { return Impl.rbegin(); } in begin() function 904 iterator begin() { return Elements.begin(); } in begin() function 906 const_iterator begin() const { return Elements.begin(); } in begin() function 1032 const CFGBlock *from, in FilteredCFGBlockIterator() 1294 iterator begin() { return Blocks.begin(); } in begin() function 1296 const_iterator begin() const { return Blocks.begin(); } in begin() function
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/ |
H A D | SparseTensorIterator.cpp | 306 static bool classof(const SparseIterator *from) { in classof() 439 static bool classof(const SparseIterator *from) { in classof() 574 static bool classof(const SparseIterator *from) { in classof() 631 static bool classof(const SparseIterator *from) { in classof() 718 static bool classof(const SparseIterator *from) { in classof() 881 static bool classof(const SparseIterator *from) { in classof() 984 Operation *begin = b.create(l, b.getStringAttr(prefix + ".begin"), {}, in genInit() local
|
/llvm-project/lld/COFF/ |
H A D | Writer.cpp | 1462 OutputSection *from = findSection(p.first); mergeSections() local 2250 uint8_t *begin = bufAddr(exceptionTable.first); sortExceptionTable() local 2267 ulittle32_t begin, end, unwind; sortExceptionTables() member 2270 ulittle32_t begin, unwind; sortExceptionTables() member [all...] |
/llvm-project/lld/ELF/ |
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/libcxx/test/std/algorithms/ |
H A D | robust_against_proxy_iterators_lifetime_bugs.pass.cpp | 557 Input(std::array<T,N> from) Input() argument 564 TEST_CONSTEXPR_CXX20 T* begin() { return values_; } begin() function in Input [all...] |
/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
|