Home
last modified time | relevance | path

Searched refs:_Path (Results 1 – 12 of 12) sorted by relevance

/external/clang/test/Analysis/
Ddead-stores.m101 Radar11059352_1 *_Path; field
107 Radar11059352_1 *xxxxx = _Path; // no warning
/external/llvm-project/clang/test/Analysis/
Ddead-stores.m101 Radar11059352_1 *_Path; field
107 Radar11059352_1 *xxxxx = _Path; // no warning
/external/mesa3d/src/imgui/
Dimgui.h1813 ImVector<ImVec2> _Path; // [Internal] current path building member
1850 inline void PathClear() { _Path.Size = 0; } in PathClear()
1851 …inline void PathLineTo(const ImVec2& pos) { _Path.push_back(pos)… in PathLineTo()
1852 …onst ImVec2& pos) { if (_Path.Size == 0 || memcmp(&_Path.Data[_Path.Size-1], &pos,… in PathLineToMergeDuplicate()
1853 …l) { AddConvexPolyFilled(_Path.Data, _Path.Size, col); _Path.Siz… in PathFillConvex()
1854 …l closed, float thickness = 1.0f) { AddPolyline(_Path.Data, _Path.Size, col, closed, thickness);
Dimgui_draw.cpp370 _Path.resize(0); in Clear()
386 _Path.clear(); in ClearFreeMemory()
942 _Path.push_back(centre); in PathArcToFast()
945 _Path.reserve(_Path.Size + (a_max_of_12 - a_min_of_12 + 1)); in PathArcToFast()
949 _Path.push_back(ImVec2(centre.x + c.x * radius, centre.y + c.y * radius)); in PathArcToFast()
957 _Path.push_back(centre); in PathArcTo()
963 _Path.reserve(_Path.Size + (num_segments + 1)); in PathArcTo()
967 _Path.push_back(ImVec2(centre.x + ImCos(a) * radius, centre.y + ImSin(a) * radius)); in PathArcTo()
999 ImVec2 p1 = _Path.back(); in PathBezierCurveTo()
1003 …PathBezierToCasteljau(&_Path, p1.x, p1.y, p2.x, p2.y, p3.x, p3.y, p4.x, p4.y, _Data->CurveTessella… in PathBezierCurveTo()
[all …]
/external/llvm-project/lldb/unittests/Host/
DFileSystemTest.cpp99 const Twine &_Path) in DirIterImpl()
101 Path(_Path.str()) { in DirIterImpl()
/external/libcxx/include/
Dfilesystem1944 typedef _VSTD_FS::path _Path;
1953 explicit directory_entry(_Path const& __p) : __p_(__p) {
1959 directory_entry(_Path const& __p, error_code& __ec) : __p_(__p) {
1969 void assign(_Path const& __p) {
1976 void assign(_Path const& __p, error_code& __ec) {
1982 void replace_filename(_Path const& __p) {
1989 void replace_filename(_Path const& __p, error_code& __ec) {
2001 _Path const& path() const noexcept { return __p_; }
2004 operator const _Path&() const noexcept { return __p_; }
2201 void __assign_iter_entry(_Path&& __p, __cached_data __dt) {
[all …]
/external/llvm-project/libcxx/include/
Dfilesystem1996 typedef _VSTD_FS::path _Path;
2005 explicit directory_entry(_Path const& __p) : __p_(__p) {
2011 directory_entry(_Path const& __p, error_code& __ec) : __p_(__p) {
2021 void assign(_Path const& __p) {
2028 void assign(_Path const& __p, error_code& __ec) {
2034 void replace_filename(_Path const& __p) {
2041 void replace_filename(_Path const& __p, error_code& __ec) {
2053 _Path const& path() const noexcept { return __p_; }
2056 operator const _Path&() const noexcept { return __p_; }
2253 void __assign_iter_entry(_Path&& __p, __cached_data __dt) {
[all …]
/external/clang/lib/Basic/
DVirtualFileSystem.cpp255 RealFSDirIter(const Twine &_Path, std::error_code &EC) in RealFSDirIter() argument
256 : Path(_Path.str()), Iter(Path, EC) { in RealFSDirIter()
1755 const Twine &_Path, RedirectingFileSystem &FS, in VFSFromYamlDirIterImpl() argument
1758 : Dir(_Path.str()), FS(FS), Current(Begin), End(End) { in VFSFromYamlDirIterImpl()
/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp84 const Twine &_Path) in DirIterImpl()
86 Path(_Path.str()) { in DirIterImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp2057 const Twine &_Path, in VFSFromYamlDirIterImpl() argument
2061 : Dir(_Path.str()), Current(Begin), End(End), in VFSFromYamlDirIterImpl()
/external/llvm-project/llvm/lib/Support/
DVirtualFileSystem.cpp2169 const Twine &_Path, in VFSFromYamlDirIterImpl() argument
2173 : Dir(_Path.str()), Current(Begin), End(End), in VFSFromYamlDirIterImpl()
/external/llvm-project/llvm/unittests/Support/
DVirtualFileSystemTest.cpp109 const Twine &_Path) in DirIterImpl()
111 Path(_Path.str()) { in DirIterImpl()