reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
453 Operands.push_back(std::make_unique<WebAssemblyOperand>( 522 Operands.push_back(std::make_unique<WebAssemblyOperand>( 531 if (!parseSpecialFloatMaybe(false, Operands)) 539 addBlockTypeOperand(Operands, NameLoc, BT); 547 Operands.push_back(std::make_unique<WebAssemblyOperand>( 550 if (checkForP2AlignIfLoadStore(Operands, Name)) 558 parseSingleInteger(true, Operands); 559 if (checkForP2AlignIfLoadStore(Operands, Name)) 562 if (parseSingleFloat(true, Operands)) 564 } else if (!parseSpecialFloatMaybe(true, Operands)) { 571 parseSingleInteger(false, Operands); 572 if (checkForP2AlignIfLoadStore(Operands, Name)) 576 if (parseSingleFloat(false, Operands)) 592 Operands.push_back(std::move(Op)); 603 if (ExpectBlockType && Operands.size() == 1) { 605 addBlockTypeOperand(Operands, NameLoc, WebAssembly::BlockType::Void);