HomeSort by relevance Sort by last modified time
    Searched refs:mayThrow (Results 1 - 25 of 43) sorted by null

1 2

  /external/javassist/src/main/javassist/expr/
Handler.java 66 public CtClass[] mayThrow() {
67 return super.mayThrow();
Cast.java 77 public CtClass[] mayThrow() {
78 return super.mayThrow();
Instanceof.java 80 public CtClass[] mayThrow() {
81 return super.mayThrow();
MethodCall.java 139 public CtClass[] mayThrow() {
140 return super.mayThrow();
NewExpr.java 125 public CtClass[] mayThrow() {
126 return super.mayThrow();
FieldAccess.java 122 public CtClass[] mayThrow() {
123 return super.mayThrow();
NewArray.java 69 public CtClass[] mayThrow() {
70 return super.mayThrow();
  /external/llvm/include/llvm/IR/
Instruction.h 400 bool mayThrow() const;
408 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 115 if (CheckUnwind && TI->mayThrow()) {
128 if (CheckUnwind && !SCCMightUnwind && I.mayThrow()) {
  /external/swiftshader/third_party/LLVM/include/llvm/
Instruction.h 233 /// mayThrow - Return true if this instruction may throw an exception.
235 bool mayThrow() const;
244 return mayWriteToMemory() || mayThrow();
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Instruction.h 425 bool mayThrow() const;
450 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 460 bool mayThrow() const;
485 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Instruction.h 470 bool mayThrow() const;
495 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Instruction.h 470 bool mayThrow() const;
495 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Instruction.h 494 bool mayThrow() const;
519 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Instruction.h 494 bool mayThrow() const;
519 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Instruction.h 494 bool mayThrow() const;
519 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Instruction.h 494 bool mayThrow() const;
519 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 460 bool mayThrow() const;
485 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Instruction.h 470 bool mayThrow() const;
495 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Instruction.h 470 bool mayThrow() const;
495 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Instruction.h 494 bool mayThrow() const;
519 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Instruction.h 494 bool mayThrow() const;
519 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Instruction.h 494 bool mayThrow() const;
519 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Instruction.h 494 bool mayThrow() const;
519 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }

Completed in 1883 milliseconds

1 2