STACK_EMPTY       228 ext/psych/yaml/api.c     while (!STACK_EMPTY(parser, parser->tag_directives)) {
STACK_EMPTY       398 ext/psych/yaml/api.c     while (!STACK_EMPTY(emitter, emitter->tag_directives)) {
STACK_EMPTY       758 ext/psych/yaml/api.c     while (!STACK_EMPTY(context, tag_directives_copy)) {
STACK_EMPTY      1104 ext/psych/yaml/api.c     while (!STACK_EMPTY(&context, tag_directives_copy)) {
STACK_EMPTY      1132 ext/psych/yaml/api.c     while (!STACK_EMPTY(&context, document->nodes)) {
STACK_EMPTY       126 ext/psych/yaml/dumper.c     if (STACK_EMPTY(emitter, document->nodes)) {
STACK_EMPTY       709 ext/psych/yaml/emitter.c         while (!STACK_EMPTY(emitter, emitter->tag_directives)) {
STACK_EMPTY       154 ext/psych/yaml/loader.c     while (!STACK_EMPTY(parser, parser->aliases)) {
STACK_EMPTY       487 ext/psych/yaml/parser.c     while (!STACK_EMPTY(parser, parser->tag_directives)) {
STACK_EMPTY      1306 ext/psych/yaml/parser.c         if (STACK_EMPTY(parser, tag_directives)) {
STACK_EMPTY      1323 ext/psych/yaml/parser.c     while (!STACK_EMPTY(parser, tag_directives)) {