Searched defs:IsPack (Results 1 – 4 of 4) sorted by relevance
409 bool IsPack(const NodeDef& node) { return node.op() == "Pack"; } in IsPack() function
61 bool IsPack = P->isTemplateParameterPack(); in TemplateParameterList() local
5447 bool IsDependent, bool IsPack, in getAutoType()
4576 struct DependentAuto { bool IsPack; }; member