| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | why-live.s | 11 # CHECK: _foo from {{.*}}why-live.s.tmp.o 12 # CHECK-NEXT: _quux from {{.*}}why-live.s.tmp.o 13 # CHECK-NEXT: _undef from {{.*}}why-live.s.tmp.o 14 # CHECK-NEXT: _main from {{.*}}why-live.s.tmp.o 22 # CHECK-NEXT: _support from {{.*}}why-live.s.tmp.o 23 # CHECK-NEXT: _support from {{.*}}why-live.s.tmp.o 24 # CHECK-NEXT: _foo from {{.*}}why-live.s.tmp.o
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | why-extract.s | 15 # RUN: ld.lld main.o a.o b.a -o /dev/null --why-extract=why1.txt 22 # RUN: ld.lld main.o a_b.a b.a -o /dev/null --why-extract=why2.txt 26 # RUN: rm -f why2.txt && not ld.lld main.o a_b.a b.a err.o -o /dev/null --why-extract=why2.txt 34 # RUN: not ld.lld main.o a_b.a -o /dev/null --why-extract=why3.txt 39 # RUN: ld.lld b.a a_b.a main.o -o /dev/null --why-extract=- | FileCheck %s --check-prefix=CHECK4 48 # RUN: ld.lld main.o a_b.a b.a -o /dev/null --no-demangle --why-extract=- | FileCheck %s --check-pr… 52 # RUN: ld.lld main.o a.a b.a -o /dev/null -u _Z1bv --why-extract=- | FileCheck %s --check-prefix=UN… 62 # RUN: ld.lld main.o a.a b.a -o /dev/null -e _Z1bv --why-extract=- | FileCheck %s --check-prefix=EN… 66 # RUN: ld.lld main.o b.a -o /dev/null -T a.lds --why-extract=- | FileCheck %s --check-prefix=SCRIPT 75 # RUN: not ld.lld -shared main.o -o /dev/null --why-extract=/ 2>&1 | FileCheck %s --check-prefix=ERR [all …]
|
| /llvm-project-15.0.7/clang/tools/scan-build/bin/ |
| H A D | set-xcode-analyzer | 56 except IOError, why: 57 print " (-) Cannot update file:", why, "\n" 58 except OSError, why: 59 print " (-) Cannot update file:", why, "\n"
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | assignment.cpp | 125 if (const char *why{WhyBaseObjectIsSuspicious(lhs, context)}) { in CheckDefinabilityInPureScope() local 128 pure.symbol()->name(), lhs.name(), why); in CheckDefinabilityInPureScope() 152 if (const char *why{WhyBaseObjectIsSuspicious(*base, scope)}) { in CheckCopyabilityInPureScope() local 157 base->name(), why, *pointer); in CheckCopyabilityInPureScope() 187 if (const char *why{ in CheckForPureContext() local 191 base->name(), why); in CheckForPureContext()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-spec-builders.h | 182 ::std::ostream* what, ::std::ostream* why) 1210 DescribeCallCountTo(why); in GetActionForArguments() 1754 ::std::ostream* why) const in FormatUnexpectedCallMessageLocked() argument 1759 PrintTriedExpectationsLocked(args, why); in FormatUnexpectedCallMessageLocked() 1766 ::std::ostream* why) const in PrintTriedExpectationsLocked() argument 1777 *why << "\n"; in PrintTriedExpectationsLocked() 1778 expectation->DescribeLocationTo(why); in PrintTriedExpectationsLocked() 1780 *why << "tried expectation #" << i << ": "; in PrintTriedExpectationsLocked() 1782 *why << expectation->source_text() << "...\n"; in PrintTriedExpectationsLocked() 1783 expectation->ExplainMatchResultTo(args, why); in PrintTriedExpectationsLocked() [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/google/ |
| H A D | readability-avoid-underscore-in-googletest-name.rst | 33 …d: https://github.com/google/googletest/blob/master/googletest/docs/faq.md#why-should-test-suite-n… 34 …s: https://github.com/google/googletest/blob/master/googletest/docs/faq.md#why-should-test-suite-n…
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | stop.cpp | 48 static void CloseAllExternalUnits(const char *why) { in CloseAllExternalUnits() argument 49 Fortran::runtime::io::IoErrorHandler handler{why}; in CloseAllExternalUnits()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang/tools/c-arcmt-test/ |
| H A D | BUILD.gn | 6 # See comment at top of clang/tools/libclang/BUILD.gn for why this isn't
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/darwin/ |
| H A D | avoid-spinlock.rst | 15 The corresponding information about the problem of ``OSSpinlock``: https://blog.postmates.com/why-s…
|
| /llvm-project-15.0.7/llvm/docs/HistoricalNotes/ |
| H A D | 2001-05-19-ExceptionResponse.txt | 13 > the place from where the code was entered*. That's why JVM has the 36 > why the JVM doesn't use this).
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | CodeOfConduct.rst | 14 * `when we disagree, try to understand why`_. 83 .. _when we disagree, try to understand why: 85 * **When we disagree, try to understand why.** Disagreements, both social and 90 perspectives on issues. Being unable to understand why someone holds
|
| H A D | BugLifeCycle.rst | 67 * If not, is there a reasonable explanation why it cannot be reproduced? 120 with a comment explaining why you believe it is not a bug, and adding the 128 why no changes are expected.
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang/tools/c-index-test/ |
| H A D | BUILD.gn | 23 # See comment at top of clang/tools/libclang/BUILD.gn for why this isn't
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | minimize_two_crashes.test | 4 # TODO: Find out why test fails on Darwin with -O2.
|
| H A D | exit_on_src_pos.test | 3 # TODO: Find out why test fails on Darwin with -O2.
|
| /llvm-project-15.0.7/llvm/test/Transforms/IRCE/ |
| H A D | single-access-with-preloop.ll | 35 ; If Offset was a SINT_MIN, we could have an overflow here. That is why we calculated its safe vers… 43 ; If Offset was a SINT_MIN, we could have an overflow here. That is why we calculated its safe vers…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | swifttail-async.ll | 24 ;call void asm "","~{r13}"() ; We get a push r13 but why not with the call
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SPIRV/function/ |
| H A D | trivial-function-definition.ll | 19 ; definition, a function needs at least one block, hence why this test
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | inlineasm-X-allocation.ll | 7 ; totally irrelevant here, which is why we use FOO and also comment it out using "@"
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | store-private.ll | 481 ;TODO: why not x2? 504 ;TODO: why not x2? 532 ;TODO: why not x2? 562 ;TODO: why not x4? 593 ;TODO: why not x4? 625 ;TODO: why not x4? 690 ;TODO: why not x2? 726 ;TODO: why not x4?
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ |
| H A D | pr38800.ll | 9 ; when attempting to vectorize. With the fix, a remark indicating why it
|
| /llvm-project-15.0.7/polly/test/ScopInfo/ |
| H A D | pointer-comparison.ll | 3 ; TODO: FIXME: Investigate why we need a InvalidContext here.
|
| /llvm-project-15.0.7/llvm/utils/gn/ |
| H A D | TODO.txt | 20 - figure out why -Iclang/Support gets added so often
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | pass-object-size.cpp | 93 namespace why { namespace
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | mdnodes-distinct-nodes-break-cycles.ll | 5 ; It may not be immediately obvious why this is an interesting graph. There
|