Searched refs:type_match (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1565 TypeQuery type_match(name.GetStringRef(), TypeQueryOptions::e_exact_match);
1566 if (query.ContextMatches(type_match.GetContextRef())) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1739 TypeQuery type_match(name.GetStringRef(), TypeQueryOptions::e_exact_match);
1740 if (query.ContextMatches(type_match.GetContextRef())) {
/freebsd-current/sys/dev/ocs_fc/
H A Dsli4.h1027 type_match:8; member in struct:sli4_cmd_reg_fcfi_s::__anon74
1058 type_match:8; member in struct:sli4_cmd_reg_fcfi_mrq_s::__anon75
3672 uint8_t type_match; member in struct:__anon102
H A Dsli4.c1220 reg_fcfi->rq_cfg[i].type_match = rq_cfg[i].type_match;
1273 reg_fcfi_mrq->rq_cfg[i].type_match = rq_cfg[i].type_match;
H A Docs_hw.c854 rq_cfg[i].type_match = (uint8_t) (hw->config.filter_def[i] >> 24);
1065 rq_filter[i].type_match = (uint8_t) (hw->config.filter_def[i] >> 24);
10839 rq_cfg[i].type_match = (uint8_t) (hw->config.filter_def[i] >> 24);

Completed in 296 milliseconds