| /llvm-project-15.0.7/libc/test/src/pthread/ |
| H A D | pthread_mutexattr_test.cpp | 51 int robust; in TEST() local 54 ASSERT_EQ(__llvm_libc::pthread_mutexattr_getrobust(&attr, &robust), 0); in TEST() 55 ASSERT_EQ(robust, int(PTHREAD_MUTEX_STALLED)); in TEST() 59 ASSERT_EQ(__llvm_libc::pthread_mutexattr_getrobust(&attr, &robust), 0); in TEST() 60 ASSERT_EQ(robust, int(PTHREAD_MUTEX_ROBUST)); in TEST() 65 ASSERT_EQ(__llvm_libc::pthread_mutexattr_getrobust(&attr, &robust), 0); in TEST() 66 ASSERT_EQ(robust, int(PTHREAD_MUTEX_STALLED)); in TEST()
|
| /llvm-project-15.0.7/libc/src/pthread/ |
| H A D | pthread_mutexattr_setrobust.cpp | 20 (pthread_mutexattr_t *__restrict attr, int robust)) { 21 if (robust != PTHREAD_MUTEX_STALLED && robust != PTHREAD_MUTEX_ROBUST) 25 *attr = old | (robust << unsigned(PThreadMutexAttrPos::ROBUST_SHIFT));
|
| H A D | pthread_mutexattr_getrobust.cpp | 20 int *__restrict robust)) { 21 *robust = (*attr & unsigned(PThreadMutexAttrPos::ROBUST_MASK)) >>
|
| H A D | pthread_mutexattr_setrobust.h | 17 int robust);
|
| H A D | pthread_mutexattr_getrobust.h | 17 int *__restrict robust);
|
| /llvm-project-15.0.7/libc/src/__support/threads/linux/ |
| H A D | mutex.h | 26 unsigned char robust; member 41 : timed(istimed), recursive(isrecursive), robust(isrobust), in Mutex() 49 mutex->robust = isrobust; in init()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | local_vars.ll | 5 ; generated. This test is not robust in the face of an frame-handling
|
| /llvm-project-15.0.7/libcxx/docs/DesignDocs/ |
| H A D | CapturingConfigInfo.rst | 20 * The solution should be simple, consistent and robust to avoid subtle bugs.
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Cxx14Papers.csv | 16 "`3671 <https://wg21.link/n3671>`__","LWG","Making non-modifying sequence operations more robust","…
|
| /llvm-project-15.0.7/llvm/docs/GlobalISel/ |
| H A D | index.rst | 104 b) to be robust against unforeseen failures and to enable iterative
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | fp16-promote.ll | 60 ; This test is not robust against variations in instruction scheduling.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | MarkedUpDisassembly.rst | 21 The markup is simple enough in syntax to be robust even in the case of version
|
| H A D | HowToUpdateDebugInfo.rst | 343 Regression tests must be robust. Avoid hardcoding line/variable numbers in
|
| H A D | CompileCudaWithLLVM.rst | 290 clang's approach allows it to be highly robust to C++ edge cases, as it doesn't
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | README-TestSuite | 153 tests much more robust. 161 test will be more robust.
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ExternalClangExamples.rst | 80 with a modern, non-intrusive and robust approach."
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/ |
| H A D | malformed-machos.test | 3 // make sure llvm-objdump is robust is what matters.
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | pr44245.ll | 145 ; addressed in a non-robust fashion.
|
| /llvm-project-15.0.7/clang/docs/analyzer/developer-docs/ |
| H A D | nullability.rst | 86 …educing nullability information from the arguments after inlining is not robust enough (for exampl…
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ |
| H A D | malformed-archives.test | 3 ## make sure llvm-objdump is robust is what matters.
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/ARM/ |
| H A D | arm-tests.txt | 49 # robust testing for other values when we get it fleshed out and working
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/ |
| H A D | Contributing.rst | 372 Making your check robust 377 check is robust. Running your check on a large code base, such as Clang/LLVM, is a 384 Some suggestions to ensure your check is robust:
|
| /llvm-project-15.0.7/lldb/docs/status/ |
| H A D | projects.rst | 57 on the robust communication protocols we always have nowadays, allow for 314 time" tests because they were more robust against a single failure. That makes
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | README.txt | 716 Clean up the test/MC/ARM files to have more robust register choices.
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/ |
| H A D | LinalgInterfaces.td | 962 A safer and more robust alternative is to allow each op to define
|