Home
last modified time | relevance | path

Searched refs:processBranch (Results 1 – 5 of 5) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DCodeAnalyzer.java87 if (processBranch(op, ci, index, codeLength, stack, stackDepth, jsrDepth)) in visitBytecode()
98 private boolean processBranch(int opcode, CodeIterator ci, int index, in processBranch() method in CodeAnalyzer
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSubEngine.h68 virtual void processBranch(const Stmt *Condition, const Stmt *Term,
DExprEngine.h223 void processBranch(const Stmt *Condition, const Stmt *Term,
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp481 SubEng.processBranch(Cond, Term, Ctx, Pred, Dst, in HandleBranch()
DExprEngine.cpp1578 void ExprEngine::processBranch(const Stmt *Condition, const Stmt *Term, in processBranch() function in ExprEngine