HomeSort by: relevance | last modified time | path
    Searched defs:nst_methods (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-gnu-runtime-abi-01.cc 1295 tree nst_methods = PROTOCOL_NST_METHODS (p); local
1307 while (nst_methods)
1309 if (! METHOD_ENCODING (nst_methods))
1311 encoding = encode_method_prototype (nst_methods);
1312 METHOD_ENCODING (nst_methods) = encoding;
1314 nst_methods = DECL_CHAIN (nst_methods);
objc-next-runtime-abi-01.cc 1538 tree nst_methods = PROTOCOL_NST_METHODS (p); local
1550 while (nst_methods)
1552 if (! METHOD_ENCODING (nst_methods))
1554 encoding = encode_method_prototype (nst_methods);
1555 METHOD_ENCODING (nst_methods) = encoding;
1557 nst_methods = TREE_CHAIN (nst_methods);
1583 nst_methods = PROTOCOL_OPTIONAL_NST_METHODS (p);
1584 while (nst_methods)
1586 if (! METHOD_ENCODING (nst_methods))
    [all...]
objc-act.cc 9304 tree nst_methods = CLASS_NST_METHODS (chain);
9342 while (nst_methods)
9344 fprintf (fp, "- %s;\n", gen_method_decl (nst_methods));
9345 nst_methods = TREE_CHAIN (nst_methods);
9299 tree nst_methods = CLASS_NST_METHODS (chain); local
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-gnu-runtime-abi-01.cc 1292 tree nst_methods = PROTOCOL_NST_METHODS (p); local
1304 while (nst_methods)
1306 if (! METHOD_ENCODING (nst_methods))
1308 encoding = encode_method_prototype (nst_methods);
1309 METHOD_ENCODING (nst_methods) = encoding;
1311 nst_methods = DECL_CHAIN (nst_methods);
objc-next-runtime-abi-01.cc 1535 tree nst_methods = PROTOCOL_NST_METHODS (p); local
1547 while (nst_methods)
1549 if (! METHOD_ENCODING (nst_methods))
1551 encoding = encode_method_prototype (nst_methods);
1552 METHOD_ENCODING (nst_methods) = encoding;
1554 nst_methods = TREE_CHAIN (nst_methods);
1580 nst_methods = PROTOCOL_OPTIONAL_NST_METHODS (p);
1581 while (nst_methods)
1583 if (! METHOD_ENCODING (nst_methods))
    [all...]
objc-act.cc 9306 tree nst_methods = CLASS_NST_METHODS (chain);
9344 while (nst_methods)
9346 fprintf (fp, "- %s;\n", gen_method_decl (nst_methods));
9347 nst_methods = TREE_CHAIN (nst_methods);
9301 tree nst_methods = CLASS_NST_METHODS (chain); local

Completed in 32 milliseconds