Home
last modified time | relevance | path

Searched defs:statement (Results 1 - 25 of 101) sorted by relevance

12345

/third_party/skia/third_party/externals/tint/src/sem/
H A Dexpression.cc24 Expression(const ast::Expression* declaration, const sem::Type* type, const Statement* statement, Constant constant) Expression() argument
H A Dcall.cc25 Call(const ast::CallExpression* declaration, const CallTarget* target, std::vector<const sem::Expression*> arguments, const Statement* statement, Constant constant) Call() argument
H A Dmember_accessor_expression.cc27 MemberAccessorExpression( const ast::MemberAccessorExpression* declaration, const sem::Type* type, const Statement* statement) MemberAccessorExpression() argument
35 StructMemberAccess( const ast::MemberAccessorExpression* declaration, const sem::Type* type, const Statement* statement, const StructMember* member) StructMemberAccess() argument
44 Swizzle(const ast::MemberAccessorExpression* declaration, const sem::Type* type, const Statement* statement, std::vector<uint32_t> indices) Swizzle() argument
H A Dvariable.cc44 LocalVariable(const ast::Variable* declaration, const sem::Type* type, ast::StorageClass storage_class, ast::Access access, const sem::Statement* statement, Constant constant_value) LocalVariable() argument
78 VariableUser(const ast::IdentifierExpression* declaration, Statement* statement, sem::Variable* variable) VariableUser() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_meta_executor.cpp24 sqlite3_stmt *statement = nullptr; in GetMetaKeysByKeyPrefix() local
67 int SqliteMetaExecutor::GetAllKeys(sqlite3_stmt *statement, bool isMemDb, std::vector<Key> &keys) in GetAllKeys() argument
[all...]
H A Dsqlite_local_storage_executor.cpp49 sqlite3_stmt *statement = nullptr; in Get() local
84 sqlite3_stmt *statement = nullptr; in GetEntries() local
193 sqlite3_stmt *statement = nullptr; Put() local
225 sqlite3_stmt *statement = nullptr; Delete() local
[all...]
H A Dsqlite_single_ver_storage_executor_subscribe.cpp35 sqlite3_stmt *statement = nullptr; in CheckQueryObjectLegal() local
224 sqlite3_stmt *statement = nullptr; in RemoveSubscribeTriggerWaterMark() local
[all...]
H A Dsqlite_single_ver_storage_executor_extend.cpp43 sqlite3_stmt *statement = nullptr; in CloudExcuteRemoveOrUpdate() local
88 sqlite3_stmt *statement in CloudCheckDataExist() local
306 PrepareForUnSyncTotalByTime(Timestamp begin, Timestamp end, sqlite3_stmt *&statement, bool getDeletedData) const PrepareForUnSyncTotalByTime() argument
[all...]
/third_party/elfutils/tests/
H A Delfshphehdr.c34 check (const char *msg, bool statement) in check() argument
46 check_elf (const char *msg, bool statement) in check_elf() argument
/third_party/skia/src/sksl/ir/
H A DSkSLSwitchCase.h24 SwitchCase(int line, std::unique_ptr<Expression> value, std::unique_ptr<Statement> statement) in SwitchCase() argument
37 std::unique_ptr<Statement>& statement() { in statement() function in SkSL::final
41 const std::unique_ptr<Statement>& statement() const { in statement() function in SkSL::final
H A DSkSLDoStatement.h23 DoStatement(int line, std::unique_ptr<Statement> statement, std::unique_ptr<Expression> test) in DoStatement() argument
38 std::unique_ptr<Statement>& statement() { in statement() function in SkSL::final
42 const std::unique_ptr<Statement>& statement() const { in statement() function in SkSL::final
H A DSkSLForStatement.cpp80 Convert(const Context& context, int line, std::unique_ptr<Statement> initializer, std::unique_ptr<Expression> test, std::unique_ptr<Expression> next, std::unique_ptr<Statement> statement, std::shared_ptr<SymbolTable> symbolTable) Convert() argument
147 ConvertWhile(const Context& context, int line, std::unique_ptr<Expression> test, std::unique_ptr<Statement> statement, std::shared_ptr<SymbolTable> symbolTable) ConvertWhile() argument
159 Make(const Context& context, int line, std::unique_ptr<Statement> initializer, std::unique_ptr<Expression> test, std::unique_ptr<Expression> next, std::unique_ptr<Statement> statement, std::unique_ptr<LoopUnrollInfo> unrollInfo, std::shared_ptr<SymbolTable> symbolTable) Make() argument
[all...]
H A DSkSLForStatement.h96 std::unique_ptr<Statement>& statement() { in statement() function in SkSL::final
100 const std::unique_ptr<Statement>& statement() const { in statement() function in SkSL::final
34 ForStatement(int line, std::unique_ptr<Statement> initializer, std::unique_ptr<Expression> test, std::unique_ptr<Expression> next, std::unique_ptr<Statement> statement, std::unique_ptr<LoopUnrollInfo> unrollInfo, std::shared_ptr<SymbolTable> symbols) ForStatement() argument
/third_party/python/Modules/_sqlite/
H A Dcursor.h43 pysqlite_Statement* statement; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DPruneEmptyCases.cpp85 TIntermNode *statement = statements->at(i); in visitSwitch() local
H A DPruneNoOps.cpp148 TIntermNode *statement = statements[statementIndex]; in visitBlock() local
[all...]
/third_party/skia/src/sksl/dsl/
H A DDSLStatement.cpp75 DSLPossibleStatement::DSLPossibleStatement(std::unique_ptr<SkSL::Statement> statement) in DSLPossibleStatement() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_sqlite_relational_utils_test.cpp91 void DistributedDBSqliteRelationalUtilsTest::PrepareStatement(const std::string &sql, sqlite3_stmt *&statement, in PrepareStatement() argument
133 sqlite3_stmt *statement = nullptr; HWTEST_F() local
173 sqlite3_stmt *statement = nullptr; HWTEST_F() local
202 sqlite3_stmt *statement = nullptr; HWTEST_F() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DRewriteElseBlocks.cpp57 TIntermNode *statement = (*node->getSequence())[statementIndex]; in visitBlock() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
H A DRewriteDoWhile.cpp66 TIntermNode *statement = (*statements)[i]; variable
/third_party/ltp/tools/sparse/sparse-src/
H A Dallocate.h87 DECLARE_ALLOCATOR(statement); variable
/third_party/skia/third_party/externals/tint/src/writer/
H A Dappend_vector.cc102 auto* statement = vector_sem->Stmt(); in AppendVector() local
/third_party/python/Modules/_sqlite/clinic/
H A Dmodule.c.h24 const char *statement; in pysqlite_complete_statement() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_sqlite_utils.cpp86 int RDSQLiteUtils::GetStatement(sqlite3 *db, const std::string &sql, sqlite3_stmt *&statement) in GetStatement() argument
111 int RDSQLiteUtils::StepWithRetry(sqlite3_stmt *statement) in StepWithRetry() argument
125 ResetStatement(sqlite3_stmt *&statement, bool finalize) ResetStatement() argument
152 BindBlobToStatement(sqlite3_stmt *statement, int index, const std::vector<uint8_t> &value) BindBlobToStatement() argument
168 GetColumnBlobValue(sqlite3_stmt *statement, int index, std::vector<uint8_t> &value) GetColumnBlobValue() argument
192 BindTextToStatement(sqlite3_stmt *statement, int index, const std::string &value) BindTextToStatement() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_utils.cpp25 int SQLiteRelationalUtils::GetDataValueByType(sqlite3_stmt *statement, int cid, DataValue &value) in GetDataValueByType() argument
86 int SQLiteRelationalUtils::GetCloudValueByType(sqlite3_stmt *statement, int type, int cid, Type &cloudValue) in GetCloudValueByType() argument
162 BindStatementByType(sqlite3_stmt *statement, int cid, Type &typeVal) BindStatementByType() argument
198 BindExtendStatementByType(sqlite3_stmt *statement, int cid, Type &typeVal) BindExtendStatementByType() argument
[all...]

Completed in 9 milliseconds

12345