Lines Matching refs:string_append

128 string_append (string *p, const char *s)  in string_append()  function
474 string_append (decl, "extern(C) "); in dlang_call_convention()
478 string_append (decl, "extern(Windows) "); in dlang_call_convention()
482 string_append (decl, "extern(Pascal) "); in dlang_call_convention()
486 string_append (decl, "extern(C++) "); in dlang_call_convention()
490 string_append (decl, "extern(Objective-C) "); in dlang_call_convention()
511 string_append (decl, " const"); in dlang_type_modifiers()
515 string_append (decl, " immutable"); in dlang_type_modifiers()
519 string_append (decl, " shared"); in dlang_type_modifiers()
526 string_append (decl, " inout"); in dlang_type_modifiers()
552 string_append (decl, "pure "); in dlang_attributes()
556 string_append (decl, "nothrow "); in dlang_attributes()
560 string_append (decl, "ref "); in dlang_attributes()
564 string_append (decl, "@property "); in dlang_attributes()
568 string_append (decl, "@trusted "); in dlang_attributes()
572 string_append (decl, "@safe "); in dlang_attributes()
588 string_append (decl, "@nogc "); in dlang_attributes()
592 string_append (decl, "return "); in dlang_attributes()
596 string_append (decl, "scope "); in dlang_attributes()
600 string_append (decl, "@live "); in dlang_attributes()
629 string_append (args, "("); in dlang_function_type_noreturn()
633 string_append (args, ")"); in dlang_function_type_noreturn()
667 string_append (decl, " "); in dlang_function_type()
689 string_append (decl, "..."); in dlang_function_args()
694 string_append (decl, ", "); in dlang_function_args()
695 string_append (decl, "..."); in dlang_function_args()
703 string_append (decl, ", "); in dlang_function_args()
708 string_append (decl, "scope "); in dlang_function_args()
714 string_append (decl, "return "); in dlang_function_args()
721 string_append (decl, "in "); in dlang_function_args()
725 string_append (decl, "ref "); in dlang_function_args()
730 string_append (decl, "out "); in dlang_function_args()
734 string_append (decl, "ref "); in dlang_function_args()
738 string_append (decl, "lazy "); in dlang_function_args()
759 string_append (decl, "shared("); in dlang_type()
761 string_append (decl, ")"); in dlang_type()
765 string_append (decl, "const("); in dlang_type()
767 string_append (decl, ")"); in dlang_type()
771 string_append (decl, "immutable("); in dlang_type()
773 string_append (decl, ")"); in dlang_type()
780 string_append (decl, "inout("); in dlang_type()
782 string_append (decl, ")"); in dlang_type()
788 string_append (decl, "__vector("); in dlang_type()
790 string_append (decl, ")"); in dlang_type()
796 string_append (decl, "typeof(*null)"); in dlang_type()
804 string_append (decl, "[]"); in dlang_type()
819 string_append (decl, "["); in dlang_type()
821 string_append (decl, "]"); in dlang_type()
835 string_append (decl, "["); in dlang_type()
837 string_append (decl, "]"); in dlang_type()
847 string_append (decl, "*"); in dlang_type()
859 string_append (decl, "function"); in dlang_type()
883 string_append (decl, "delegate"); in dlang_type()
896 string_append (decl, "typeof(null)"); in dlang_type()
900 string_append (decl, "void"); in dlang_type()
904 string_append (decl, "byte"); in dlang_type()
908 string_append (decl, "ubyte"); in dlang_type()
912 string_append (decl, "short"); in dlang_type()
916 string_append (decl, "ushort"); in dlang_type()
920 string_append (decl, "int"); in dlang_type()
924 string_append (decl, "uint"); in dlang_type()
928 string_append (decl, "long"); in dlang_type()
932 string_append (decl, "ulong"); in dlang_type()
936 string_append (decl, "float"); in dlang_type()
940 string_append (decl, "double"); in dlang_type()
944 string_append (decl, "real"); in dlang_type()
950 string_append (decl, "ifloat"); in dlang_type()
954 string_append (decl, "idouble"); in dlang_type()
958 string_append (decl, "ireal"); in dlang_type()
962 string_append (decl, "cfloat"); in dlang_type()
966 string_append (decl, "cdouble"); in dlang_type()
970 string_append (decl, "creal"); in dlang_type()
976 string_append (decl, "bool"); in dlang_type()
980 string_append (decl, "char"); in dlang_type()
984 string_append (decl, "wchar"); in dlang_type()
988 string_append (decl, "dchar"); in dlang_type()
996 string_append (decl, "cent"); in dlang_type()
1000 string_append (decl, "ucent"); in dlang_type()
1081 string_append (decl, "this"); in dlang_lname()
1088 string_append (decl, "~this"); in dlang_lname()
1125 string_append (decl, "this(this)"); in dlang_lname()
1178 string_append (decl, "'"); in dlang_parse_integer()
1192 string_append (decl, "\\x"); in dlang_parse_integer()
1196 string_append (decl, "\\u"); in dlang_parse_integer()
1200 string_append (decl, "\\U"); in dlang_parse_integer()
1223 string_append (decl, "'"); in dlang_parse_integer()
1234 string_append (decl, val ? "true" : "false"); in dlang_parse_integer()
1258 string_append (decl, "u"); in dlang_parse_integer()
1261 string_append (decl, "L"); in dlang_parse_integer()
1264 string_append (decl, "uL"); in dlang_parse_integer()
1280 string_append (decl, "NaN"); in dlang_parse_real()
1286 string_append (decl, "Inf"); in dlang_parse_real()
1292 string_append (decl, "-Inf"); in dlang_parse_real()
1300 string_append (decl, "-"); in dlang_parse_real()
1307 string_append (decl, "0x"); in dlang_parse_real()
1309 string_append (decl, "."); in dlang_parse_real()
1323 string_append (decl, "p"); in dlang_parse_real()
1328 string_append (decl, "-"); in dlang_parse_real()
1355 string_append (decl, "\""); in dlang_parse_string()
1368 string_append (decl, " "); in dlang_parse_string()
1371 string_append (decl, "\\t"); in dlang_parse_string()
1374 string_append (decl, "\\n"); in dlang_parse_string()
1377 string_append (decl, "\\r"); in dlang_parse_string()
1380 string_append (decl, "\\f"); in dlang_parse_string()
1383 string_append (decl, "\\v"); in dlang_parse_string()
1391 string_append (decl, "\\x"); in dlang_parse_string()
1398 string_append (decl, "\""); in dlang_parse_string()
1418 string_append (decl, "["); in dlang_parse_arrayliteral()
1426 string_append (decl, ", "); in dlang_parse_arrayliteral()
1429 string_append (decl, "]"); in dlang_parse_arrayliteral()
1445 string_append (decl, "["); in dlang_parse_assocarray()
1452 string_append (decl, ":"); in dlang_parse_assocarray()
1458 string_append (decl, ", "); in dlang_parse_assocarray()
1461 string_append (decl, "]"); in dlang_parse_assocarray()
1478 string_append (decl, name); in dlang_parse_structlit()
1480 string_append (decl, "("); in dlang_parse_structlit()
1488 string_append (decl, ", "); in dlang_parse_structlit()
1491 string_append (decl, ")"); in dlang_parse_structlit()
1509 string_append (decl, "null"); in dlang_value()
1515 string_append (decl, "-"); in dlang_value()
1541 string_append (decl, "+"); in dlang_value()
1546 string_append (decl, "i"); in dlang_value()
1664 string_append (decl, "."); in dlang_parse_qualified()
1720 string_append (decl, "Tuple!("); in dlang_parse_tuple()
1729 string_append (decl, ", "); in dlang_parse_tuple()
1732 string_append (decl, ")"); in dlang_parse_tuple()
1814 string_append (decl, ", "); in dlang_template_args()
1916 string_append (decl, "!("); in dlang_parse_template()
1918 string_append (decl, ")"); in dlang_parse_template()
1959 string_append (&decl, "D main"); in dlang_demangle()