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

  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.h 701 class decorated_type : public type class in namespace:gcc::jit::recording
704 decorated_type (type *other_type) function in class:gcc::jit::recording::decorated_type
728 class memento_of_get_const : public decorated_type
732 : decorated_type (other_type) {}
760 class memento_of_get_volatile : public decorated_type
764 : decorated_type (other_type) {}
786 class memento_of_get_restrict : public decorated_type
790 : decorated_type (other_type) {}
812 class memento_of_get_aligned : public decorated_type
816 : decorated_type (other_type)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.h 685 class decorated_type : public type class in namespace:gcc::jit::recording
688 decorated_type (type *other_type) function in class:gcc::jit::recording::decorated_type
709 class memento_of_get_const : public decorated_type
713 : decorated_type (other_type) {}
741 class memento_of_get_volatile : public decorated_type
745 : decorated_type (other_type) {}
767 class memento_of_get_aligned : public decorated_type
771 : decorated_type (other_type),
788 class vector_type : public decorated_type
792 : decorated_type (other_type)
    [all...]

Completed in 25 milliseconds