Home
last modified time | relevance | path

Searched refs:cm_name (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DCostModel.cpp74 static const char cm_name[] = "Cost Model Analysis"; variable
75 INITIALIZE_PASS_BEGIN(CostModelAnalysis, CM_NAME, cm_name, false, true) in INITIALIZE_PASS_BEGIN() argument
76 INITIALIZE_PASS_END (CostModelAnalysis, CM_NAME, cm_name, false, true) in INITIALIZE_PASS_BEGIN()
/openbsd/usr.sbin/tcpdump/
H A Dofp_map.h24 const char *cm_name; member
H A Dprint-ofp.c83 for (i = 0; map[i].cm_name != NULL; i++) { in print_map()
85 name = map[i].cm_name; in print_map()
/openbsd/sbin/iked/
H A Dtypes.h81 const char *cm_name; member
H A Dutil.c448 for (i = 0; map[i].cm_name != NULL; i++) { in print_map()
450 name = map[i].cm_name; in print_map()