Home
last modified time | relevance | path

Searched refs:bmm (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-spellcheck.cc71 best_macro_match *bmm = (best_macro_match *)user_data; in find_closest_macro_cpp_cb() local
72 bmm->consider (hashnode); in find_closest_macro_cpp_cb()
/netbsd/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-spellcheck.cc71 best_macro_match *bmm = (best_macro_match *)user_data; in find_closest_macro_cpp_cb() local
72 bmm->consider (hashnode); in find_closest_macro_cpp_cb()
/netbsd/sys/arch/hppa/hppa/
H A Dmainbus.c184 static uint32_t bmm[HPPA_FLEX_COUNT/32]; variable
211 if (bmm[flex / 32] & (1 << (flex % 32))) { in mbus_add_mapping()
213 __func__, flex, bmm[flex / 32])); in mbus_add_mapping()
220 bmm[flex / 32] |= (1 << (flex % 32)); in mbus_add_mapping()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.c6253 best_macro_match bmm (name, bm.get_best_distance (), parse_in); in lookup_name_fuzzy()
6254 cpp_hashnode *best_macro = bmm.get_best_meaningful_candidate (); in lookup_name_fuzzy()
6258 else if (bmm.get_best_distance () == 0) in lookup_name_fuzzy()
6263 if (cpp_hashnode *macro = bmm.blithely_get_best_candidate ()) in lookup_name_fuzzy()
H A Dname-lookup.cc7497 best_macro_match bmm (name, bm.get_best_distance (), parse_in); in lookup_name_fuzzy() local
7498 cpp_hashnode *best_macro = bmm.get_best_meaningful_candidate (); in lookup_name_fuzzy()
7502 else if (bmm.get_best_distance () == 0) in lookup_name_fuzzy()
7507 if (cpp_hashnode *macro = bmm.blithely_get_best_candidate ()) in lookup_name_fuzzy()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c6253 best_macro_match bmm (name, bm.get_best_distance (), parse_in); in lookup_name_fuzzy()
6254 cpp_hashnode *best_macro = bmm.get_best_meaningful_candidate (); in lookup_name_fuzzy()
6258 else if (bmm.get_best_distance () == 0) in lookup_name_fuzzy()
6263 if (cpp_hashnode *macro = bmm.blithely_get_best_candidate ()) in lookup_name_fuzzy()
/netbsd/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.c4334 best_macro_match bmm (name, bm.get_best_distance (), parse_in); in lookup_name_fuzzy()
4335 cpp_hashnode *best_macro = bmm.get_best_meaningful_candidate (); in lookup_name_fuzzy()
4344 bmm.get_best_distance (), in lookup_name_fuzzy()
4345 bmm.get_best_candidate_length ()); in lookup_name_fuzzy()
H A Dc-decl.cc4398 best_macro_match bmm (name, bm.get_best_distance (), parse_in); in lookup_name_fuzzy() local
4399 cpp_hashnode *best_macro = bmm.get_best_meaningful_candidate (); in lookup_name_fuzzy()
4408 bmm.get_best_distance (), in lookup_name_fuzzy()
4409 bmm.get_best_candidate_length ()); in lookup_name_fuzzy()
/netbsd/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c4334 best_macro_match bmm (name, bm.get_best_distance (), parse_in); in lookup_name_fuzzy()
4335 cpp_hashnode *best_macro = bmm.get_best_meaningful_candidate (); in lookup_name_fuzzy()
4344 bmm.get_best_distance (), in lookup_name_fuzzy()
4345 bmm.get_best_candidate_length ()); in lookup_name_fuzzy()