Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h1462 bool Follow; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp1081 file_type get_file_type(const Twine &Path, bool Follow) { in get_file_type()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1492 auto Pred = [&](const Use &U, bool &Follow) -> bool { in updateImpl()
2622 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in isKnownNoAliasDueToNoAliasPreservation()
2827 auto UsePred = [&](const Use &U, bool &Follow) { return false; }; in areAllUsesAssumedDead()
5135 auto Pred = [&](const Use &U, bool &Follow) -> bool { in updateImpl()
H A DAttributor.cpp750 bool Follow = false; in checkForAllUses() local