Home
last modified time | relevance | path

Searched defs:labels (Results 51 - 56 of 56) sorted by relevance

123

/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp3305 std::vector<SpvId> labels; in writeSwitchStatement() local
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc2337 Label* labels[] = {// FAST_{SMI,}_ELEMENTS in EmitElementLoad() local
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc1911 FailCallableLookup( const std::string& reason, const QualifiedName& name, const TypeVector& parameter_types, const std::vector<Binding<LocalLabel>*>& labels, const std::vector<Signature>& candidates, const std::vector<std::pair<GenericCallable*, std::string>> inapplicable_generics) FailCallableLookup() argument
2011 LookupCallable( const QualifiedName& name, const Container& declaration_container, const TypeVector& parameter_types, const std::vector<Binding<LocalLabel>*>& labels, const TypeVector& specialization_types, bool silence_errors) LookupCallable() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc1037 BytecodeLabels* labels() { return &labels_; } in labels() function in v8::internal::interpreter::final
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h384 const ZonePtrList<const AstRawString>* labels() cons in statement() function in v8::internal::ParseFunctionFlag::ParserBase::Target
364 Target(ParserBase* parser, BreakableStatementT statement, ZonePtrList<const AstRawString>* labels, ZonePtrList<const AstRawString>* own_labels, TargetType target_type) Target() argument
691 DeclareLabel(ZonePtrList<const AstRawString>** labels, ZonePtrList<const AstRawString>** own_labels, const AstRawString* label) DeclareLabel() argument
716 ContainsLabel(const ZonePtrList<const AstRawString>* labels, const AstRawString* label) ContainsLabel() argument
1316 ParseStatement(ZonePtrList<const AstRawString>* labels, ZonePtrList<const AstRawString>* own_labels) ParseStatement() argument
5217 ParseStatement( ZonePtrList<const AstRawString>* labels, ZonePtrList<const AstRawString>* own_labels, AllowLabelledFunctionStatement allow_function) ParseStatement() argument
5324 ParseBlock( ZonePtrList<const AstRawString>* labels, Scope* block_scope) ParseBlock() argument
5363 ParseBlock( ZonePtrList<const AstRawString>* labels) ParseBlock() argument
5369 ParseScopedStatement( ZonePtrList<const AstRawString>* labels) ParseScopedStatement() argument
5429 ParseExpressionOrLabelledStatement( ZonePtrList<const AstRawString>* labels, ZonePtrList<const AstRawString>* own_labels, AllowLabelledFunctionStatement allow_function) ParseExpressionOrLabelledStatement() argument
5517 ParseIfStatement( ZonePtrList<const AstRawString>* labels) ParseIfStatement() argument
5590 ParseBreakStatement( ZonePtrList<const AstRawString>* labels) ParseBreakStatement() argument
5679 ParseWithStatement( ZonePtrList<const AstRawString>* labels) ParseWithStatement() argument
5708 ParseDoWhileStatement( ZonePtrList<const AstRawString>* labels, ZonePtrList<const AstRawString>* own_labels) ParseDoWhileStatement() argument
5747 ParseWhileStatement( ZonePtrList<const AstRawString>* labels, ZonePtrList<const AstRawString>* own_labels) ParseWhileStatement() argument
5796 ParseSwitchStatement( ZonePtrList<const AstRawString>* labels) ParseSwitchStatement() argument
5991 ParseForStatement( ZonePtrList<const AstRawString>* labels, ZonePtrList<const AstRawString>* own_labels) ParseForStatement() argument
6135 ParseForEachStatementWithDeclarations( int stmt_pos, ForInfo* for_info, ZonePtrList<const AstRawString>* labels, ZonePtrList<const AstRawString>* own_labels, Scope* inner_block_scope) ParseForEachStatementWithDeclarations() argument
6218 ParseForEachStatementWithoutDeclarations( int stmt_pos, ExpressionT expression, int lhs_beg_pos, int lhs_end_pos, ForInfo* for_info, ZonePtrList<const AstRawString>* labels, ZonePtrList<const AstRawString>* own_labels) ParseForEachStatementWithoutDeclarations() argument
6249 ParseStandardForLoopWithLexicalDeclarations( int stmt_pos, StatementT init, ForInfo* for_info, ZonePtrList<const AstRawString>* labels, ZonePtrList<const AstRawString>* own_labels) ParseStandardForLoopWithLexicalDeclarations() argument
6307 ParseStandardForLoop( int stmt_pos, ZonePtrList<const AstRawString>* labels, ZonePtrList<const AstRawString>* own_labels, ExpressionT* cond, StatementT* next, StatementT* body) ParseStandardForLoop() argument
6337 ParseForAwaitStatement( ZonePtrList<const AstRawString>* labels, ZonePtrList<const AstRawString>* own_labels) ParseForAwaitStatement() argument
[all...]
/third_party/toybox/toys/pending/
H A Dbc.c264 BcVec labels; member
[all...]

Completed in 42 milliseconds

123