Home
last modified time | relevance | path

Searched defs:expr (Results 1 - 25 of 264) sorted by relevance

1234567891011

/kernel/linux/linux-6.6/tools/perf/util/
H A Dexpr.y197 expr: NUMBER label
[all...]
/arkcompiler/runtime_core/libpandabase/utils/
H A Ddebug.cpp24 [[noreturn]] void AssertionFail(const char *expr, const char *file, unsigned line, const char *function) in AssertionFail() argument
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A Ddecorator.h32 explicit Decorator(Expression *expr) : Statement(AstNodeType::DECORATOR), expr_(expr) {} in Decorator() argument
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSchecker.cpp47 Type *TSChecker::CheckTypeCached(ir::Expression *expr) in CheckTypeCached() argument
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DsequenceExpressionHasLastType.cpp26 const auto *expr = ast->AsSequenceExpression(); in operator ()() local
/kernel/linux/linux-5.10/tools/perf/util/
H A Dexpr.y87 expr: NUMBER label
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Ddebug.cpp26 [[noreturn]] void AssertionFail(const char *expr, const char *file, unsigned line, const char *function) in AssertionFail() argument
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsExternalModuleReference.h24 explicit TSExternalModuleReference(Expression *expr) in TSExternalModuleReference() argument
H A DtsInterfaceHeritage.h27 explicit TSInterfaceHeritage(TypeNode *expr) : Expression(AstNodeType::TS_INTERFACE_HERITAGE), expr_(expr) {} in TSInterfaceHeritage() argument
H A DtsNonNullExpression.h27 explicit TSNonNullExpression(Expression *expr) : Expression(AstNodeType::TS_NON_NULL_EXPRESSION), expr_(expr) {} in TSNonNullExpression() argument
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsClassLiteral.h39 explicit ETSClassLiteral(ir::TypeNode *const expr) : Expression(AstNodeType::ETS_CLASS_LITERAL), expr_(expr) {} in ETSClassLiteral() argument
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DexpressionStatement.h26 explicit ExpressionStatement(Expression *expr) : Statement(AstNodeType::EXPRESSION_STATEMENT), expression_(expr) {} in ExpressionStatement() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DetsLaunchExpressionBuilder.h29 ETSLaunchExpressionBuilder &SetExpression(CallExpression *expr) in SetExpression() argument
H A DetsClassLiteralBuilder.h29 ETSClassLiteralBuilder &SetExpression(ir::TypeNode *expr) in SetExpression() argument
H A DexpressionStatementBuilder.h29 ExpressionStatementBuilder &SetExpression(Expression *expr) in SetExpression() argument
H A DprefixAssertionExpressionBuilder.h29 PrefixAssertionExpressionBuilder &SetExpression(Expression *expr) in SetExpression() argument
H A DtsInterfaceHeritageBuilder.h29 TSInterfaceHeritageBuilder &SetFunctionSignature(TypeNode *expr) in SetFunctionSignature() argument
H A DtsNonNullExpressionBuilder.h29 TSNonNullExpressionBuilder &SetExpression(Expression *expr) in SetExpression() argument
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DexpressionStatement.h36 explicit ExpressionStatement(Expression *expr) : Statement(AstNodeType::EXPRESSION_STATEMENT), expression_(expr) {} in ExpressionStatement() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsExternalModuleReference.h34 explicit TSExternalModuleReference(Expression *expr) in TSExternalModuleReference() argument
H A DtsNonNullExpression.h34 explicit TSNonNullExpression(Expression *expr) : Expression(AstNodeType::TS_NON_NULL_EXPRESSION), expr_(expr) {} in TSNonNullExpression() argument
H A DtsInterfaceHeritage.h37 explicit TSInterfaceHeritage(Expression *expr) : Expression(AstNodeType::TS_INTERFACE_HERITAGE), expr_(expr) {} in TSInterfaceHeritage() argument
/arkcompiler/ets_frontend/es2panda/ir/base/
H A Ddecorator.h35 explicit Decorator(Expression *expr) : Statement(AstNodeType::DECORATOR), expr_(expr) {} in Decorator() argument
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dcondition.cpp24 void Condition::Compile(PandaGen *pg, const ir::Expression *expr, Label *falseLabel) in Compile() argument
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_fib_netdev.c21 static void nft_fib_netdev_eval(const struct nft_expr *expr, in nft_fib_netdev_eval() argument

Completed in 7 milliseconds

1234567891011