createPropertyMapHashTable();//FIXME:Consider a fast case for tables with no deleted sentinels.unsignedi = rep->existingHash();unsignedk =0;boolfoundDeletedElement =false;unsigneddeletedElementIndex =0;// initialize to make the compiler happy#ifDUMP_PROPERTYMAP_STATS++numProbes;#endifwhile(1) {...
char*OpenDDLParser::parseName(char*in,char*end, Name **name ) { *name = ddl_nullptr;if( ddl_nullptr == in || in == end ) {returnin; }// ignore blanksin = lookForNextToken( in, end );if( *in !='$'&& *in !='%') {returnin; }NameTypentype( GlobalName );if( *in ==...
error(node, Errors::E_GENERIC_TYPE_A_NESTED_IN_TYPE_B_IS_NOT_ALLOWED_2, id->getName(), ctx->currentType->getName());returnnullptr; }if(ctx->currentType->isGenericType()) { error(node, Errors::E_TYPE_A_NESTED_IN_GENERIC_TYPE_B_IS_NOT_ALLOWED_2, id->getName(), ctx->currentTy...