Home
last modified time | relevance | path

Searched defs:map_kind (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libcpp/include/
H A Dline-map.h786 LINEMAPS_ALLOCATED (const line_maps *set, bool map_kind) in LINEMAPS_ALLOCATED()
797 LINEMAPS_ALLOCATED (line_maps *set, bool map_kind) in LINEMAPS_ALLOCATED()
808 LINEMAPS_USED (const line_maps *set, bool map_kind) in LINEMAPS_USED()
819 LINEMAPS_USED (line_maps *set, bool map_kind) in LINEMAPS_USED()
831 LINEMAPS_CACHE (const line_maps *set, bool map_kind) in LINEMAPS_CACHE()
842 LINEMAPS_CACHE (line_maps *set, bool map_kind) in LINEMAPS_CACHE()
852 LINEMAPS_MAP_AT (const line_maps *set, bool map_kind, int index) in LINEMAPS_MAP_AT()
864 LINEMAPS_LAST_MAP (const line_maps *set, bool map_kind) in LINEMAPS_LAST_MAP()
874 LINEMAPS_LAST_ALLOCATED_MAP (const line_maps *set, bool map_kind) in LINEMAPS_LAST_ALLOCATED_MAP()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-core.h1471 unsigned int map_kind; member
H A Domp-low.c7981 enum gomp_map_kind map_kind = OMP_CLAUSE_MAP_KIND (c); in lower_omp_target() local