Lines Matching refs:main_superclassname
325 main_superclassname="$superclassname"
361 if test "$impl_superclassname" != "$main_superclassname"; then
362 if test -z "$main_superclassname"; then
366 …func_fatal_error "file $source_header_file specifies a superclass '$main_superclassname', but file…
368 …func_fatal_error "file $source_header_file specifies a superclass '$main_superclassname', but file…
392 if test -n "${main_superclassname}"; then
394 echo "#include \"${main_superclassname}.priv.h\""
400 if test -n "${main_superclassname}"; then
401 echo " struct ${main_superclassname}_representation base;"
418 if test -n "${main_superclassname}"; then
420 echo "#include \"${main_superclassname}.vt.h\""
433 if test -z "$main_superclassname"; then
511 if test -n "${main_superclassname}"; then
512 echo "typedef ${main_superclassname}_t ${main_classname}_t;"
579 if test -n "${main_superclassname}"; then
580 superclasses_array_initializer="${main_superclassname}_SUPERCLASSES"
585 if test -n "${main_superclassname}"; then
586 …echo "#define ${main_classname}_SUPERCLASSES_LENGTH (1 + ${main_superclassname}_SUPERCLASSES_LENGT…
631 if test -n "${main_superclassname}"; then
632 echo "#define super ${main_superclassname}_vtable"