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

  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc 8361 tree void_ftype_ptr = UNARY (voidt, const_ptr_type_node);
8471 def_builtin ("__data_prefetch0", void_ftype_ptr, FRV_BUILTIN_PREFETCH0);
8472 def_builtin ("__data_prefetch", void_ftype_ptr, FRV_BUILTIN_PREFETCH);
8282 tree void_ftype_ptr = UNARY (voidt, const_ptr_type_node); local
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 4837 tree void_ftype_ptr;
4940 void_ftype_ptr = build_function_type_list (void_type_node,
4942 void_ftype_ptr
4943 = build_exception_variant (void_ftype_ptr, empty_except_spec);
5052 deltype = cp_build_type_attribute_variant (void_ftype_ptr, extvisattr);
4828 tree void_ftype_ptr; local
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc 8359 tree void_ftype_ptr = UNARY (voidt, const_ptr_type_node);
8469 def_builtin ("__data_prefetch0", void_ftype_ptr, FRV_BUILTIN_PREFETCH0);
8470 def_builtin ("__data_prefetch", void_ftype_ptr, FRV_BUILTIN_PREFETCH);
8280 tree void_ftype_ptr = UNARY (voidt, const_ptr_type_node); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 4508 tree void_ftype_ptr;
4607 void_ftype_ptr = build_function_type_list (void_type_node,
4609 void_ftype_ptr
4610 = build_exception_variant (void_ftype_ptr, empty_except_spec);
4719 deltype = cp_build_type_attribute_variant (void_ftype_ptr, extvisattr);
4499 tree void_ftype_ptr; local

Completed in 63 milliseconds