Searched defs:Follow (Results 1 – 15 of 15) sorted by relevance
/external/flatbuffers/rust/flatbuffers/src/ |
D | follow.rs | 30 pub trait Follow<'a> { trait
|
D | vector.rs | 120 impl<'a> Follow<'a> for &'a str { impl 142 impl<'a, T: EndianScalar> Follow<'a> for &'a [T] { impl
|
D | primitives.rs | 306 impl<'a> Follow<'a> for $ty { impl
|
/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/ |
D | devicedb.cc | 58 void Follow(const DeviceDecisionTreeNode* root, in Follow() function
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
D | DebugTreeGrammar.cs | 813 private static class Follow class in DebugTreeGrammar
|
D | ProfileTreeGrammar.cs | 818 private static class Follow class in ProfileTreeGrammar
|
D | DebugGrammarParser.cs | 1518 private static class Follow class in DebugGrammarParser
|
D | ProfileGrammarParser.cs | 1522 private static class Follow class in ProfileGrammarParser
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 1344 bool Follow; variable
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | FileSystem.h | 1390 bool Follow; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Path.cpp | 1056 file_type get_file_type(const Twine &Path, bool Follow) { in get_file_type()
|
/external/llvm-project/llvm/lib/Support/ |
D | Path.cpp | 1083 file_type get_file_type(const Twine &Path, bool Follow) { in get_file_type()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Attributor.cpp | 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
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | Attributor.cpp | 736 bool Follow = false; in checkForAllUses() local
|
D | AttributorAttributes.cpp | 1496 auto Pred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() 2587 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in isKnownNoAliasDueToNoAliasPreservation() 2790 auto UsePred = [&](const Use &U, bool &Follow) { return false; }; in areAllUsesAssumedDead() 5082 auto Pred = [&](const Use &U, bool &Follow) -> bool { in updateImpl()
|