/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
|
H A D | module.c | 94 pysqlite_complete_statement_impl(PyObject *module, const char *statement) in pysqlite_complete_statement_impl() argument
|
/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
|
/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
|
H A D | parse.h | 47 struct statement { struct [all...] |
/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...] |
/third_party/node/deps/v8/src/interpreter/ |
H A D | control-flow-builders.h | 89 BlockBuilder(BytecodeArrayBuilder* builder, BlockCoverageBuilder* block_coverage_builder, BreakableStatement* statement) BlockBuilder() argument 154 SwitchBuilder(BytecodeArrayBuilder* builder, BlockCoverageBuilder* block_coverage_builder, SwitchStatement* statement, int number_of_cases, BytecodeJumpTable* jump_table) SwitchBuilder() argument 204 TryCatchBuilder(BytecodeArrayBuilder* builder, BlockCoverageBuilder* block_coverage_builder, TryCatchStatement* statement, HandlerTable::CatchPrediction catch_prediction) TryCatchBuilder() argument 232 TryFinallyBuilder(BytecodeArrayBuilder* builder, BlockCoverageBuilder* block_coverage_builder, TryFinallyStatement* statement, HandlerTable::CatchPrediction catch_prediction) TryFinallyBuilder() argument
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgStatement.cpp | 160 void BlockStatement::addChild (Statement* statement) in addChild() argument 443 isBlockStatement(const Statement* statement) isBlockStatement() argument 448 isConditionalStatement(const Statement* statement) isConditionalStatement() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | IntermTraverse.cpp | 286 void TIntermTraverser::insertStatementInParentBlock(TIntermNode *statement) in insertStatementInParentBlock() argument
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_reflect.cpp | 99 inline void statement(Ts &&... ts) in statement() function in simple_json::Stream
|
/third_party/gn/src/gn/ |
H A D | parser.cc | 691 std::unique_ptr<ParseNode> statement = ParseStatement(); in ParseFile() local 745 std::unique_ptr<ParseNode> statement = ParseStatement(); in ParseBlock() local
|