HomeSort by: relevance | last modified time | path
    Searched refs:Follow (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileSystem.h 540 /// @param Follow For symbolic links, indicates whether to return the file type
543 file_type get_file_type(const Twine &Path, bool Follow = true);
636 /// @param follow When true, follows symlinks. Otherwise, the symlink itself is
641 bool follow = true);
1462 bool Follow;
1469 Follow(follow_symlinks) {
1470 State->Stack.push(directory_iterator(path, ec, Follow));
1483 if (type == file_type::symlink_file && Follow) {
1491 State->Stack.push(directory_iterator(*State->Stack.top(), ec, Follow));
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Path.cpp 1081 file_type get_file_type(const Twine &Path, bool Follow) {
1083 if (status(Path, st, Follow))
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Program.inc 315 // If the execve() failed, we should exit. Follow Unix protocol and
Path.inc 740 std::error_code status(const Twine &Path, file_status &Result, bool Follow) {
745 int StatRet = (Follow ? ::stat : ::lstat)(P.begin(), &Status);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 707 // instead use the `follow` callback argument to look at transitive users,
750 bool Follow = false;
751 if (!Pred(*U, Follow))
753 if (!Follow)
AttributorAttributes.cpp 1492 auto Pred = [&](const Use &U, bool &Follow) -> bool {
1509 Follow = true;
1600 // We need to follow common pointer manipulation uses to the accesses they
2622 auto UsePred = [&](const Use &U, bool &Follow) -> bool {
2657 Follow = true;
2827 auto UsePred = [&](const Use &U, bool &Follow) { return false; };
3721 // We need to follow common pointer manipulation uses to the accesses they
3724 // Follow all but ptr2int casts.
5135 auto Pred = [&](const Use &U, bool &Follow) -> bool {
5186 Follow = true
    [all...]
  /src/usr.sbin/sysinst/
msg.mi.en 454 should boot from hard disk. Follow the instructions in the INSTALL
465 now need to follow the instructions in the INSTALL document as to
474 You will now need to follow the instructions in the INSTALL document
  /src/crypto/external/apache2/openssl/dist/crypto/ec/asm/
ecp_nistz256-armv4.pl 255 @ Follow $ff register...
1244 @ Follow $ff register...
  /src/crypto/external/bsd/openssl/dist/crypto/ec/asm/
ecp_nistz256-armv4.pl 255 @ Follow $ff register...
1244 @ Follow $ff register...
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/asm/
ecp_nistz256-armv4.pl 251 @ Follow $ff register...
1240 @ Follow $ff register...
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/arm/
ecp_nistz256-armv4.S 2520 @ Follow r3 register...
3614 @ Follow r2 register...
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
ecp_nistz256-armv4.S 2520 @ Follow r3 register...
3614 @ Follow r2 register...
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
ecp_nistz256-armv4.S 2518 @ Follow r3 register...
3612 @ Follow r2 register...

Completed in 115 milliseconds