Searched refs:maybeThrow (Results 1 – 5 of 5) sorted by relevance
13 call void @maybeThrow(i8** swifterror %errorslot)36 ; CHECK-NEXT: call void @maybeThrow(i8** nonnull swifterror %errorslot)54 ; CHECK-NEXT: call void @maybeThrow(i8** nonnull swifterror %2)74 call void @maybeThrow(i8** swifterror %errorslot)96 ; CHECK-NEXT: call void @maybeThrow(i8** nonnull swifterror [[ERRORSLOT]])119 ; CHECK-NEXT: call void @maybeThrow(i8** nonnull swifterror [[ERRORSLOT]])142 declare void @maybeThrow(i8** swifterror)
35 public void maybeThrow() { in maybeThrow() method in TurbineLog
200 log.maybeThrow(); in process()252 log.maybeThrow(); in process()276 log.maybeThrow(); in reportProcessorCrash()
104 log.maybeThrow(); in bind()
567 processor.maybeThrow(); in evaluate()600 void maybeThrow() throws Throwable { in maybeThrow() method in OverridesTest.EcjTestProcessor