Searched refs:categories (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCommonBugCategories.cpp1 //=--- CommonBugCategories.cpp - Provides common issue categories -*- C++ -*-=//
12 namespace clang { namespace ento { namespace categories { namespace in namespace:clang::ento
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DCommonBugCategories.h1 //=--- CommonBugCategories.h - Provides common issue categories -*- C++ -*-===//
15 namespace categories { namespace in namespace:clang::ento
H A DBugType.h75 : BugType(checker, name, categories::LogicError), desc(description) {}
79 : BugType(checker, name, categories::LogicError), desc(description) {}
82 : BugType(checker, name, categories::LogicError), desc(name) {}
/freebsd-11-stable/usr.sbin/bsdconfig/share/packages/
H A DMakefile4 FILES= categories.subr index.subr musthavepkg.subr packages.subr
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h65 const llvm::ArrayRef<Category> categories; member in class:lldb_private::final::Channel
68 constexpr Channel(llvm::ArrayRef<Log::Category> categories, argument
70 : log_ptr(nullptr), categories(categories),
106 llvm::ArrayRef<const char *> categories,
110 llvm::ArrayRef<const char *> categories,
212 llvm::ArrayRef<const char *> categories);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp43 lambda("all", "all available logging categories");
44 lambda("default", "default set of logging categories");
45 for (const auto &category : entry.second.m_channel.categories)
51 stream << llvm::formatv("Logging categories for '{0}':\n", entry.first());
59 llvm::ArrayRef<const char *> categories) {
62 for (const char *category : categories) {
72 entry.second.m_channel.categories,
74 if (cat != entry.second.m_channel.categories.end()) {
204 llvm::ArrayRef<const char *> categories, llvm::raw_ostream &error_stream) {
210 uint32_t flags = categories
58 GetFlags(llvm::raw_ostream &stream, const ChannelMap::value_type &entry, llvm::ArrayRef<const char *> categories) argument
201 EnableLogChannel( const std::shared_ptr<llvm::raw_ostream> &log_stream_sp, uint32_t log_options, llvm::StringRef channel, llvm::ArrayRef<const char *> categories, llvm::raw_ostream &error_stream) argument
217 DisableLogChannel(llvm::StringRef channel, llvm::ArrayRef<const char *> categories, llvm::raw_ostream &error_stream) argument
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/tests/
H A Disctest.c50 * Logging categories: this needs to match the list in bin/named/log.c.
52 static isc_logcategory_t categories[] = { variable
109 isc_log_registercategories(lctx, categories);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastToStructChecker.cpp67 categories::LogicError, "Casting a non-structure type to a structure "
98 categories::LogicError,
H A DCheckSizeofPointer.cpp68 categories::LogicError,
H A DIdenticalExprChecker.cpp73 categories::LogicError,
121 categories::LogicError,
144 categories::LogicError,
175 categories::LogicError,
266 categories::LogicError, Message, ELoc);
288 categories::LogicError,
H A DCheckObjCInstMethSignature.cpp74 categories::CoreFoundationObjectiveC, os.str(), MethDLoc);
H A DVirtualCallChecker.cpp212 categories::CXXObjectLifecycle);
221 categories::CXXObjectLifecycle);
H A DObjCContainersASTChecker.cpp145 categories::CoreFoundationObjectiveC, Os.str(), CELoc,
H A DCheckPlacementNew.cpp24 categories::MemoryError};
H A DDirectIvarAssignment.cpp201 MD, Checker, "Property access", categories::CoreFoundationObjectiveC,
H A DObjCMissingSuperCallChecker.cpp208 BR.EmitBasicReport(MD, this, Name, categories::CoreFoundationObjectiveC,
/freebsd-11-stable/contrib/nvi/regex/
H A Dregex2.h128 /* stuff for character categories */
154 size_t ncategories; /* how many character categories */
155 cat_t *categories; /* ->catspace[-CHAR_MIN] */
/freebsd-11-stable/lib/libc/locale/
H A Dsetlocale.c60 static const char categories[_LC_LAST][12] = { variable
289 env = getenv(categories[0]);
293 env = getenv(categories[category]);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c60 fprintf(d, "%ld states, %zu categories", (long)g->nstates,
84 if (g->categories[c] == i)
91 if (g->categories[c] == i)
101 if (c <= CHAR_MAX && g->categories[c] == i) {
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dlog.c82 * The logchannellist structure associates categories and modules with
149 isc_logcategory_t * categories; member in struct:isc_log
187 * When adding new categories, a corresponding ISC_LOGCATEGORY_foo
201 * See above comment for categories on LIBISC_EXTERNAL_DATA, and apply it to modules.
280 lctx->categories = NULL;
490 lctx->categories = NULL;
569 isc_log_registercategories(isc_log_t *lctx, isc_logcategory_t categories[]) { argument
573 REQUIRE(categories != NULL && categories[0].name != NULL);
583 if (lctx->categories
[all...]
/freebsd-11-stable/usr.bin/localedef/
H A Dparser.y159 localedef : setting_list categories
160 | categories
222 categories : categories category label
H A Dscanner.c206 static int categories[] = { variable
545 * of the normal categories.
626 for (j = 0; categories[j]; j++) {
627 if (categories[j] != last_kw)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h126 /* stuff for character categories */
150 int ncategories; /* how many character categories */
151 cat_t *categories; /* ->catspace[-CHAR_MIN] */ member in struct:re_guts
/freebsd-11-stable/contrib/openpam/
H A Dmkpkgng.in145 categories: [ local, security ]
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dlog.h89 * \brief Used to name the categories used by a library.
145 * The built-in categories of libisc.
147 * Each library registering categories should provide library_LOGCATEGORY_name
210 * will be used with because the number of categories and modules
323 isc_log_registercategories(isc_log_t *lctx, isc_logcategory_t categories[]);
325 * Identify logging categories a library will use.
331 *\li The end of the categories array is identified by a NULL name.
336 *\li Because each element of the categories array is used by
345 * logging context (but new categories) will cause the last
346 * element of the categories arra
[all...]

Completed in 241 milliseconds

12