Home
last modified time | relevance | path

Searched defs:Follow (Results 1 – 6 of 6) sorted by relevance

/third_party/flatbuffers/rust/flatbuffers/src/
Dfollow.rs30 pub trait Follow<'buf> { interface
Dvector.rs144 impl<'a> Follow<'a> for &'a str { impl
166 impl<'a, T: EndianScalar> Follow<'a> for &'a [T] { impl
Dprimitives.rs309 impl<'a> Follow<'a> for $ty { impl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h1344 bool Follow; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp1056 file_type get_file_type(const Twine &Path, bool Follow) { in get_file_type()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp1637 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