Searched refs:atomConstant (Results 1 – 2 of 2) sorted by relevance
60 const string atomConstant = make_constant_name(atomDecl->name); in write_annotations() local61 fprintf(out, " if (%s == code) {\n", atomConstant.c_str()); in write_annotations()
43 const string atomConstant = make_constant_name(atomDecl->name); in write_annotations() local44 fprintf(out, " if (%s == code) {\n", atomConstant.c_str()); in write_annotations()