Searched refs:categories (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp217 BR.EmitBasicReport(D, "malloc() size overflow", categories::UnixAPI,
H A DMallocSizeofChecker.cpp240 categories::UnixAPI,
H A DObjCSelfInitChecker.cpp87 categories::CoreFoundationObjectiveC) {}
H A DUnixAPIChecker.cpp71 BT.reset(new BugType(name, categories::UnixAPI));
H A DRetainCountChecker.cpp1616 : BugType(name, categories::MemoryCoreFoundationObjectiveC) {}
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h203 EnableLog (const char *channel, const char **categories);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h255 EnableLog (const char *channel, const char **categories, const char *log_file, uint32_t log_options, Stream &error_stream);
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A Dregcomp.c216 g->categories = &g->catspace[-(CHAR_MIN)];
936 cat_t *cap = p->g->categories;
1283 - categorize - sort out character categories
1288 cat_t *cats = g->categories;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1242 SBDebugger::EnableLog (const char *channel, const char **categories) argument
1248 return m_opaque_sp->EnableLog (channel, categories, NULL, log_options, errors);
/freebsd-10.0-release/gnu/usr.bin/send-pr/
H A Dsend-pr.sh196 echo "$COMMAND: the GNATS site $1 does not have a categories list."
222 echo "$COMMAND: could not read $DATADIR/gnats/$GNATS_SITE for categories list."
227 echo "$COMMAND: the categories list for $GNATS_SITE was empty!"
242 awk 'BEGIN {print "Known categories:"; i = 0 }
257 CATEGORY_C='<choose from the list of categories above (one line)>'
335 SEND-PR: Choose from the following categories:
339 # Format the categories so they fit onto lines.
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp2627 Debugger::EnableLog (const char *channel, const char **categories, const char *log_file, uint32_t log_options, Stream &error_stream) argument
2660 log_callbacks.enable (log_stream_sp, log_options, categories, &error_stream);
2668 if (log_channel_sp->Enable (log_stream_sp, log_options, &error_stream, categories))
/freebsd-10.0-release/contrib/nvi/regex/
H A Dregcomp.c259 g->categories = &g->catspace[-(CHAR_MIN)];
990 register cat_t *cap = p->g->categories;
1410 - categorize - sort out character categories
1417 register cat_t *cats = g->categories;
/freebsd-10.0-release/contrib/gcc/
H A Dconfigure869 enable only specific categories of checks.

Completed in 253 milliseconds

12