| /base/security/asset/services/db_operator/src/ |
| H A D | lib.rs | 20 mod statement; modules
|
| /third_party/skia/third_party/externals/tint/src/sem/ |
| H A D | expression.cc | 24 Expression(const ast::Expression* declaration, const sem::Type* type, const Statement* statement, Constant constant) Expression() argument
|
| H A D | call.cc | 25 Call(const ast::CallExpression* declaration, const CallTarget* target, std::vector<const sem::Expression*> arguments, const Statement* statement, Constant constant) Call() argument
|
| H A D | member_accessor_expression.cc | 27 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 D | variable.cc | 44 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 D | elfshphehdr.c | 34 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 D | SkSLSwitchCase.h | 24 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 D | SkSLDoStatement.h | 23 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 D | SkSLForStatement.cpp | 80 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 D | SkSLForStatement.h | 96 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 D | cursor.h | 43 pysqlite_Statement* statement; member
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| H A D | PruneEmptyCases.cpp | 85 TIntermNode *statement = statements->at(i); in visitSwitch() local
|
| H A D | PruneNoOps.cpp | 148 TIntermNode *statement = statements[statementIndex]; in visitBlock() local [all...] |
| /third_party/skia/src/sksl/dsl/ |
| H A D | DSLStatement.cpp | 75 DSLPossibleStatement::DSLPossibleStatement(std::unique_ptr<SkSL::Statement> statement) in DSLPossibleStatement() argument
|
| /base/accesscontrol/sandbox_manager/services/common/database/src/ |
| H A D | sqlite_helper.cpp | 162 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 D | sqlite_helper.cpp | 169 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 D | script_yacc.y | 139 statement:expression_statement
label
|
| H A D | script_interpreter.cpp | 157 void ScriptInterpreter::AddStatement(UScriptStatement *statement)
in AddStatement() argument
|
| H A D | script_statement.cpp | 123 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 D | script_statement.h | 153 void AddNextStatement(UScriptIfStatement *statement)
in AddNextStatement() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
| H A D | RewriteElseBlocks.cpp | 57 TIntermNode *statement = (*node->getSequence())[statementIndex]; in visitBlock() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
| H A D | RewriteDoWhile.cpp | 66 TIntermNode *statement = (*statements)[i]; variable
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | allocate.h | 87 DECLARE_ALLOCATOR(statement); variable
|
| /third_party/skia/third_party/externals/tint/src/writer/ |
| H A D | append_vector.cc | 102 auto* statement = vector_sem->Stmt(); in AppendVector() local
|
| /third_party/python/Modules/_sqlite/clinic/ |
| H A D | module.c.h | 24 const char *statement; in pysqlite_complete_statement() local [all...] |