Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/formcalc/
Dcxfa_fmparser.cpp718 auto* subexpr = cppgc::MakeGarbageCollected<CXFA_FMIndexExpression>( in ParsePostExpression() local
746 auto* subexpr = cppgc::MakeGarbageCollected<CXFA_FMIndexExpression>( in ParsePostExpression() local
767 auto* subexpr = cppgc::MakeGarbageCollected<CXFA_FMIndexExpression>( in ParsePostExpression() local
786 auto* subexpr = cppgc::MakeGarbageCollected<CXFA_FMIndexExpression>( in ParsePostExpression() local
/external/clang/lib/AST/
DExprCXX.cpp1025 ExprWithCleanups::ExprWithCleanups(Expr *subexpr, in ExprWithCleanups()
1040 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C, Expr *subexpr, in Create()
/external/lua/src/
Dlparser.c1250 static BinOpr subexpr (LexState *ls, expdesc *v, int limit) { in subexpr() function