Searched refs:Category (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DSpecialCaseList.cpp106 StringRef Category = SplitRegexp.second; local
111 Category = "init";
114 Category = "init";
117 Category = "init";
122 Entries[Prefix][Category].Strings.insert(Regexp);
142 if (!Regexps[Prefix][Category].empty())
143 Regexps[Prefix][Category] += "|";
144 Regexps[Prefix][Category] += "^" + Regexp + "$";
172 bool SpecialCaseList::isIn(const Function& F, const StringRef Category) const {
173 return isIn(*F.getParent(), Category) ||
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/
H A DSpecialCaseList.h76 bool isIn(const Function &F, const StringRef Category = StringRef()) const;
81 const StringRef Category = StringRef()) const;
89 const StringRef Category = StringRef()) const;
93 bool isIn(const Module &M, const StringRef Category = StringRef()) const;
107 const StringRef Category) const;
/freebsd-10-stable/contrib/diff/lib/
H A Dgettext.h46 # define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid))
51 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \
/freebsd-10-stable/contrib/texinfo/lib/
H A Dgettext.h46 # define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid))
51 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \
/freebsd-10-stable/contrib/binutils/opcodes/
H A Dopintl.h37 # define dcgettext(Domainname, Msgid, Category) (Msgid)
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h33 const std::string Category; member in class:clang::ento::BugType
39 : Name(name), Category(cat), SuppressonSink(false) {}
44 StringRef getCategory() const { return Category; }
H A DPathDiagnostic.h714 std::string Category; member in class:clang::ento::PathDiagnostic
789 StringRef getCategory() const { return Category; }
/freebsd-10-stable/contrib/binutils/gas/
H A Dasintl.h47 # define dcgettext(Domainname, Msgid, Category) (Msgid)
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdb_locale.h39 # define dcgettext(Domainname, Msgid, Category) (Msgid)
/freebsd-10-stable/contrib/ntp/sntp/libopts/
H A Dgettext.h71 # define dcgettext(Domainname, Msgid, Category) \
72 ((void) (Category), dgettext (Domainname, Msgid))
82 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \
83 ((void) (Category), dngettext (Domainname, Msgid1, Msgid2, N))
126 #define dcpgettext(Domainname, Msgctxt, Msgid, Category) \
127 pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category)
137 #define dcnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N, Category) \
138 npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category)
/freebsd-10-stable/contrib/binutils/binutils/
H A Dsysdep.h165 # define dcgettext(Domainname, Msgid, Category) (Msgid)
/freebsd-10-stable/contrib/binutils/bfd/
H A Dsysdep.h194 # define dcgettext(Domainname, Msgid, Category) (Msgid)
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DCommandLine.cpp1526 assert(CategorizedOptions.count(Opt->Category) > 0 &&
1528 CategorizedOptions[Opt->Category].push_back(Opt);
1533 Category = SortedCategories.begin(),
1535 Category != E; ++Category) {
1537 bool IsEmptyCategory = CategorizedOptions[*Category].size() == 0;
1543 outs() << (*Category)->getName() << ":\n";
1546 if ((*Category)->getDescription() != 0)
1547 outs() << (*Category)->getDescription() << "\n\n";
1559 Opt = CategorizedOptions[*Category]
[all...]
/freebsd-10-stable/contrib/binutils/ld/
H A Dld.h77 # define dcgettext(Domainname, Msgid, Category) (Msgid)
/freebsd-10-stable/contrib/llvm/tools/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp111 std::string Category = getDiagnosticCategory(Diags[i], ParentInfo); local
112 if (Category.empty()) continue; // Skip diags with no category.
114 unsigned &ID = CategoryIDs[Category];
118 CategoryStrings.push_back(Category);
564 // Category number.
/freebsd-10-stable/tools/tools/prstats/
H A Dprstats.pl103 m/^(Category|Responsible|State-Changed-[A-Za-z-]+):\s+(.*?)\s*$/o) {
280 # Category ranking
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DCommandLine.h142 // Option Category class
156 // The general Option Category (used as default category).
198 OptionCategory *Category; // The Category this option belongs to member in class:llvm::cl::Option
236 void setCategory(OptionCategory &C) { Category = &C; }
243 ArgStr(""), HelpStr(""), ValueStr(""), Category(&GeneralCategory) {
338 OptionCategory &Category; member in struct:llvm::cl::cat
339 cat(OptionCategory &c) : Category(c) {}
342 void apply(Opt &O) const { O.setCategory(Category); }
/freebsd-10-stable/contrib/gcc/
H A Dgccbug.in330 >Category: $CATEGORY_C
378 /^>Category/s/^>Category:.*/>Category: send-pr/
439 # 4) Category
441 PATTERN=">Category:"
452 echo "$COMMAND: you must include a Category: field in your report."
539 /^>Category:/s;$CATEGORY_C;;
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DInitialization.h948 /// \param Category Indicates whether the result will be treated as an
951 ExprValueKind Category);
982 ExprValueKind Category);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnosticIDs.cpp45 unsigned Category : 5; member in struct:__anon3193::StaticDiagInfoRec
181 return Info->Category;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp3541 } else if (const ObjCCategoryDecl *Category
3544 for (ObjCCategoryDecl::protocol_iterator P = Category->protocol_begin(),
3545 PEnd = Category->protocol_end();
4952 if (ObjCCategoryDecl *Category
4954 Class = Category->getClassInterface();
4980 if (ObjCCategoryDecl *Category
4982 Class = Category->getClassInterface();
5926 if (ObjCCategoryDecl *Category = dyn_cast<ObjCCategoryDecl>(*D))
5927 if (CategoryNames.insert(Category->getIdentifier()))
5928 Results.AddResult(Result(Category, Result
[all...]
H A DSemaObjCProperty.cpp920 ObjCCategoryDecl *Category = local
925 if (!Category)
928 property = Category->FindPropertyDeclaration(PropertyId);
931 << Category->getDeclName();
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp310 StringRef &Category) {
313 Category = "";
318 Category = In.slice(In.find('[') + 1, In.find(' '));
350 StringRef Class, Category; local
351 getObjCClassCategory(SP.getName(), Class, Category);
353 if (Category != "")
354 TheCU->addAccelObjC(Category, Die);
309 getObjCClassCategory(StringRef In, StringRef &Class, StringRef &Category) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp874 Category = dyn_cast<ObjCCategoryDecl>(Container)) {
889 for (ObjCCategoryDecl::protocol_iterator P = Category->protocol_begin(),
890 PEnd = Category->protocol_end();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp2936 // decl. Additionally, note that Category can be null for the @implementation
2940 const ObjCCategoryDecl *Category = local
2971 if (Category) {
2974 Category->protocol_begin(),
2975 Category->protocol_end());
2982 if (Category) {
2984 OCD, Category, ObjCTypes);
6024 const ObjCCategoryDecl *Category = local
6026 if (Category) {
6032 + Category
[all...]

Completed in 350 milliseconds

12