Home
last modified time | relevance | path

Searched refs:why (Results 1 – 25 of 164) sorted by relevance

1234567

/llvm-project-15.0.7/lld/test/MachO/
H A Dwhy-live.s11 # 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 Dwhy-extract.s15 # 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 Dset-xcode-analyzer56 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 Dassignment.cpp125 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 Dgmock-spec-builders.h182 ::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 Dreadability-avoid-underscore-in-googletest-name.rst33 …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 Dstop.cpp48 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 DBUILD.gn6 # 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 Davoid-spinlock.rst15 The corresponding information about the problem of ``OSSpinlock``: https://blog.postmates.com/why-s…
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2001-05-19-ExceptionResponse.txt13 > 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 DCodeOfConduct.rst14 * `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 DBugLifeCycle.rst67 * 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 DBUILD.gn23 # 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 Dminimize_two_crashes.test4 # TODO: Find out why test fails on Darwin with -O2.
H A Dexit_on_src_pos.test3 # TODO: Find out why test fails on Darwin with -O2.
/llvm-project-15.0.7/llvm/test/Transforms/IRCE/
H A Dsingle-access-with-preloop.ll35 ; 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 Dswifttail-async.ll24 ;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 Dtrivial-function-definition.ll19 ; definition, a function needs at least one block, hence why this test
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dinlineasm-X-allocation.ll7 ; 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 Dstore-private.ll481 ;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 Dpr38800.ll9 ; when attempting to vectorize. With the fix, a remark indicating why it
/llvm-project-15.0.7/polly/test/ScopInfo/
H A Dpointer-comparison.ll3 ; TODO: FIXME: Investigate why we need a InvalidContext here.
/llvm-project-15.0.7/llvm/utils/gn/
H A DTODO.txt20 - figure out why -Iclang/Support gets added so often
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dpass-object-size.cpp93 namespace why { namespace
/llvm-project-15.0.7/llvm/test/Bitcode/
H A Dmdnodes-distinct-nodes-break-cycles.ll5 ; It may not be immediately obvious why this is an interesting graph. There

1234567