Home
last modified time | relevance | path

Searched refs:categories (Results 1 – 25 of 133) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDLog.cpp51 for (const auto &category : entry.second.m_channel.categories) in ForEachCategory()
66 llvm::ArrayRef<const char *> categories) { in GetFlags() argument
69 for (const char *category : categories) { in GetFlags()
78 auto cat = llvm::find_if(entry.second.m_channel.categories, in GetFlags()
82 if (cat != entry.second.m_channel.categories.end()) { in GetFlags()
226 llvm::ArrayRef<const char *> categories, in EnableLogChannel() argument
233 MaskType flags = categories.empty() in EnableLogChannel()
235 : GetFlags(error_stream, *iter, categories); in EnableLogChannel()
241 llvm::ArrayRef<const char *> categories, in DisableLogChannel() argument
248 MaskType flags = categories.empty() in DisableLogChannel()
[all …]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDLog.h168 const llvm::ArrayRef<Category> categories;
172 constexpr Channel(llvm::ArrayRef<Log::Category> categories, in Channel() argument
174 : log_ptr(nullptr), categories(categories), in Channel()
200 llvm::ArrayRef<const char *> categories,
204 llvm::ArrayRef<const char *> categories,
318 llvm::ArrayRef<const char *> categories);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDBugType.h39 StringRef Cat = categories::LogicError, bool SuppressOnSink = false)
43 StringRef Cat = categories::LogicError, bool SuppressOnSink = false)
HDCommonBugCategories.h15 namespace categories {
/freebsd-13-stable/usr.sbin/bsdconfig/share/packages/
HDindex.subr220 # 1. create a list ($CATEGORY_MENU_LIST) of categories with package counts
222 # 3. extract associative categories for each package into $_categories_$varpkg
224 # 5. extract a [sorted] list of categories into $PACKAGE_CATEGORIES
229 # NOTE: We only show categories for which there are at least one package.
288 categories[pkg_categories[pkg_category]]++
294 n = _asorti(categories, categories_sorted)
300 npkgs = categories[cat]
305 # Create menu list and generate list of categories at same time
313 npkgs = categories[cat]
327 # Produce the list of categories (calculated in above block)
HDcategories.subr32 f_dprintf "%s: loading includes..." packages/categories.subr
102 # Load descriptions for package categories. Note that we don't internationalize
204 packages/categories.subr $NCATEGORIES
206 f_dprintf "%s: Successfully loaded." packages/categories.subr
HDMakefile3 FILES= categories.subr index.subr musthavepkg.subr packages.subr
/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-server/
HDLLGSOptions.td34 …t of entries. Each entry starts with a channel followed by a space-separated list of categories.">,
35 MetaVarName<"<channel1 categories...:channel2 categories...>">,
/freebsd-13-stable/contrib/llvm-project/lldb/docs/man/
HDlldb-server.rst83 .. option:: --log-channels <channel1 categories...:channel2 categories...>
86 a channel followed by a space-separated list of categories.
136 .. option:: --log-channels <channel1 categories...:channel2 categories...>
139 a channel followed by a space-separated list of categories.
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDIdenticalExprChecker.cpp73 categories::LogicError, in reportIdenticalExpr()
121 categories::LogicError, in VisitIfStmt()
144 categories::LogicError, in VisitIfStmt()
175 categories::LogicError, in VisitIfStmt()
266 categories::LogicError, Message, ELoc); in checkComparisonOp()
288 categories::LogicError, in VisitConditionalOperator()
HDCastToStructChecker.cpp67 categories::LogicError, "Casting a non-structure type to a structure " in VisitCastExpr()
98 categories::LogicError, in VisitCastExpr()
HDUnixAPIChecker.cpp47 const BugType BT_open{this, "Improper use of 'open'", categories::UnixAPI};
49 categories::UnixAPI};
51 categories::UnixAPI};
52 const BugType BT_ArgumentNull{this, "NULL pointer", categories::UnixAPI};
90 categories::UnixAPI};
/freebsd-13-stable/lib/libc/locale/
HDsetlocale.c60 static const char categories[_LC_LAST][12] = { variable
289 env = getenv(categories[0]); in __get_locale_env()
293 env = getenv(categories[category]); in __get_locale_env()
/freebsd-13-stable/contrib/ntp/libntp/lib/isc/
HDlog.c149 isc_logcategory_t * categories; member
280 lctx->categories = NULL; in isc_log_create()
490 lctx->categories = NULL; in isc_log_destroy()
569 isc_log_registercategories(isc_log_t *lctx, isc_logcategory_t categories[]) { in isc_log_registercategories() argument
573 REQUIRE(categories != NULL && categories[0].name != NULL); in isc_log_registercategories()
583 if (lctx->categories == NULL) in isc_log_registercategories()
584 lctx->categories = categories; in isc_log_registercategories()
591 for (catp = lctx->categories; catp->name != NULL; ) in isc_log_registercategories()
601 catp->name = (void *)categories; in isc_log_registercategories()
608 for (catp = categories; catp->name != NULL; catp++) in isc_log_registercategories()
[all …]
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/regex/
HDdebug.c84 if (g->categories[c] == i) in regprint()
91 if (g->categories[c] == i) in regprint()
101 if (c <= CHAR_MAX && g->categories[c] == i) { in regprint()
/freebsd-13-stable/sys/contrib/device-tree/Bindings/powerpc/fsl/
HDcpus.txt18 Power CPUs. The EREF defines some architecture categories not defined
19 by the Power ISA. For these EREF-specific categories, the existence of
/freebsd-13-stable/usr.bin/localedef/
HDparser.y157 localedef : setting_list categories
158 | categories
220 categories : categories category
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCommonBugCategories.cpp14 namespace categories { namespace
/freebsd-13-stable/release/packages/
HDssh.ucl8 categories = [ base ]
HDbinutils.ucl8 categories = [ base ]
HDlldb.ucl8 categories = [ base ]
HDsvn.ucl8 categories = [ base ]
HDunbound.ucl8 categories = [ base ]
HDgdb.ucl8 categories = [ base ]
HDclang.ucl8 categories = [ base ]

123456