Home
last modified time | relevance | path

Searched defs:stmt (Results 1 - 25 of 87) sorted by relevance

1234

/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DscopedDebugInfoPlugin-inl.h24 void ScopedDebugInfoPlugin::RegisterPrologueEpilogue(ir::BlockStatement *block, ir::Statement *stmt) in RegisterPrologueEpilogue() argument
H A DevaluateContext.cpp57 auto *stmt = methodStatements->Statements().back(); in FindEvaluationMethod() local
/foundation/distributeddatamgr/relational_store/test/native/rdb/fuzztest/rdstatement_fuzzer/
H A Drdstatement_fuzzer.cpp25 auto stmt = std::make_shared<RdStatement>(); in RdStatementPrepareFuzz() local
/base/request/request/services/src/manage/scheduler/
H A Dsql.rs100 let mut stmt = db in ut_start_pause_start() variables
113 let mut stmt = db in ut_start_pause_start() variables
127 let mut stmt = db in ut_start_pause_start() variables
167 let mut stmt = db in ut_pause() variables
208 let mut stmt = db in ut_stop() variables
[all...]
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DblockStatement.h68 void AddTrailingBlock(AstNode *stmt, BlockStatement *trailingBlock) in AddTrailingBlock() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
H A Dswitch_lowerer.h26 SwitchLowerer(maple::MIRModule &mod, maple::SwitchNode &stmt, maple::MapleAllocator &allocator) in SwitchLowerer() argument
40 maple::SwitchNode *stmt; member in maplebe::SwitchLowerer
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dmemlayout.cpp34 StmtNode *stmt = mirFunction->GetBody()->GetFirst(); in FindLargestActualArea() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DswitchBuilder.cpp28 SwitchBuilder::SwitchBuilder(PandaGen *pg, const ir::SwitchStatement *stmt) in SwitchBuilder() argument
/foundation/communication/dsoftbus/core/common/include/
H A Dsqlite3_utils.h41 sqlite3_stmt *stmt; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Dnative_sqlite.cpp56 sqlite3_stmt *stmt = nullptr; in ExecSql() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DswitchBuilder.h37 SwitchBuilder(CodeGen *cg, const ir::SwitchStatement *stmt) in SwitchBuilder() argument
/base/security/asset/services/db_operator/src/
H A Dstatement.rs62 let mut stmt = Statement { sql: sql_s, handle: 0, db }; global() variables
[all...]
/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_sqlite_statement.cpp36 sqlite3_stmt *stmt = nullptr; in Prepare() local
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dmock.cpp41 __attribute__((visibility("default"))) int FillSharedBlockOpt(SharedBlockInfo *info, sqlite3_stmt *stmt) in FillSharedBlockOpt() argument
48 __attribute__((visibility("default"))) int FillSharedBlock(SharedBlockInfo *info, sqlite3_stmt *stmt) in FillSharedBlock() argument
55 __attribute__((visibility("default"))) bool ResetStatement(SharedBlockInfo *info, sqlite3_stmt *stmt) in ResetStatement() argument
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserStatements.cpp131 auto stmt = ParseTopLevelStatement(); in ParseTopLevelStatements() local
141 static ir::Statement *ValidateExportableStatement(ETSParser *parser, ir::Statement *stmt, in ValidateExportableStatement() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_memlayout.cpp26 uint32 X64MemLayout::ComputeStackSpaceRequirementForCall(StmtNode &stmt, int32 &aggCopySize, bool isIcall) in ComputeStackSpaceRequirementForCall() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_builder.h242 T *stmt = GetCurrentFuncCodeMp()->New<T>(args...); in NewNode() local
/base/request/request/services/src/manage/
H A Ddatabase.rs138 let mut stmt = self.inner.prepare(sql).unwrap(); variables
356 let mut stmt = self.inner.prepare(&sql).unwrap(); variables
412 let mut stmt = self.inner.prepare(&sql).unwrap(); variables
506 let mut stmt = self.inner.prepare(&sql).unwrap(); variables
530 let mut stmt = self.inner.prepare(&sql).unwrap(); variables
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtracker_table.cpp267 sqlite3_stmt *stmt = nullptr; in ReBuildTempTrigger() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_remote_query_test.cpp105 sqlite3_stmt *stmt = nullptr; in InsertData() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_continue_token.cpp90 int SQLiteSingleVerRelationalContinueToken::GetQuerySyncStatement(sqlite3 *db, sqlite3_stmt *&stmt) in GetQuerySyncStatement() argument
104 int SQLiteSingleVerRelationalContinueToken::GetMissQueryStatement(sqlite3 *db, sqlite3_stmt *&stmt) in GetMissQueryStatement() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor_subscribe.cpp45 int SQLiteSingleVerStorageExecutor::CheckMissQueryDataItem(sqlite3_stmt *stmt, const std::string &deviceName, in CheckMissQueryDataItem() argument
74 int SQLiteSingleVerStorageExecutor::CheckMissQueryDataItems(sqlite3_stmt *&stmt, const SqliteQueryHelper &helper, in CheckMissQueryDataItems() argument
115 sqlite3_stmt *stmt = nullptr; in CheckDataWithQuery() local
162 sqlite3_stmt *stmt = nullptr; AddSubscribeTrigger() local
252 sqlite3_stmt *stmt = nullptr; GetTriggers() local
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DdefaultParameterLowering.cpp165 ir::Statement *stmt = nullptr; in CreateFunctionBody() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DimportExportDecls.cpp63 void ImportExportDecls::CollectImportedProgramsFromStmts(ark::es2panda::ir::ETSImportDeclaration *stmt, in CollectImportedProgramsFromStmts() argument
216 HandleSimpleType(std::set<util::StringView> &exportedTypes, std::set<util::StringView> &exportedStatements, ir::Statement *stmt, util::StringView name, parser::Program *program, lexer::SourcePosition pos) HandleSimpleType() argument
253 VerifyType(ir::Statement *stmt, parser::Program *program, std::set<util::StringView> &exportedTypes, std::set<util::StringView> &exportedStatements, std::map<util::StringView, ir::AstNode *> &typesMap) VerifyType() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_memlayout.cpp29 uint32 AArch64MemLayout::ComputeStackSpaceRequirementForCall(StmtNode &stmt, int32 &aggCopySize, bool isIcall) in ComputeStackSpaceRequirementForCall() argument

Completed in 17 milliseconds

1234