Home
last modified time | relevance | path

Searched defs:Bug (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libcxx/test/std/language.support/support.coroutines/end.to.end/
H A Dfullexpr-dtor.pass.cpp31 struct Bug { struct
42 Bug yield_value(int) { return {}; } in yield_value() argument
65 co_await Bug{}; in b() local
/llvm-project/clang/test/Sema/
H A Dstatements.c111 struct Bug { in test_pr22849() struct
112 typeof(({ unsigned long __ptr; (int *)(0); })) __val; in test_pr22849()
113 union Nested { in test_pr22849()
115 } n; in test_pr22849()
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLambdaCapturesChecker.cpp26 BugType Bug{this, "Lambda capture of uncounted variable", global() member in __anonfad9aac80111::UncountedLambdaCapturesChecker
H A DNoUncountedMembersChecker.cpp
H A DUncountedCallArgsChecker.cpp
H A DUncountedLocalVarsChecker.cpp
H A DRefCntblBaseVirtualDtorChecker.cpp127 BugType Bug; global() member in __anon600375360111::RefCntblBaseVirtualDtorChecker
/llvm-project/clang/unittests/StaticAnalyzer/
H A DMemRegionDescriptiveNameTest.cpp40 const BugType Bug{this, "DescriptiveNameBug"}; global() member in __anon3d1bceec0111::DescriptiveNameChecker