Home | History | Annotate | Download | only in compiler

Lines Matching refs:BothInputsAre

94     if (BothInputsAre(Type::String()) ||
339 bool BothInputsAre(Type t) { return LeftInputIs(t) && RightInputIs(t); }
430 r.BothInputsAre(Type::PlainPrimitive()) &&
502 if (r.BothInputsAre(Type::Number())) {
506 if (r.BothInputsAre(Type::PlainPrimitive()) &&
534 if (r.BothInputsAre(Type::String())) {
565 if (r.BothInputsAre(Type::String())) {
615 if (r.BothInputsAre(Type::PlainPrimitive())) {
627 r.BothInputsAre(Type::NumberOrUndefinedOrNullOrBoolean())) {
640 if (r.BothInputsAre(Type::PlainPrimitive())) {
650 if (r.BothInputsAre(Type::PlainPrimitive())) {
759 if (r.BothInputsAre(Type::Signed32()) ||
760 r.BothInputsAre(Type::Unsigned32())) {
768 if (r.BothInputsAre(Type::String())) {
795 if (r.BothInputsAre(Type::Signed32()) ||
796 r.BothInputsAre(Type::Unsigned32())) {
800 r.BothInputsAre(Type::PlainPrimitive())) {
836 if (r.BothInputsAre(Type::UniqueName())) {
843 if (r.BothInputsAre(Type::String())) {
846 if (r.BothInputsAre(Type::Boolean())) {
849 if (r.BothInputsAre(Type::Receiver())) {
860 if (r.BothInputsAre(Type::Signed32()) ||
861 r.BothInputsAre(Type::Unsigned32())) {
863 } else if (r.BothInputsAre(Type::Number())) {
899 if (r.BothInputsAre(Type::Unique())) {
909 if (r.BothInputsAre(Type::String())) {
914 if (r.BothInputsAre(Type::Signed32()) ||
915 r.BothInputsAre(Type::Unsigned32())) {
920 } else if (r.BothInputsAre(Type::Number())) {