Searched refs:TOKnull (Results 1 – 18 of 18) sorted by relevance
332 e->op == TOKsymoff || e->op == TOKnull || in copyLiteral()352 if (se->e1->op == TOKnull) in copyLiteral()501 if (se->e1->op == TOKnull) in resolveSlice()522 if (e->op == TOKnull) in resolveArrayLength()659 ((e->type->ty == Tpointer || e->type->ty == Tclass) && e->op != TOKnull); in isTrueBool()951 bool null1 = (agg1->op == TOKnull); in comparePointers()952 bool null2 = (agg2->op == TOKnull); in comparePointers()1022 if (e->op == TOKnull || in isCtfeComparable()1180 assert(e->op == TOKnull); in funcptrOf()1187 e->op == TOKslice || e->op == TOKnull; in isArray()[all …]
53 case TOKnull: in isConst()778 if (e1->op == TOKnull) in Equal()780 if (e2->op == TOKnull) in Equal()798 else if (e2->op == TOKnull) in Equal()983 if (e1->op == TOKnull) in Identity()985 cmp = (e2->op == TOKnull); in Identity()987 else if (e2->op == TOKnull) in Identity()1575 if (e1->op == TOKnull && (e2->op == TOKint64 || e2->op == TOKstructliteral)) in Cat()1581 else if ((e1->op == TOKint64 || e1->op == TOKstructliteral) && e2->op == TOKnull) in Cat()1622 else if (e1->op == TOKnull && e2->op == TOKnull) in Cat()[all …]
647 case TOKnull: in ctfeInterpret()2404 if (result->op == TOKnull) in visit()3590 (e1->op == TOKnull && e1->type->toBasetype()->ty == Tarray))3925 else if (e1->op == TOKnull) in interpretAssignToSlice()4384 agg1->op != TOKnull && in interpretFourPointerRelation()4385 agg2->op != TOKnull) in interpretFourPointerRelation()4728 if (pthis->op == TOKnull) in visit()4866 if (econd->op != TOKnull) in visit()4894 e1->op != TOKnull) in visit()5024 if (agg->op == TOKnull) in resolveIndexing()[all …]
1610 if (result->op == TOKnull) in castTo()2809 ((e2->op == TOKnull && t2->ty == Tpointer && t2->nextOf()->ty == Tvoid) || in typeMerge()2824 ((e1->op == TOKnull && t1->ty == Tpointer && t1->nextOf()->ty == Tvoid) || in typeMerge()2875 if (e1->op == TOKnull && e2->op != TOKnull) in typeMerge()2877 else if (e1->op != TOKnull && e2->op == TOKnull) in typeMerge()2901 if (e1->op == TOKnull && e2->op != TOKnull) in typeMerge()2903 else if (e1->op != TOKnull && e2->op == TOKnull) in typeMerge()3086 else if ((e1->op == TOKstring || e1->op == TOKnull) && e1->implicitConvTo(t2)) in typeMerge()3090 else if ((e2->op == TOKstring || e2->op == TOKnull) && e2->implicitConvTo(t1)) in typeMerge()
45 TOKnull, TOKassert, enumerator
217 if (e->op == TOKnull) in hasNonConstPointers()
605 if (e->e1->op == TOKnull && in Expression_optimize()998 (e->e1->op == TOKnull && e->e2->op == TOKnull) in Expression_optimize()
212 { "null", TOKnull },
689 tok = TOKnull; in search_correct_C()
2874 case TOKnull: in parseTemplateSingleArgument()4960 case TOKnull: in parseStatement()6048 case TOKnull: in isBasicType()6807 case TOKnull: in parsePrimaryExp()7484 case TOKnull: in parseUnaryExp()8019 precedence[TOKnull] = PREC_primary; in PrecedenceInitializer()
942 if ((t1->ty == Tclass && e->e2->op == TOKnull) || in op_overload()943 (t2->ty == Tclass && e->e1->op == TOKnull)) in op_overload()
1352 if (i == fields.dim - 1 && isNested() && e->op == TOKnull) in fit()
5997 t1->nextOf() && (telem->ty != Tvoid || e2x->op == TOKnull) && in visit()7705 if ((t1->ty == Tclass && exp->e2->op == TOKnull) || in visit()7706 (t2->ty == Tclass && exp->e1->op == TOKnull)) in visit()
3409 : Expression(loc, TOKnull, sizeof(NullExp)) in NullExp()3420 if (e->op == TOKnull && in equals()
1644 e->op == TOKnull || in tiargsToBuffer()
413 case TOKnull: in expressionHash()7387 ea->op != TOKnull && in hasNestedArgs()
4491 if (e->op == TOKnull) in dotExp()
1904 if (e->e1->op == TOKnull) in visit()