OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mayThrow
(Results
1 - 13
of
13
) sorted by null
/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
();
Expr.java
131
public CtClass[]
mayThrow
() {
/external/llvm/include/llvm/IR/
Instruction.h
308
///
mayThrow
- Return true if this instruction may throw an exception.
310
bool
mayThrow
() const;
325
return mayWriteToMemory() ||
mayThrow
() || !mayReturn();
/external/llvm/lib/IR/
Instruction.cpp
458
bool Instruction::
mayThrow
() const {
/external/llvm/lib/Transforms/Scalar/
LICM.cpp
114
bool
MayThrow
; // The current loop contains an instruction which
249
MayThrow
= false;
253
(BB != BBE) && !
MayThrow
; ++BB)
255
(I != E) && !
MayThrow
; ++I)
256
MayThrow
|= I->
mayThrow
();
629
if (
MayThrow
)
[
all
...]
/external/robolectric/lib/main/
javassist-3.14.0-GA.jar
/external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
[
all
...]
Completed in 183 milliseconds