Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/heimdal/lib/hx509/
H A Dsel.c116 struct hx_expr *subexpr; in eval_comp() local
/freebsd-13.1/usr.bin/dtc/
H A Dinput_buffer.cc462 expression_ptr subexpr; member
502 expression_ptr subexpr; member in dtc::__anoncc7d8a0c0211::unary_operator
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1293 ExprWithCleanups::ExprWithCleanups(Expr *subexpr, in ExprWithCleanups()
1303 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C, Expr *subexpr, in Create()
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlparser.c1041 static BinOpr subexpr (LexState *ls, expdesc *v, int limit) { in subexpr() function
/freebsd-13.1/contrib/lua/src/
H A Dlparser.c1248 static BinOpr subexpr (LexState *ls, expdesc *v, int limit) { in subexpr() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h995 FullExpr(StmtClass SC, Expr *subexpr) in FullExpr()