Searched refs:bad_use (Results 1 – 4 of 4) sorted by relevance
45 auto* bad_use = result.Nodes.getNodeAs<clang::Expr>("bad"); in run() local48 diagnostics_.UniquePtrUsedWithGC(bad_use, bad_function, gc_type); in run()75 auto* bad_use = result.Nodes.getNodeAs<clang::Expr>("bad"); in run() local78 diagnostics_.OptionalUsedWithGC(bad_use, optional, gc_type); in run()
14 module bad_use {
145 ; CHECK-LABEL: bad_use146 define zeroext i1 @bad_use(i1 %operand) {