Searched refs:current_flags (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | FormatManager.cpp | 177 FormattersMatchCandidate::Flags current_flags, bool root_level) { in GetPossibleMatches() argument 193 TypeImpl(compiler_type), current_flags}); in GetPossibleMatches() 198 current_flags}); in GetPossibleMatches() 203 TypeImpl(compiler_type), current_flags}); in GetPossibleMatches() 210 current_flags.WithStrippedReference()); in GetPossibleMatches() 219 use_dynamic, entries, current_flags.WithStrippedTypedef()); in GetPossibleMatches() 226 current_flags.WithStrippedPointer()); in GetPossibleMatches() 232 current_flags.WithStrippedTypedef()); in GetPossibleMatches() 251 use_dynamic, entries, current_flags.WithStrippedTypedef()); in GetPossibleMatches() 269 current_flags.WithStrippedTypedef()); in GetPossibleMatches() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | FormatManager.h | 182 FormattersMatchCandidate::Flags current_flags,
|
/freebsd/sys/dev/sym/ |
H A D | sym_hipd.c | 1219 u_char current_flags; member 7496 if (cp->tag != NO_TAG || (lp && (lp->current_flags & SYM_DISC_ENABLED))) 7956 sym_update_dflags(np, &lp->current_flags, cts); 7975 dflags = lp ? lp->current_flags : 0;
|