Lines Matching defs:got_tp
102 got_tp(const std::string& name, bool isglob)
104 m_calls.push_back("got_tp(" + name + ", " + (isglob ? "true" : "false")
285 "got_tp(foo, false)",
286 "got_tp(foo, false)",
287 "got_tp(foo, false)",
288 "got_tp(foo, false)",
289 "got_tp(foo, false)",
290 "got_tp(name with spaces, false)",
291 "got_tp(single-word, false)",
292 "got_tp(single-word, false)",
293 "got_tp(foo*?bar, true)",
294 "got_tp(foo*?bar, true)",
295 "got_tp(foo*?bar, true)",
296 "got_tp(foo*?bar, true)",
297 "got_tp(foo*?bar, true)",
298 "got_tp(glob * with ? spaces, true)",
299 "got_tp(single-*-word, true)",
300 "got_tp(single-*-word, true)",
327 "got_tp(foo, false)",
328 "got_tp(foo, true)",