Searched refs:UnaryOperation (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | discrete_distribution.h | 72 template <class UnaryOperation> 74 UnaryOperation fw) { in param_type() 122 template <class UnaryOperation> 124 UnaryOperation fw) in discrete_distribution()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.h | 198 void VisitVoid(UnaryOperation* expr); 199 void VisitTypeOf(UnaryOperation* expr); 200 void VisitNot(UnaryOperation* expr); 201 void VisitDelete(UnaryOperation* expr);
|
H A D | bytecode-array-builder.h | 375 BytecodeArrayBuilder& UnaryOperation(Token::Value op, int feedback_slot);
|
H A D | bytecode-generator.cc | 3346 .UnaryOperation(Token::INC, feedback_index(index_slot)) in BuildFillArrayWithIterator() 3491 ->UnaryOperation(Token::INC, feedback_index(index_slot.Get())) in BuildCreateArrayLiteral() 3500 .UnaryOperation(Token::INC, feedback_index(index_slot.Get())) in BuildCreateArrayLiteral() 5770 void BytecodeGenerator::VisitVoid(UnaryOperation* expr) { in VisitVoid() 5787 void BytecodeGenerator::VisitTypeOf(UnaryOperation* expr) { in VisitTypeOf() 5792 void BytecodeGenerator::VisitNot(UnaryOperation* expr) { in VisitNot() 5810 void BytecodeGenerator::VisitUnaryOperation(UnaryOperation* expr) { in VisitUnaryOperation() 5829 builder()->UnaryOperation( in VisitUnaryOperation() 5837 void BytecodeGenerator::VisitDelete(UnaryOperation* unary) { in VisitDelete() 6025 builder()->UnaryOperation(exp in VisitCountOperation() [all...] |
H A D | bytecode-array-builder.cc | 485 BytecodeArrayBuilder& BytecodeArrayBuilder::UnaryOperation(Token::Value op, in UnaryOperation() function in v8::internal::interpreter::BytecodeArrayBuilder
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast.cc | 867 UnaryOperation* maybe_unary = expr->AsUnaryOperation(); in IsTypeof() 890 UnaryOperation* maybe_unary = expr->AsUnaryOperation(); in IsVoidOfLiteral()
|
H A D | ast.h | 108 V(UnaryOperation) \ 1826 class UnaryOperation final : public Expression { 1835 UnaryOperation(Token::Value op, Expression* expression, int pos) in UnaryOperation() function in v8::internal::final 3136 UnaryOperation* NewUnaryOperation(Token::Value op, in NewUnaryOperation() 3139 return zone_->New<UnaryOperation>(op, expression, pos); in NewUnaryOperation()
|
H A D | ast-traversal-visitor.h | 424 void AstTraversalVisitor<Subclass>::VisitUnaryOperation(UnaryOperation* expr) { in VisitUnaryOperation()
|
H A D | prettyprinter.cc | 493 void CallPrinter::VisitUnaryOperation(UnaryOperation* node) { in VisitUnaryOperation() 1398 void AstPrinter::VisitUnaryOperation(UnaryOperation* node) { in VisitUnaryOperation()
|
Completed in 26 milliseconds