Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCommonBugCategories.cpp14 namespace categories { namespace
/freebsd-src/lib/libc/locale/
H A Dsetlocale.c56 static const char categories[_LC_LAST][12] = { variable
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp65 GetFlags(llvm::raw_ostream & stream,const ChannelMap::value_type & entry,llvm::ArrayRef<const char * > categories) GetFlags() argument
225 EnableLogChannel(const std::shared_ptr<LogHandler> & log_handler_sp,uint32_t log_options,llvm::StringRef channel,llvm::ArrayRef<const char * > categories,llvm::raw_ostream & error_stream) EnableLogChannel() argument
240 DisableLogChannel(llvm::StringRef channel,llvm::ArrayRef<const char * > categories,llvm::raw_ostream & error_stream) DisableLogChannel() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h155 Channel(llvm::ArrayRef<Log::Category> categories,Cat default_flags) Channel() argument
/freebsd-src/usr.bin/localedef/
H A Dscanner.c204 static int categories[] = { variable
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h151 cat_t *categories; /* ->catspace[-CHAR_MIN] */ member
/freebsd-src/contrib/ntp/libntp/lib/isc/
H A Dlog.c149 isc_logcategory_t * categories; member
569 isc_log_registercategories(isc_log_t *lctx, isc_logcategory_t categories[]) { in isc_log_registercategories()
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1656 static llvm::ArrayRef<const char *> GetCategoryArray(const char **categories) { in GetCategoryArray() argument
1665 bool SBDebugger::EnableLog(const char *channel, const char **categories) { in EnableLog() argument
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1594 EnableLog(llvm::StringRef channel,llvm::ArrayRef<const char * > categories,llvm::StringRef log_file,uint32_t log_options,size_t buffer_size,LogHandlerKind log_handler_kind,llvm::raw_ostream & error_stream) EnableLog() argument