Home | History | Annotate | Download | only in compiler

Lines Matching full:operator

256 // Connect two nodes through an index operator, where the left node is the base
347 // Make a new node for the operator.
369 // This is the safe way to change the operator on an aggregate, as it
373 // their operator to EOpSequence.
400 // Set the operator.
471 // handled by operator promotion.
787 // returns true if the operator is for one of the constructors
814 // Make sure the type of a unary operator is appropriate for its
853 // makes the operator the correct one for the operands.
855 // Returns false if operator can't work on operands.
931 // Operator cannot be of type pure assignment.
1334 infoSink.info.message(EPrefixInternalError, "Invalid operator for constant folding", getLine());