HomeSort by: relevance | last modified time | path
    Searched refs:categories (Results 1 - 25 of 82) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CommonBugCategories.cpp 1 //=--- CommonBugCategories.cpp - Provides common issue categories -*- C++ -*-=//
14 namespace categories { namespace in namespace:clang::ento
26 } // namespace categories
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
CommonBugCategories.h 1 //=--- CommonBugCategories.h - Provides common issue categories -*- C++ -*-===//
15 namespace categories { namespace in namespace:clang::ento
25 } // namespace categories
BugType.h 75 : BugType(checker, name, categories::LogicError), desc(description) {}
79 : BugType(checker, name, categories::LogicError), desc(description) {}
82 : BugType(checker, name, categories::LogicError), desc(name) {}
85 : BugType(checker, name, categories::LogicError), desc(name) {}
  /src/external/bsd/nvi/dist/tcl_scripts/
gnats.tcl 5 global categories
6 set categories {}
9 lappend categories $line
12 viMsg $viScreenId $categories
85 global categories
87 set curr [lsearch -exact $categories [lindex $line 1]]
92 viSetLine $viScreenId $lineNum ">Class: [lindex $categories $curr]"
  /src/lib/libc/locale/
newlocale.c 50 int i, howmany, categories[_LC_LAST - 1]; local
79 categories[howmany++] = i;
99 l = _find_category(categories[i]);
  /src/external/bsd/libbind/dist/isc/
logging_p.h 56 log_channel_list *categories; member in struct:log_context
logging.c 183 for (lcl = lc->categories[i]; lcl != NULL; lcl = lcl->next)
258 lcl = lc->categories[category];
261 lcl = lc->categories[0];
303 lcl = lc->categories[category];
306 lcl = lc->categories[0];
455 nlc->categories = memget(num_categories * sizeof (log_channel_list));
456 if (nlc->categories == NULL) {
461 memset(nlc->categories, '\0',
478 for (lcl = lc->categories[i]; lcl != NULL; lcl = lcl_next) {
484 memput(lc->categories,
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/selftest/
tests_zone_analyzer.py 30 CATEGORIES = frozenset(
150 Right-hand side of RRs contains dot-separated list of categories a node
174 categories = collections.defaultdict(set)
177 categories[tag].add(name)
179 assert set(categories.keys()) == CATEGORIES, (
180 "CATEGORIES needs updating",
181 CATEGORIES.symmetric_difference(set(categories.keys())),
184 return categories
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/cert/
PutenvWithAutoChecker.cpp 31 categories::SecurityError};
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CastToStructChecker.cpp 67 categories::LogicError, "Casting a non-structure type to a structure "
98 categories::LogicError,
CheckSizeofPointer.cpp 68 categories::LogicError,
IdenticalExprChecker.cpp 73 categories::LogicError,
121 categories::LogicError,
144 categories::LogicError,
175 categories::LogicError,
266 categories::LogicError, Message, ELoc);
288 categories::LogicError,
CheckObjCInstMethSignature.cpp 74 categories::CoreFoundationObjectiveC, os.str(), MethDLoc);
OSObjectCStyleCast.cpp 70 categories::SecurityError,
  /src/external/gpl3/gdb.old/dist/gdb/contrib/ari/
update-web-ari.sh 407 # Also accumulate some categories as obsolete
428 # print_toc BIAS MIN_COUNT CATEGORIES TITLE
430 # Print a table of contents containing the bugs CATEGORIES. If the
443 categories=""
445 categories="${categories} categories[\"${c}\"] = 1 ;"
467 '"$categories"'
480 if (!(category in categories)) next
511 categories="
    [all...]
  /src/external/mpl/bind/dist/bin/named/
log.c 40 static isc_logcategory_t categories[] = { { "", 0 }, variable
58 named_g_categories = categories;
logconf.c 315 const cfg_obj_t *categories = NULL; local
334 (void)cfg_map_get(logstmt, "category", &categories);
335 for (element = cfg_list_first(categories); element != NULL;
  /src/external/mpl/bind/dist/bin/tests/system/
makejournal.c 47 * Logging categories: this needs to match the list in bin/named/log.c.
49 static isc_logcategory_t categories[] = { { "", 0 }, variable
110 isc_log_registercategories(lctx, categories);
  /src/external/gpl3/gdb/dist/gdb/contrib/ari/
update-web-ari.sh 407 # Also accumulate some categories as obsolete
428 # print_toc BIAS MIN_COUNT CATEGORIES TITLE
430 # Print a table of contents containing the bugs CATEGORIES. If the
443 categories=""
445 categories="${categories} categories[\"${c}\"] = 1 ;"
467 '"$categories"'
480 if (!(category in categories)) next
511 categories="
    [all...]
  /src/external/bsd/nvi/dist/regex/
regex2.h 131 /* stuff for character categories */
157 size_t ncategories; /* how many character categories */
158 cat_t *categories; /* ->catspace[-CHAR_MIN] */
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
objc.d 363 ClassDeclarations* classes, ClassDeclarations* categories) const;
367 ClassDeclarations* classes, ClassDeclarations* categories) const;
491 ClassDeclarations* classes, ClassDeclarations* categories) const
497 ClassDeclarations* classes, ClassDeclarations* categories) const
777 ClassDeclarations* classes, ClassDeclarations* categories) const
785 symbol.addObjcSymbols(classes, categories);
789 ClassDeclarations* classes, ClassDeclarations* categories) const
  /src/external/bsd/ntp/dist/libntp/lib/isc/
log.c 84 * The logchannellist structure associates categories and modules with
151 isc_logcategory_t * categories; member in struct:isc_log
189 * When adding new categories, a corresponding ISC_LOGCATEGORY_foo
203 * See above comment for categories on LIBISC_EXTERNAL_DATA, and apply it to modules.
282 lctx->categories = NULL;
492 lctx->categories = NULL;
571 isc_log_registercategories(isc_log_t *lctx, isc_logcategory_t categories[]) {
575 REQUIRE(categories != NULL && categories[0].name != NULL);
585 if (lctx->categories == NULL
    [all...]
  /src/external/mpl/bind/dist/lib/isc/
log.c 76 * The logchannellist structure associates categories and modules with
143 isc_logcategory_t *categories; member in struct:isc_log
172 * When adding new categories, a corresponding ISC_LOGCATEGORY_foo
187 * See above comment for categories, and apply it to modules.
398 lctx->categories = NULL;
481 isc_log_registercategories(isc_log_t *lctx, isc_logcategory_t categories[]) {
485 REQUIRE(categories != NULL && categories[0].name != NULL);
495 if (lctx->categories == NULL) {
496 lctx->categories = categories
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regex2.h 126 /* stuff for character categories */
150 int ncategories; /* how many character categories */
151 cat_t *categories; /* ->catspace[-CHAR_MIN] */ member in struct:re_guts
  /src/external/gpl2/send-pr/bin/
Makefile 103 FILES+=categories send-pr.el

Completed in 37 milliseconds

1 2 3 4