Searched refs:thenExpr (Results 1 – 8 of 8) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorSyclExprConstructor.h | 133 my_then_type thenExpr;\ 138 …: ifExpr(funcD.ifExpr, t), thenExpr(funcD.thenExpr, t), elseExpr(funcD.elseExpr, t), expr(ifExpr.e…
|
D | TensorSyclExtractFunctors.h | 100 FunctorExtractor<TensorEvaluator<ThenExpr, Dev> > thenExpr; 103 : ifExpr(expr.cond_impl()), thenExpr(expr.then_impl()), elseExpr(expr.else_impl()) {}
|
/external/javassist/src/main/javassist/compiler/ast/ |
D | CondExpr.java | 32 public ASTree thenExpr() { return tail().head(); } in thenExpr() method in CondExpr
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTraverse.h | 870 printSExpr(E->thenExpr(), SS, Prec_Unary); in printIfThenElse() 878 printSExpr(E->thenExpr(), SS, Prec_Other); in printIfThenElse()
|
D | ThreadSafetyTIL.h | 1828 SExpr *thenExpr() { return ThenExpr; } // Value to store in thenExpr() function 1829 const SExpr *thenExpr() const { return ThenExpr; } in thenExpr() function 1847 Ct = Cmp.compare(thenExpr(), E->thenExpr()); in compare()
|
/external/javassist/src/main/javassist/compiler/ |
D | TypeChecker.java | 283 expr.thenExpr().accept(this); in atCondExpr() 291 expr.setThen(new CastExpr(exprType, 0, expr.thenExpr())); in atCondExpr()
|
D | Parser.java | 721 ASTree thenExpr = parseExpression(tbl); in parseConditionalExpr() local 726 return new CondExpr(cond, thenExpr, elseExpr); in parseConditionalExpr()
|
D | CodeGen.java | 920 expr.thenExpr().accept(this); in atCondExpr()
|