Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DValidateLimitations.cpp294 TIntermBinary* binOp = cond->getAsBinaryNode(); in validateForLoopCond() local
355 TIntermBinary* binOp = unOp ? nullptr : expr->getAsBinaryNode(); in validateForLoopExpr() local
/external/javassist/src/main/javassist/compiler/
DCodeGen.java933 static final int[] binOp = { field in CodeGen