Searched refs:NUM_OVERLOADED_OPERATORS (Results 1 – 15 of 15) sorted by relevance
27 NUM_OVERLOADED_OPERATORS enumerator
169 static const char* const OperatorNames[NUM_OVERLOADED_OPERATORS] = { in operator <<()345 CXXOperatorNames = new (Ctx) CXXOperatorIdName[NUM_OVERLOADED_OPERATORS]; in DeclarationNameTable()346 for (unsigned Op = 0; Op < NUM_OVERLOADED_OPERATORS; ++Op) { in DeclarationNameTable()
897 case NUM_OVERLOADED_OPERATORS: in DecodeOperatorCall()
1673 const char *OpStrings[NUM_OVERLOADED_OPERATORS] = { in VisitCXXOperatorCallExpr()
1058 case NUM_OVERLOADED_OPERATORS: in mangleOperatorName()
1762 case NUM_OVERLOADED_OPERATORS: in mangleOperatorName()
639 case NUM_OVERLOADED_OPERATORS: in getOperatorSpelling()
4082 op_kind = NUM_OVERLOADED_OPERATORS; in IsOperator()4610 OverloadedOperatorKind op_kind = NUM_OVERLOADED_OPERATORS; in AddMethodToCXXRecordType()4614 if (op_kind != NUM_OVERLOADED_OPERATORS) in AddMethodToCXXRecordType()
1418 op_kind = NUM_OVERLOADED_OPERATORS; in IsOperator()
3452 assert(Name.getOperatorKind() < NUM_OVERLOADED_OPERATORS && in EmitKey()
2506 case NUM_OVERLOADED_OPERATORS: in AddTypedNameChunk()
7038 case NUM_OVERLOADED_OPERATORS: in ActOnOpenMPReductionClause()
8800 case NUM_OVERLOADED_OPERATORS: in TransformCXXOperatorCallExpr()
8255 case NUM_OVERLOADED_OPERATORS: in AddBuiltinOperatorCandidates()
11660 static const bool OperatorUses[NUM_OVERLOADED_OPERATORS][3] = { in CheckOverloadedOperatorDeclaration()