Home
last modified time | relevance | path

Searched refs:Aborted (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DInternals.h126 bool Aborted; variable
129 Transaction(TransformActions &TA) : TA(TA), Aborted(false) { in Transaction()
140 Aborted = true; in abort()
143 bool isAborted() const { return Aborted; } in isAborted()
/llvm-project-15.0.7/clang/tools/scan-build/bin/
H A Dscan-build340 Aborted => $4,
484 my $Aborted = 0;
493 $BlockAborted++ if $Row->{Aborted} eq 'yes';
495 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no';
501 my $PercentAborted = sprintf("%.2f", $Aborted / $TotalFunctions * 100);
511 . "$Aborted functions aborted early ($PercentAborted%)\n"