Searched refs:map_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dcheck-common.h69 enum map_type { OVERRUN, UNDERRUN }; enum
73 void * map_alloc(enum map_type, const void *, size_t, struct map_page **);
H A Dcheck-common.c57 enum map_type type;
63 map_alloc(enum map_type type, const void *buf,
/freebsd-13-stable/usr.bin/mkcsmapper/
H A Dyacc.y75 static int map_type;
425 map_type = type;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h301 // static map_type &getAsMap(T &poly);
1923 using map_type = std::map<std::string, T>;
1925 static void inputOne(IO &io, StringRef key, map_type &v) {
1929 static void output(IO &io, map_type &v) {

Completed in 192 milliseconds