Searched refs:RID_HAS_TRIVIAL_DESTRUCTOR (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-common.h | 141 RID_HAS_TRIVIAL_DESTRUCTOR, RID_HAS_VIRTUAL_DESTRUCTOR, enumerator
|
| HD | c-common.c | 452 { "__has_trivial_destructor", RID_HAS_TRIVIAL_DESTRUCTOR, D_CXXONLY },
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-common.h | 165 RID_HAS_TRIVIAL_DESTRUCTOR, RID_HAS_UNIQUE_OBJ_REPRESENTATIONS, enumerator
|
| HD | c-common.c | 395 { "__has_trivial_destructor", RID_HAS_TRIVIAL_DESTRUCTOR, D_CXXONLY },
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | parser.c | 4203 case RID_HAS_TRIVIAL_DESTRUCTOR: in cp_parser_primary_expression() 7877 case RID_HAS_TRIVIAL_DESTRUCTOR: in cp_parser_trait_expr()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | parser.c | 5406 case RID_HAS_TRIVIAL_DESTRUCTOR: in cp_parser_primary_expression() 9946 case RID_HAS_TRIVIAL_DESTRUCTOR: in cp_parser_trait_expr()
|