Home
last modified time | relevance | path

Searched defs:isGoto (Results 1 – 2 of 2) sorted by relevance

/external/javassist/src/main/javassist/bytecode/analysis/
DUtil.java37 public static boolean isGoto(int opcode) { in isGoto() method in Util
/external/llvm-project/clang/include/clang/Parse/
DParser.h3394 inline bool isGoto() const { return Qualifiers & AQ_goto; } in isGoto() function