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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 2953 tree orig_pointee_type = TREE_TYPE (type); local
2954 TREE_TYPE (type) = build_variant_type_copy (orig_pointee_type);
2958 = TYPE_CANONICAL (TYPE_POINTER_TO (orig_pointee_type));
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 2955 tree orig_pointee_type = TREE_TYPE (type); local
2956 TREE_TYPE (type) = build_variant_type_copy (orig_pointee_type);
2960 = TYPE_CANONICAL (TYPE_POINTER_TO (orig_pointee_type));

Completed in 64 milliseconds