Home
last modified time | relevance | path

Searched refs:CheckTestonly (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/gn/
Ditem.h78 bool CheckTestonly(Err* err) const;
Dtarget.h471 bool CheckTestonly(Err* err) const;
Dtarget.cc518 if (!CheckTestonly(err)) in OnResolved()
1155 bool Target::CheckTestonly(Err* err) const { in CheckTestonly() function in Target