Home
last modified time | relevance | path

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

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