Lines Matching full:location
5 # wild. We define HASH_MAP_H to the location of the header file, and
13 AC_MSG_CHECKING(the location of hash_map)
26 for location in unordered_map tr1/unordered_map; do
30 AC_TRY_COMPILE([#include <$location>],
33 [ac_cv_cxx_hash_map="<$location>";
40 for location in ext/hash_map hash_map; do
43 AC_TRY_COMPILE([#include <$location>],
45 [ac_cv_cxx_hash_map="<$location>";
57 [the location of <unordered_map> or <hash_map>])
59 [the location of <unordered_set> or <hash_set>])