Home
last modified time | relevance | path

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

123

/base/security/asset/services/db_operator/src/
H A Dlib.rs20 mod statement; modules
/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
/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
/base/accesscontrol/sandbox_manager/services/common/database/src/
H A Dsqlite_helper.cpp162 auto statement = Prepare(PRAGMA_VERSION_COMMAND); in GetVersion() local
177 auto statement = Prepare(PRAGMA_VERSION_COMMAND + " = " + std::to_string(currentVersion_)); in SetVersion() local
/base/security/access_token/services/common/database/src/
H A Dsqlite_helper.cpp169 auto statement = Prepare(PRAGMA_VERSION_COMMAND); in GetVersion() local
184 auto statement = Prepare(PRAGMA_VERSION_COMMAND + " = " + std::to_string(currentVersion_)); in SetVersion() local
/base/update/updater/services/script/script_interpreter/
H A Dscript_yacc.y139 statement:expression_statement label
H A Dscript_interpreter.cpp157 void ScriptInterpreter::AddStatement(UScriptStatement *statement) in AddStatement() argument
H A Dscript_statement.cpp123 UScriptStatementList* UScriptStatementList::CreateInstance(UScriptStatement *statement) in CreateInstance() argument
143 void UScriptStatementList::AddScriptStatement(UScriptStatement *statement) in AddScriptStatement() argument
345 auto statement = new(std::nothrow) UScriptReturnStatement(); CreateStatement() local
[all...]
H A Dscript_statement.h153 void AddNextStatement(UScriptIfStatement *statement) in AddNextStatement() argument
/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...]

Completed in 13 milliseconds

123