Searched refs:path_size (Results 1 – 8 of 8) sorted by relevance
128 size_t path_len, path_size; in fsdriver_lookup() local137 path_size = m_in->m_vfs_fs_lookup.path_size; in fsdriver_lookup()299 if ((path_len = strlen(path) + 1) > path_size) in fsdriver_lookup()
455 m.m_vfs_fs_lookup.path_size = PATH_MAX + 1; in req_lookup()
2734 unsigned path_size() const { return CastExprBits.BasePathSize; } in path_size() function2736 path_iterator path_end() { return path_buffer() + path_size(); } in path_end()2738 path_const_iterator path_end() const { return path_buffer() + path_size(); } in path_end()
588 Record.push_back(E->path_size()); in VisitCastExpr()640 if (E->path_size() == 0) in VisitImplicitCastExpr()
636 assert(NumBaseSpecs == E->path_size()); in VisitCastExpr()
2027 size_t path_size; member
1721 assert(Path.size() == path_size()); in setCastPath()
3172 if (D.MostDerivedPathLength + E->path_size() > D.Entries.size()) { in HandleBaseToDerivedCast()3180 unsigned NewEntriesSize = D.Entries.size() - E->path_size(); in HandleBaseToDerivedCast()