Home
last modified time | relevance | path

Searched +defs:file +defs:end (Results 1 – 25 of 69) sorted by relevance

123

/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h32 const_iterator end() const { return m_files.end(); } in end() function
34 void Append(const FileSpec &file) { in Append() argument
37 void Append(std::shared_ptr<SupportFile> &&file) { in Append() argument
211 Insert(size_t idx,const FileSpec & file) Insert() argument
222 Replace(size_t idx,const FileSpec & file) Replace() argument
239 const_iterator end() const { return m_files.end(); } end() function
[all...]
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_procmaps_test.cpp30 uptr start, end; in TEST() local
97 bool file; in TEST() member
104 [](uptr p, uptr rss, bool file, uptr *mem) { in TEST()
130 ParseUnixMemoryProfile([](uptr p, uptr rss, bool file, uptr *mem) {}, in TEST()
/llvm-project/clang/tools/libclang/
H A DCXSourceLocation.cpp58 clang_getRange(CXSourceLocation begin,CXSourceLocation end) clang_getRange() argument
117 clang_getLocation(CXTranslationUnit TU,CXFile file,unsigned line,unsigned column) clang_getLocation() argument
152 clang_getLocationForOffset(CXTranslationUnit TU,CXFile file,unsigned offset) clang_getLocationForOffset() argument
177 createNullLocation(CXFile * file,unsigned * line,unsigned * column,unsigned * offset) createNullLocation() argument
224 clang_getExpansionLocation(CXSourceLocation location,CXFile * file,unsigned * line,unsigned * column,unsigned * offset) clang_getExpansionLocation() argument
296 clang_getInstantiationLocation(CXSourceLocation location,CXFile * file,unsigned * line,unsigned * column,unsigned * offset) clang_getInstantiationLocation() argument
305 clang_getSpellingLocation(CXSourceLocation location,CXFile * file,unsigned * line,unsigned * column,unsigned * offset) clang_getSpellingLocation() argument
341 clang_getFileLocation(CXSourceLocation location,CXFile * file,unsigned * line,unsigned * column,unsigned * offset) clang_getFileLocation() argument
[all...]
/llvm-project/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/
H A Dsys_info.zdump.pass.cpp90 constexpr auto end = std::chrono::time_point_cast<std::chrono::seconds>( process() local
111 const std::string file = env.create_file("zdump.txt"); main() local
[all...]
/llvm-project/mlir/examples/toy/Ch6/include/toy/
H A DLexer.h25 std::shared_ptr<std::string> file; ///< filename. global() member
213 LexerBuffer(const char * begin,const char * end,std::string filename) LexerBuffer() argument
228 const char *current, *end; global() variable
[all...]
/llvm-project/mlir/examples/toy/Ch5/include/toy/
H A DLexer.h25 std::shared_ptr<std::string> file; ///< filename. global() member
213 LexerBuffer(const char * begin,const char * end,std::string filename) LexerBuffer() argument
228 const char *current, *end; global() variable
[all...]
/llvm-project/mlir/examples/toy/Ch1/include/toy/
H A DLexer.h25 std::shared_ptr<std::string> file; ///< filename. global() member
213 LexerBuffer(const char * begin,const char * end,std::string filename) LexerBuffer() argument
228 const char *current, *end; global() variable
[all...]
/llvm-project/mlir/examples/toy/Ch3/include/toy/
H A DLexer.h25 std::shared_ptr<std::string> file; ///< filename. global() member
213 LexerBuffer(const char * begin,const char * end,std::string filename) LexerBuffer() argument
228 const char *current, *end; global() variable
[all...]
/llvm-project/mlir/examples/toy/Ch2/include/toy/
H A DLexer.h25 std::shared_ptr<std::string> file; ///< filename. global() member
213 LexerBuffer(const char * begin,const char * end,std::string filename) LexerBuffer() argument
228 const char *current, *end; global() variable
[all...]
/llvm-project/mlir/examples/toy/Ch4/include/toy/
H A DLexer.h25 std::shared_ptr<std::string> file; ///< filename. global() member
213 LexerBuffer(const char * begin,const char * end,std::string filename) LexerBuffer() argument
228 const char *current, *end; global() variable
[all...]
/llvm-project/mlir/examples/toy/Ch7/include/toy/
H A DLexer.h25 std::shared_ptr<std::string> file; ///< filename. global() member
216 LexerBuffer(const char * begin,const char * end,std::string filename) LexerBuffer() argument
231 const char *current, *end; global() variable
[all...]
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp43 PdbIndex::create(llvm::pdb::PDBFile *file) { in create()
105 uint64_t end = va + C.Size; in ParseSectionContribs() local
179 lldb::addr_t end = start + sol.length; in FindSymbolsByVa() local
/llvm-project/lld/ELF/
H A DICF.cpp198 segregate(size_t begin,size_t end,uint32_t eqClassBase,bool constant) segregate() argument
382 findBoundary(size_t begin,size_t end) findBoundary() argument
396 forEachClassRange(size_t begin,size_t end,llvm::function_ref<void (size_t,size_t)> fn) forEachClassRange() argument
525 __anonc635b4960902(size_t begin, size_t end) run() argument
532 __anonc635b4960a02(size_t begin, size_t end) run() argument
540 __anonc635b4960b02(size_t begin, size_t end) run() argument
567 __anonc635b4960d02(ELFFileBase *file) run() argument
[all...]
H A DInputSection.cpp45 getSectionContents(ObjFile<ELFT> & file,const typename ELFT::Shdr & hdr) getSectionContents() argument
52 InputSectionBase(InputFile * file,uint64_t flags,uint32_t type,uint64_t entsize,uint32_t link,uint32_t info,uint32_t addralign,ArrayRef<uint8_t> data,StringRef name,Kind sectionKind) InputSectionBase() argument
90 InputSectionBase(ObjFile<ELFT> & file,const typename ELFT::Shdr & hdr,StringRef name,Kind sectionKind) InputSectionBase() argument
377 const ObjFile<ELFT> &file; copyRelocations() member
408 const ObjFile<ELFT> *file = getFile<ELFT>(); copyRelocations() local
678 getRelocTargetVA(const InputFile * file,RelType type,int64_t a,uint64_t p,const Symbol & sym,RelExpr expr) getRelocTargetVA() argument
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 DTarget.cpp136 needsThunk(RelExpr expr,RelType type,const InputFile * file,uint64_t branchAddr,const Symbol & s,int64_t a) const needsThunk() argument
142 adjustPrologueForCrossSplitStack(uint8_t * loc,uint8_t * end,uint8_t stOther) const adjustPrologueForCrossSplitStack() argument
H A DInputFiles.cpp272 isCompatible(InputFile * file) isCompatible() argument
304 doParseFile(InputFile * file) doParseFile() argument
337 parseFile(InputFile * file) parseFile() argument
376 getSrcMsgAux(ObjFile<ELFT> & file,const Symbol & sym,const InputSectionBase & sec,uint64_t offset) getSrcMsgAux() argument
1135 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) initializeSymbols() local
1141 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) { initializeSymbols() local
1199 for (size_t i = 0, end = firstGlobal; i != end; ++i) { initSectionsAndLocalSyms() local
1237 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) { postParse() local
1852 auto *file = createInternalFile() local
1892 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) { parseLazy() local
[all...]
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h200 iterator end() const { return iterator(impl_->End()); } in end() function
213 RangeGenerator(T begin, T end, IncrementT step) in RangeGenerator()
274 static int CalculateEndIndex(const T& begin, const T& end, in CalculateEndIndex()
300 ValuesInIteratorRangeGenerator(ForwardIterator begin, ForwardIterator end) in ValuesInIteratorRangeGenerator()
543 const char* file, int line) { in AddTestSuiteInstantiation()
565 const char* file = gen_it->file; in RegisterTests() local
653 const char* file; member
968 ParamIterator<From> end) in Iterator()
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_common.cpp162 bool file = false; in ParseUnixMemoryProfile() local
164 char *end = smaps + smaps_len; in ParseUnixMemoryProfile() local
/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp311 if (pos == m_pairs.end()) in FindIteratorForPath() local
75 const_iterator pos, end = rhs.m_pairs.end(); Append() local
235 ReverseRemapPath(const FileSpec & file,FileSpec & fixed) const ReverseRemapPath() argument
297 const_iterator end = m_pairs.end(); FindIteratorForPath() local
336 const_iterator end = m_pairs.end(); FindIndexForPath() local
[all...]
/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp356 FileSpec file(I->path); in RefreshModules() local
381 FileSpec file(I->path); in RefreshModules() local
438 AddressVector::iterator end = addrs.end(); in GetStepThroughTrampolinePlan() local
472 FileSpec file(module_path); in LoadAllCurrentModules() local
/llvm-project/pstl/test/support/
H A Dutils.h63 expect(bool expected, bool condition, const char* file, int32_t line, const char* message) in expect()
77 expect_equal(T& expected, T& actual, const char* file, int32_t line, const char* message) in expect_equal()
90 expect_equal(Sequence<T>& expected, Sequence<T>& actual, const char* file, int32_t line, const char… in expect_equal()
118 expect_equal(Iterator1 expected_first, Iterator2 actual_first, Size n, const char* file, int32_t li… in expect_equal()
350 end() const in end() function
360 end() in end() function
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp257 uptr end = OriginAlignDown(d + size); in CopyOrigin() local
295 uptr end = OriginAlignDown(d + size); ReverseCopyOrigin() local
366 uptr end = OriginAlignUp(x + size); // align up. SetOrigin() local
506 WriteZeroShadowInRange(uptr beg,uptr end) WriteZeroShadowInRange() argument
732 ReachesFunctionCallback(dfsan_label label,dfsan_origin origin,const char * file,unsigned int line,const char * function) ReachesFunctionCallback() argument
760 __dfsan_reaches_function_callback_origin(dfsan_label label,dfsan_origin origin,const char * file,unsigned int line,const char * function) __dfsan_reaches_function_callback_origin() argument
766 __dfsan_reaches_function_callback(dfsan_label label,const char * file,unsigned int line,const char * function) __dfsan_reaches_function_callback() argument
1078 uptr end = kMemoryLayout[i].end; dfsan_flush() local
1104 uptr end = kMemoryLayout[i].end; CheckMemoryLayoutSanity() local
1135 uptr end = beg + size - 1; CheckMemoryRangeAvailability() local
1159 uptr end = beg + size - 1; ProtectMemoryRange() local
1190 uptr end = kMemoryLayout[i].end; InitShadow() local
[all...]
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-port.cc105 std::ifstream file(filename.c_str()); in ReadProcFileField() local
977 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { in FormatFileLocation()
995 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(const char* file, in FormatCompilerIndependentFileLocation()
1005 GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) in GTestLog()
1124 FILE* const file = posix::FOpen(filename_.c_str(), "r"); in GetCapturedString() local
1200 size_t GetFileSize(FILE* file) { in GetFileSize()
1205 std::string ReadEntireFile(FILE* file) { in ReadEntireFile()
1284 char* end = nullptr; in ParseInt32() local
H A Dgtest-filepath.cc158 auto end = path.end(); in CalculateRootLength() local
230 std::string file; in MakeFileName() local
/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp538 AddressVector::iterator end = addrs.end(); GetStepThroughTrampolinePlan() local
553 FileSpec file("[vdso]"); LoadVDSO() local
584 FileSpec file(info.GetName().GetCString()); LoadInterpreterModule() local
604 LoadModuleAtAddress(const FileSpec & file,addr_t link_map_addr,addr_t base_addr,bool base_addr_is_offset) LoadModuleAtAddress() argument
[all...]

123