Searched defs:categories (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CommonBugCategories.cpp | 14 namespace categories { namespace
|
/freebsd-src/lib/libc/locale/ |
H A D | setlocale.c | 56 static const char categories[_LC_LAST][12] = { variable
|
/freebsd-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | Log.cpp | 65 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 D | Log.h | 155 Channel(llvm::ArrayRef<Log::Category> categories,Cat default_flags) Channel() argument
|
/freebsd-src/usr.bin/localedef/ |
H A D | scanner.c | 204 static int categories[] = { variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | regex2.h | 151 cat_t *categories; /* ->catspace[-CHAR_MIN] */ member
|
/freebsd-src/contrib/ntp/libntp/lib/isc/ |
H A D | log.c | 149 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 D | SBDebugger.cpp | 1656 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 D | Debugger.cpp | 1594 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
|