HomeSort by relevance Sort by last modified time
    Searched defs:BinExpr (Results 1 - 2 of 2) sorted by null

  /external/javassist/src/main/javassist/compiler/ast/
BinExpr.java 26 public class BinExpr extends Expr {
32 private BinExpr(int op, ASTree _head, ASTList _tail) {
36 public static BinExpr makeBin(int op, ASTree oprand1, ASTree oprand2) {
37 return new BinExpr(op, oprand1, new ASTList(oprand2));
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp     [all...]

Completed in 161 milliseconds