Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dsel.c118 struct hx_expr *subexpr; in eval_comp() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp1111 ExprWithCleanups::ExprWithCleanups(Expr *subexpr, in ExprWithCleanups()
1124 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C, Expr *subexpr, in Create()
/minix3/external/mit/lua/dist/src/
H A Dlparser.c1052 static BinOpr subexpr (LexState *ls, expdesc *v, int limit) { in subexpr() function