Searched refs:PathElement (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/usr.bin/make/
H A Ddir.h53 struct PathElement;
54 TAILQ_HEAD(Path, PathElement);
H A Ddir.c190 struct PathElement { struct
192 TAILQ_ENTRY(PathElement) link; /* path link */
487 struct PathElement *pe;
635 const struct PathElement *pe; /* current path member */
1012 struct PathElement *pe;
1098 struct PathElement *ped, *pes;
1126 const struct PathElement *pe;
1151 struct PathElement *pe;
1178 struct PathElement *p1, *p2;
1213 const struct PathElement *
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp1721 const CXXBasePathElement &PathElement = Path->back(); local
1730 SubobjectType = Context.getCanonicalType(PathElement.Base->getType());
1731 SubobjectNumber = PathElement.SubobjectNumber;
1736 != Context.getCanonicalType(PathElement.Base->getType())) {
1764 if (SubobjectNumber != PathElement.SubobjectNumber) {

Completed in 84 milliseconds