| /llvm-project-15.0.7/clang-tools-extra/pseudo/lib/grammar/ |
| H A D | LRTableBuild.cpp | 51 for (SymbolID Follow : FollowSets[NT]) in build() local 52 Table.FollowSets.set(NT * tok::NUM_TOKENS + symbolToToken(Follow)); in build()
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | global-offset-table-position-redef-err.s | 6 # matter for the correctness of some relocations. Follow the example of ld.gold
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 543 file_type get_file_type(const Twine &Path, bool Follow = true); 1487 bool Follow; variable 1494 Follow(follow_symlinks) { in State() 1495 State->Stack.push(directory_iterator(path, ec, Follow)); in State() 1508 if (type == file_type::symlink_file && Follow) { in increment() 1516 State->Stack.push(directory_iterator(*State->Stack.top(), ec, Follow)); in increment()
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VECallingConv.td | 121 // Follow the standard C CC for scalars. 142 // Follow the standard C CC for scalars.
|
| /llvm-project-15.0.7/llvm/utils/lit/ |
| H A D | README.txt | 28 Follow the instructions in http://llvm.org/docs/TestingGuide.html to run the
|
| /llvm-project-15.0.7/third-party/benchmark/ |
| H A D | CONTRIBUTING.md | 45 1. Follow the normal process of [forking][] the project, and setup a new
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | AddingConstrainedIntrinsics.rst | 39 Follow instructions provided in this file.
|
| H A D | GoldPlugin.rst | 148 * Follow the instructions :ref:`on how to build LLVMgold.so
|
| H A D | ReleaseProcess.rst | 117 Follow the `LNT Quick Start Guide
|
| H A D | HowToCrossCompileLLVM.rst | 193 it for running the test-suite, for example. Follow the guidelines at
|
| H A D | ResponseGuide.rst | 138 * Follow up with the reportee to get their view or any other additional
|
| H A D | MergeFunctions.rst | 365 7. Complex types (structures, arrays, etc.). Follow complex objects comparison
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 1247 Follow = true; in updateImpl() 1285 Follow = true; in updateImpl() 1302 Follow = true; in updateImpl() 1325 Follow = true; in updateImpl() 1351 Follow = true; in updateImpl() 2100 Follow = true; in updateImpl() 3260 Follow = true; in isKnownNoAliasDueToNoAliasPreservation() 4814 Follow = true; in updateImpl() 5090 Follow = true; in checkUse() 5194 Follow = true; in updateImpl() [all …]
|
| H A D | Attributor.cpp | 1409 bool Follow = false; in checkForAllUses() local 1410 if (!Pred(*U, Follow)) in checkForAllUses() 1412 if (!Follow) in checkForAllUses()
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | qemu-testing.rst | 80 * Follow https://wiki.qemu.org/Documentation/Networking/NAT and set up bridge
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Path.cpp | 1085 file_type get_file_type(const Twine &Path, bool Follow) { in get_file_type() argument 1087 if (status(Path, st, Follow)) in get_file_type()
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Program.inc | 316 // If the execve() failed, we should exit. Follow Unix protocol and
|
| H A D | Path.inc | 753 std::error_code status(const Twine &Path, file_status &Result, bool Follow) { 758 int StatRet = (Follow ? ::stat : ::lstat)(P.begin(), &Status);
|
| /llvm-project-15.0.7/bolt/docs/ |
| H A D | OptimizingClang.md | 192 builds. E.g. `TOPLEV=~/clang-7/`. Follow with commands to clone the `release_70`
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 757 std::error_code status(const Twine &path, file_status &result, bool Follow) { 776 if (!Follow && (attr & FILE_ATTRIBUTE_REPARSE_POINT))
|
| /llvm-project-15.0.7/lldb/docs/resources/ |
| H A D | build.rst | 298 Follow the previous instructions in one directory, and generate a Visual Studio
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Cxx17Issues.csv | 78 "`2250 <https://wg21.link/LWG2250>`__","Follow-up On Library Issue 2207","Kona","|Complete|",""
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangCommandLineReference.rst | 3437 Follow the AAPCS standard requirement stating that volatile bit-field width is dictated by the fiel…
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 3526 NegFlag<SetFalse, [], "Do not follow">, PosFlag<SetTrue, [], "Follow">,
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DiagnosticSemaKinds.td | 961 // Follow the Microsoft implementation.
|