Searched defs:Follow (Results 1 – 11 of 11) sorted by relevance
30 pub trait Follow<'a> { interface
120 impl<'a> Follow<'a> for &'a str { impl142 impl<'a, T: EndianScalar> Follow<'a> for &'a [T] { impl
306 impl<'a> Follow<'a> for $ty { impl
58 void Follow(const DeviceDecisionTreeNode* root, in Follow() function
813 private static class Follow class in DebugTreeGrammar
818 private static class Follow class in ProfileTreeGrammar
1518 private static class Follow class in DebugGrammarParser
1522 private static class Follow class in ProfileGrammarParser
1344 bool Follow; variable
1056 file_type get_file_type(const Twine &Path, bool Follow) { in get_file_type()
1637 auto Pred = [&](const Use &U, bool &Follow) -> bool { in updateImpl()2620 auto UsePred = [&](const Use &U, bool &Follow) { in updateImpl()4512 auto Pred = [&](const Use &U, bool &Follow) -> bool { in updateImpl()5627 bool Follow = false; in checkForAllUses() local