Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/heimdal/lib/hx509/
H A Dsel.c116 struct hx_expr *subexpr; in eval_comp() local
/freebsd-14.2/usr.bin/dtc/
H A Dinput_buffer.cc463 expression_ptr subexpr; member
503 expression_ptr subexpr; member in dtc::__anon6f5e454e0211::unary_operator
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1373 ExprWithCleanups::ExprWithCleanups(Expr *subexpr, in ExprWithCleanups()
1383 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C, Expr *subexpr, in Create()
/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A Dlparser.c1040 static BinOpr subexpr (LexState *ls, expdesc *v, int limit) { in subexpr() function
/freebsd-14.2/contrib/lua/src/
H A Dlparser.c1260 static BinOpr subexpr (LexState *ls, expdesc *v, int limit) { in subexpr() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1031 FullExpr(StmtClass SC, Expr *subexpr) in FullExpr()