Lines Matching refs:get_unique_ident
151 if( (ident = get_unique_ident(_globalNames,"instruction")) == NULL )
407 if( (ident = get_unique_ident(_globalNames,"operand")) == NULL )
502 if( (ident = get_unique_ident(_globalNames,"opclass")) == NULL )
561 if( (ident = get_unique_ident(_globalNames,"inst_attrib")) == NULL )
596 if( (ident = get_unique_ident(_globalNames,"op_attrib")) == NULL )
3858 ident = get_unique_ident(instr->_localNames,"Operand");
4440 //------------------------------get_unique_ident------------------------------
4443 char *ADLParser::get_unique_ident(FormDict& dict, const char* nameDescription){
4572 if( (ident = get_unique_ident(operands, "operand")) == NULL) {
4638 if( (ident = get_unique_ident(effects, "effect")) == NULL) {