| /freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/ |
| HD | Log.cpp | 51 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/ |
| HD | Log.h | 168 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/ |
| HD | BugType.h | 39 StringRef Cat = categories::LogicError, bool SuppressOnSink = false) 43 StringRef Cat = categories::LogicError, bool SuppressOnSink = false)
|
| HD | CommonBugCategories.h | 15 namespace categories {
|
| /freebsd-13-stable/usr.sbin/bsdconfig/share/packages/ |
| HD | index.subr | 220 # 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)
|
| HD | categories.subr | 32 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
|
| HD | Makefile | 3 FILES= categories.subr index.subr musthavepkg.subr packages.subr
|
| /freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-server/ |
| HD | LLGSOptions.td | 34 …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/ |
| HD | lldb-server.rst | 83 .. 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/ |
| HD | IdenticalExprChecker.cpp | 73 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()
|
| HD | CastToStructChecker.cpp | 67 categories::LogicError, "Casting a non-structure type to a structure " in VisitCastExpr() 98 categories::LogicError, in VisitCastExpr()
|
| HD | UnixAPIChecker.cpp | 47 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/ |
| HD | setlocale.c | 60 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/ |
| HD | log.c | 149 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/ |
| HD | debug.c | 84 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/ |
| HD | cpus.txt | 18 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/ |
| HD | parser.y | 157 localedef : setting_list categories 158 | categories 220 categories : categories category
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | CommonBugCategories.cpp | 14 namespace categories { namespace
|
| /freebsd-13-stable/release/packages/ |
| HD | ssh.ucl | 8 categories = [ base ]
|
| HD | binutils.ucl | 8 categories = [ base ]
|
| HD | lldb.ucl | 8 categories = [ base ]
|
| HD | svn.ucl | 8 categories = [ base ]
|
| HD | unbound.ucl | 8 categories = [ base ]
|
| HD | gdb.ucl | 8 categories = [ base ]
|
| HD | clang.ucl | 8 categories = [ base ]
|