Home | History | Annotate | Download | only in guile

Lines Matching refs:theclass

433   enum address_class theclass;
435 theclass = symbol->aclass ();
437 return scm_from_bool (theclass == LOC_CONST || theclass == LOC_CONST_BYTES);
448 enum address_class theclass;
450 theclass = symbol->aclass ();
452 return scm_from_bool (theclass == LOC_BLOCK);
463 enum address_class theclass;
465 theclass = symbol->aclass ();
468 && (theclass == LOC_LOCAL || theclass == LOC_REGISTER
469 || theclass == LOC_STATIC || theclass == LOC_COMPUTED
470 || theclass == LOC_OPTIMIZED_OUT));