Home
last modified time | relevance | path

Searched refs:Bug (Results 1 – 25 of 74) sorted by relevance

123

/llvm-project-15.0.7/libcxx/test/std/language.support/support.coroutines/end.to.end/
H A Dfullexpr-dtor.pass.cpp32 struct Bug { struct
43 Bug yield_value(int) { return {}; } in yield_value() argument
53 auto x = co_await Bug{}; in a()
66 co_await Bug{}; in b() local
/llvm-project-15.0.7/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
H A Dfullexpr-dtor.pass.cpp39 struct Bug { struct
50 Bug yield_value(int) { return {}; } in yield_value() argument
60 auto x = co_await Bug{}; in a()
73 (void)(co_await Bug{}); in b()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DNoUncountedMembersChecker.cpp31 BugType Bug; member in __anonbca65d050111::NoUncountedMemberChecker
36 : Bug(this, in NoUncountedMemberChecker()
144 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug()
H A DRefCntblBaseVirtualDtorChecker.cpp25 BugType Bug; member in __anonbfa598f30111::RefCntblBaseVirtualDtorChecker
30 : Bug(this, in RefCntblBaseVirtualDtorChecker()
149 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug()
H A DUncountedLambdaCapturesChecker.cpp25 BugType Bug{this, "Lambda capture of uncounted variable", member in __anon5a7bce850111::UncountedLambdaCapturesChecker
94 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug()
H A DUncountedCallArgsChecker.cpp30 BugType Bug{this, member in __anone982c3860111::UncountedCallArgsChecker
182 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug()
H A DUncountedLocalVarsChecker.cpp130 BugType Bug{this, member in __anonf1c752440111::UncountedLocalVarsChecker
238 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug()
/llvm-project-15.0.7/llvm/test/Transforms/Reassociate/
H A Ddeadcode.ll10 ; when analysing the 'deadloop1' basic block. See "Bugzilla - Bug 30818".
25 ; reassociate pass. See "Bugzilla - Bug 30818".
/llvm-project-15.0.7/clang/test/Analysis/exploded-graph-rewriter/
H A Dnode_labels.dot35 // COLOR-SAME: <font color="red"><b>Bug Report Attached</b></font>
36 // GRAY-SAME: <b>Bug Report Attached</b>
/llvm-project-15.0.7/clang/www/
H A Dmenu.html.incl30 <a href="http://clang-analyzer.llvm.org">Automatic Bug-Finding</a>
38 <a href="https://github.com/llvm/llvm-project/issues">Bug Reports</a>
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A D2007-04-08-MultipleFrameIndices.ll6 ; Bug: PR31336
H A D2003-07-29-BadConstSbyte.ll3 ; Bug: PR31341
/llvm-project-15.0.7/llvm/test/MC/Hexagon/
H A Ddcfetch.s8 # Bug 17424: This should be a legal packet
/llvm-project-15.0.7/lld/test/ELF/
H A Dx86-64-tls-pie.s6 # Bug 27174: R_X86_64_TPOFF32 and R_X86_64_GOTTPOFF relocations should
/llvm-project-15.0.7/compiler-rt/www/
H A Dmenu.html.incl15 <a href="http://llvm.org/bugs/">Bug Reports</a>
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dx32-indirectbr.ll3 ; Bug 22859
H A D2009-06-15-not-a-tail-call.ll4 ; Bug 4396. This tail call can NOT be optimized.
H A D2009-06-12-x86_64-tail-call-conv-out-of-sync-bug.ll6 ; Bug 4278.
/llvm-project-15.0.7/clang/test/Sema/
H A Dstatements.c112 struct Bug { in test_pr22849() struct
/llvm-project-15.0.7/libunwind/docs/
H A Dindex.rst77 **Bug Reports**
98 * `LLVM Bug Tracker <https://github.com/llvm/llvm-project/labels/libunwind/>`_
/llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/
H A Dbranch-debug-info.ll2 ; Tests Bug 37966
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Ddebug-info-thread-phi.ll2 ; Tests Bug 37966
/llvm-project-15.0.7/llvm/test/Transforms/GVN/PRE/
H A D2017-10-16-LoadPRECrash.ll15 ; Bug https://bugs.llvm.org/show_bug.cgi?id=34937
/llvm-project-15.0.7/.github/workflows/
H A Dllvm-bugs.yml49 subject: `[Bug ${issue.data.number}] ${issue.data.title}`,
/llvm-project-15.0.7/clang/test/CodeGenOpenCL/
H A Daddress-space-constant-initializers.cl19 // Bug 18567

123