OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mayThrow
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/VMCore/
Instruction.cpp
310
///
mayThrow
- Return true if this instruction may throw an exception.
312
bool Instruction::
mayThrow
() const {
/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
();
Expr.java
131
public CtClass[]
mayThrow
() {
FieldAccess.java
122
public CtClass[]
mayThrow
() {
123
return super.
mayThrow
();
Instanceof.java
80
public CtClass[]
mayThrow
() {
81
return super.
mayThrow
();
MethodCall.java
139
public CtClass[]
mayThrow
() {
140
return super.
mayThrow
();
NewArray.java
69
public CtClass[]
mayThrow
() {
70
return super.
mayThrow
();
NewExpr.java
125
public CtClass[]
mayThrow
() {
126
return super.
mayThrow
();
Completed in 571 milliseconds