Searched refs:previous_label (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xmh/dist/ | ||
| H A D | folder.c | 258 static char *previous_label = NULL; variable in typeref:typename:char * 291 if (previous_label) 292 XtFree(previous_label); 293 previous_label = label; |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ | ||
| H A D | ast_to_hir.cpp | 6999 const ast_expression *const previous_label = l->ast; local in function:ast_case_label::hir 7004 loc = previous_label->get_location(); |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ | ||
| H A D | ast_to_hir.cpp | 6770 const ast_expression *const previous_label = l->ast; local in function:ast_case_label::hir 6775 loc = previous_label->get_location(); |
Completed in 22 milliseconds