Searched defs:BinExpr (Results 1 - 4 of 4) sorted by relevance

/external/javassist/src/main/javassist/compiler/ast/
H A DBinExpr.java26 public class BinExpr extends Expr { class in inherits:Expr
32 private BinExpr(int op, ASTree _head, ASTList _tail) { method in class:BinExpr
36 public static BinExpr makeBin(int op, ASTree oprand1, ASTree oprand2) {
37 return new BinExpr(op, oprand1, new ASTList(oprand2));
/external/chromium_org/third_party/jinja2/
H A Dnodes.py372 class BinExpr(Expr): class in inherits:Expr
726 class Mul(BinExpr):
731 class Div(BinExpr):
736 class FloorDiv(BinExpr):
743 class Add(BinExpr):
748 class Sub(BinExpr):
753 class Mod(BinExpr):
758 class Pow(BinExpr):
763 class And(BinExpr):
772 class Or(BinExpr)
[all...]
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1109 BinaryOperator *BinExpr = cast<BinaryOperator>(Op1); local
1110 return B.CreateCall(Callee, BinExpr->getOperand(1), "cos");
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 118 milliseconds