Home
last modified time | relevance | path

Searched defs:subexpr (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dsel.c118 struct hx_expr *subexpr; in eval_comp() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp1291 ExprWithCleanups::ExprWithCleanups(Expr *subexpr, in ExprWithCleanups()
1301 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C, Expr *subexpr, in Create()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-predicate-analysis.cc663 tree subexpr = NULL_TREE; in build_pred_expr() local
H A Dgenmatch.cc806 operand *subexpr; member in with_expr
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-string.cc1519 rtx subexpr = gen_rtx_MINUS (word_mode, d1, d2); in expand_compare_loop() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-string.c1519 rtx subexpr = gen_rtx_MINUS (word_mode, d1, d2); in expand_compare_loop() local
/netbsd-src/external/mit/lua/dist/src/
H A Dlparser.c1274 static BinOpr subexpr (LexState *ls, expdesc *v, int limit) { in subexpr() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenmatch.c802 operand *subexpr; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h998 FullExpr(StmtClass SC, Expr *subexpr) in FullExpr()