search for: srcbuffer

Displaying 5 results from an estimated 5 matches for "srcbuffer".

2011 Feb 11
0
[LLVMdev] Compiler error when self-hosting
...gnu_cxx::__normal_iterator<llvm::PassRegistrationListener**, std::vector<llvm::PassRegistrationListener*, std::allocator<llvm::PassRegistrationListener*> > >, llvm::PassRegistrationListener* const&) + 8727 26 clang 0x0000000100013468 std::vector<llvm::SourceMgr::SrcBuffer, std::allocator<llvm::SourceMgr::SrcBuffer> >::_M_insert_aux(__gnu_cxx::__normal_iterator<llvm::SourceMgr::SrcBuffer*, std::vector<llvm::SourceMgr::SrcBuffer, std::allocator<llvm::SourceMgr::SrcBuffer> > >, llvm::SourceMgr::SrcBuffer const&) + 1272 27 clang...
2019 Sep 03
2
SourceMgr vs EXPENSIVE_CHECKS
...r function for call to 'get' Offsets = OffsetCache.get<std::vector<T> *>(); ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /home/jayfoad2/git/llvm-project/llvm/lib/Support/SourceMgr.cpp:136:17: note: in instantiation of function template specialization 'llvm::SourceMgr::SrcBuffer::getLineNumber<unsigned char>' requested here LineNo = SB.getLineNumber<uint8_t>(Ptr); ^ /home/jayfoad2/git/llvm-project/llvm/include/llvm/ADT/PointerUnion.h:194:27: note: candidate template ignored: substitution failure [with T = std::__debug::vector<unsigned...
2019 Sep 03
2
SourceMgr vs EXPENSIVE_CHECKS
...Offsets = OffsetCache.get<std::vector<T> *>(); >> ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ >> /home/jayfoad2/git/llvm-project/llvm/lib/Support/SourceMgr.cpp:136:17: >> note: in instantiation of function template specialization >> 'llvm::SourceMgr::SrcBuffer::getLineNumber<unsigned char>' requested >> here >> LineNo = SB.getLineNumber<uint8_t>(Ptr); >> ^ >> /home/jayfoad2/git/llvm-project/llvm/include/llvm/ADT/PointerUnion.h:194:27: >> note: candidate template ignored: substitution failu...
2019 Oct 02
2
SourceMgr vs EXPENSIVE_CHECKS
...d::vector<T> *>(); >> >> ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ >> >> /home/jayfoad2/git/llvm-project/llvm/lib/Support/SourceMgr.cpp:136:17: >> >> note: in instantiation of function template specialization >> >> 'llvm::SourceMgr::SrcBuffer::getLineNumber<unsigned char>' requested >> >> here >> >> LineNo = SB.getLineNumber<uint8_t>(Ptr); >> >> ^ >> >> /home/jayfoad2/git/llvm-project/llvm/include/llvm/ADT/PointerUnion.h:194:27: >> >> note: c...
2001 Mar 13
5
is this null block OK?
...int presto_journal_link(struct rec_info *rec, struct presto_file_set *fset, struct dentry *src, struct dentry *tgt, struct presto_version *tgt_dir_ver, struct presto_version *new_link_ver) { int opcode = PRESTO_OP_LINK; char *buffer, *srcbuffer; char *path, *srcpath; __u32 pathlen, srcpathlen; int size; char *logrecord; char record[292]; struct dentry *root; int error; ENTRY; if ( presto_no_journal(fset) ) { EXIT; ވ logrecord = journal_...