Home
last modified time | relevance | path

Searched defs:categories (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCommonBugCategories.cpp14 namespace categories { namespace
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dtest_categories.py77 def validate(categories, exact_match): argument
/openbsd/gnu/usr.bin/perl/cpan/Encode/Unicode/
H A DUnicode.xs331 U32 categories = SvUVx(*hv_fetch(hv, "warn_categories", 15, 0)); variable
446 U32 categories = SvUVx(*hv_fetch(hv, "warn_categories", 15, 0)); variable
/openbsd/gnu/llvm/lldb/source/Utility/
H A DLog.cpp65 llvm::ArrayRef<const char *> categories) { in GetFlags()
213 llvm::ArrayRef<const char *> categories, in EnableLogChannel()
228 llvm::ArrayRef<const char *> categories, in DisableLogChannel()
/openbsd/usr.bin/locale/
H A Dlocale.c31 } categories[] = { variable
/openbsd/usr.bin/dig/lib/isc/
H A Dlog.c122 isc_logcategory_t * categories; member
436 isc_log_registercategories(isc_log_t *lctx, isc_logcategory_t categories[]) { in isc_log_registercategories()
/openbsd/gnu/llvm/llvm/utils/vscode/llvm/
H A Dpackage.json11 "categories": [ array
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DLog.h155 constexpr Channel(llvm::ArrayRef<Log::Category> categories, in Channel()
/openbsd/gnu/llvm/llvm/lib/Support/
H A Dregex2.h151 cat_t *categories; /* ->catspace[-CHAR_MIN] */ member
/openbsd/usr.bin/sendbug/
H A Dsendbug.c46 const char *categories = "system user library documentation kernel " variable
/openbsd/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp1642 static llvm::ArrayRef<const char *> GetCategoryArray(const char **categories) { in GetCategoryArray()
1651 bool SBDebugger::EnableLog(const char *channel, const char **categories) { in EnableLog()
/openbsd/gnu/llvm/llvm/docs/
H A DCommandLine.rst666 .. _Reference Guide:
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A Dpackage.json20 "categories": [ array
/openbsd/gnu/usr.bin/perl/cpan/Encode/Encode/
H A Dencode.h181 U32 categories) /* Packed warning categories */ in S_new_msg_hv()
/openbsd/gnu/usr.bin/perl/
H A Dutf8.c99 U32 categories, /* Packed warning categories */ in S_new_msg_hv()
H A Dlocale.c789 STATIC const int categories[] = { variable
/openbsd/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp1446 llvm::ArrayRef<const char *> categories, in EnableLog()