Searched refs:GetParent (Results 1 - 3 of 3) sorted by path

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr34244.c5 int __attribute__((noinline)) GetParent(void) function
26 int parent = GetParent();
34 int parent = GetParent();
43 anc1 = GetParent();
47 anc2 = GetParent();
51 anc1 = GetParent();
52 anc2 = GetParent();
/haiku-buildtools/jam/
H A DStatCacheServer.cpp125 // GetParent
127 Entry::GetParent() const function in class:Entry
473 if (entry->GetParent() != this)
762 if (!target || !symlink->GetEntry() || !symlink->GetEntry()->GetParent()
763 || !symlink->GetEntry()->GetParent()->GetEntry())
767 status_t error = FindEntry(symlink->GetEntry()->GetParent()->GetEntry(),
1003 if (entry->GetParent())
1004 entry->GetParent()->RemoveEntry(entry);
1037 if (newDir != entry->GetParent()
1057 DBG(OUT("NodeManager::EntryUnreferenced(%p): (%p, `%s')\n", entry, entry->GetParent(), entr
[all...]
H A DStatCacheServerImpl.h80 Directory *GetParent() const;

Completed in 152 milliseconds