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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-runtime-shared-support.cc 63 objc_start_struct (tree name) function
163 objc_super_template = objc_start_struct (get_identifier (UTAG_SUPER));
189 _SLT_record = objc_start_struct (get_identifier (UTAG_METHOD));
211 proto_record = objc_start_struct (get_identifier (UTAG_METHOD_PROTOTYPE));
236 objc_ivar_list_record = objc_start_struct (NULL_TREE);
269 objc_ivar_list_record = objc_start_struct (NULL_TREE);
482 objc_module_template = objc_start_struct (get_identifier (UTAG_MODULE));
570 objc_ivar_list_record = objc_start_struct (NULL_TREE);
597 objc_ivar_record = objc_start_struct (objc_ivar_id);
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-runtime-shared-support.cc 63 objc_start_struct (tree name) function
163 objc_super_template = objc_start_struct (get_identifier (UTAG_SUPER));
189 _SLT_record = objc_start_struct (get_identifier (UTAG_METHOD));
211 proto_record = objc_start_struct (get_identifier (UTAG_METHOD_PROTOTYPE));
236 objc_ivar_list_record = objc_start_struct (NULL_TREE);
269 objc_ivar_list_record = objc_start_struct (NULL_TREE);
482 objc_module_template = objc_start_struct (get_identifier (UTAG_MODULE));
570 objc_ivar_list_record = objc_start_struct (NULL_TREE);
597 objc_ivar_record = objc_start_struct (objc_ivar_id);

Completed in 16 milliseconds