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

12

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DSanitizerBlacklist.cpp23 StringRef Category) const {
24 return SCL->inSection("global", GlobalName, Category);
28 StringRef Category) const {
29 return SCL->inSection("type", MangledTypeName, Category);
37 StringRef Category) const {
38 return SCL->inSection("src", FileName, Category);
42 StringRef Category) const {
44 isBlacklistedFile(SM.getFilename(SM.getFileLoc(Loc)), Category);
H A DDiagnosticIDs.cpp46 unsigned Category : 5; member in struct:__anon3733::StaticDiagInfoRec
178 return Info->Category;
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSanitizerBlacklist.h34 StringRef Category = StringRef()) const;
36 StringRef Category = StringRef()) const;
39 StringRef Category = StringRef()) const;
41 StringRef Category = StringRef()) const;
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DCommonOptionsParser.h71 /// All options not belonging to \p Category become hidden.
75 llvm::cl::OptionCategory &Category,
77 : CommonOptionsParser(argc, argv, Category, llvm::cl::OneOrMore,
85 /// All options not belonging to \p Category become hidden.
91 llvm::cl::OptionCategory &Category,
74 CommonOptionsParser(int &argc, const char **argv, llvm::cl::OptionCategory &Category, const char *Overview = nullptr) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Tooling/
H A DCommonOptionsParser.cpp96 int &argc, const char **argv, cl::OptionCategory &Category,
101 cl::Optional, cl::cat(Category));
105 cl::cat(Category));
110 cl::cat(Category));
115 cl::cat(Category));
117 cl::HideUnrelatedOptions(Category);
95 CommonOptionsParser( int &argc, const char **argv, cl::OptionCategory &Category, llvm::cl::NumOccurrencesFlag OccurrencesFlag, const char *Overview) argument
/freebsd-11.0-release/contrib/diff/lib/
H A Dgettext.h46 # define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid))
51 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h35 const std::string Category; member in class:clang::ento::BugType
41 : Check(check), Name(name), Category(cat), SuppressonSink(false) {}
43 : Check(checker->getCheckName()), Name(name), Category(cat),
49 StringRef getCategory() const { return Category; }
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dopintl.h37 # define dcgettext(Domainname, Msgid, Category) (Msgid)
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dgdb_locale.h39 # define dcgettext(Domainname, Msgid, Category) (Msgid)
/freebsd-11.0-release/contrib/binutils/gas/
H A Dasintl.h47 # define dcgettext(Domainname, Msgid, Category) (Msgid)
/freebsd-11.0-release/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-11.0-release/contrib/llvm/lib/Support/
H A DSpecialCaseList.cpp108 StringRef Category = SplitRegexp.second; local
112 Entries[Prefix][Category].Strings.insert(Regexp);
132 if (!Regexps[Prefix][Category].empty())
133 Regexps[Prefix][Category] += "|";
134 Regexps[Prefix][Category] += "^" + Regexp + "$";
158 StringRef Category) const {
162 StringMap<Entry>::const_iterator II = I->second.find(Category);
H A DCommandLine.cpp199 [cat](const OptionCategory *Category) {
200 return cat->getName() == Category->getName();
1581 assert(CategorizedOptions.count(Opt->Category) > 0 &&
1583 CategorizedOptions[Opt->Category].push_back(Opt);
1588 Category = SortedCategories.begin(),
1590 Category != E; ++Category) {
1592 bool IsEmptyCategory = CategorizedOptions[*Category].size() == 0;
1598 outs() << (*Category)->getName() << ":\n";
1601 if ((*Category)
1832 HideUnrelatedOptions(cl::OptionCategory &Category) argument
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DSpecialCaseList.h79 /// @Section:<E>=@Category
83 StringRef Category = StringRef()) const;
H A DCommandLine.h152 // Option Category class
170 // The general Option Category (used as default category).
211 OptionCategory *Category; // The Category this option belongs to member in class:llvm::cl::Option
245 void setCategory(OptionCategory &C) { Category = &C; }
253 Category(&GeneralCategory), FullyInitialized(false) {}
346 OptionCategory &Category; member in struct:llvm::cl::cat
347 cat(OptionCategory &c) : Category(c) {}
349 template <class Opt> void apply(Opt &O) const { O.setCategory(Category); }
1735 /// \param Category th
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAttr.cpp154 enum { Vectorize, Interleave, Unroll } Category; local
158 Category = Vectorize;
162 Category = Interleave;
166 Category = Unroll;
170 auto &CategoryState = HintAttrs[Category];
192 (Category == Unroll ||
H A DSemaObjCProperty.cpp398 if (auto Category = dyn_cast<ObjCCategoryDecl>(OldDC))
399 OldContextName = Category->getClassInterface()->getIdentifier();
861 auto Category = dyn_cast<ObjCCategoryDecl>(Prop->getDeclContext());
862 if (!Category || !Category->IsClassExtension()) return false;
865 auto OrigClass = Category->getClassInterface();
988 ObjCCategoryDecl *Category = local
993 if (!Category)
996 property = Category->FindPropertyDeclaration(PropertyId);
999 << Category
[all...]
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dsysdep.h165 # define dcgettext(Domainname, Msgid, Category) (Msgid)
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dsysdep.h194 # define dcgettext(Domainname, Msgid, Category) (Msgid)
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h98 unsigned Category, unsigned Flag, StringRef Message) {
97 visitDiagnosticRecord(unsigned Severity, const Location &Location, unsigned Category, unsigned Flag, StringRef Message) argument
/freebsd-11.0-release/contrib/binutils/ld/
H A Dld.h77 # define dcgettext(Domainname, Msgid, Category) (Msgid)
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp355 static void mapping(IO &IO, FormatStyle::IncludeCategory &Category) { argument
356 IO.mapOptional("Regex", Category.Regex);
357 IO.mapOptional("Priority", Category.Priority);
1726 int Category; member in struct:clang::format::__anon3863::IncludeDirective
1756 return std::tie(Includes[LHSI].Category, Includes[LHSI].Filename) <
1757 std::tie(Includes[RHSI].Category, Includes[RHSI].Filename);
1830 for (const auto &Category : Style.IncludeCategories)
1831 CategoryRegexs.emplace_back(Category.Regex);
1849 int Category = INT_MAX;
1852 Category
[all...]
/freebsd-11.0-release/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);
579 // Category number.
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp156 bool isIn(const Function &F, StringRef Category) const {
157 return isIn(*F.getParent(), Category) ||
158 SCL->inSection("fun", F.getName(), Category);
165 bool isIn(const GlobalAlias &GA, StringRef Category) const {
166 if (isIn(*GA.getParent(), Category))
170 return SCL->inSection("fun", GA.getName(), Category);
172 return SCL->inSection("global", GA.getName(), Category) ||
173 SCL->inSection("type", GetGlobalTypeString(GA), Category);
177 bool isIn(const Module &M, StringRef Category) const {
178 return SCL->inSection("src", M.getModuleIdentifier(), Category);
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DInitialization.h987 /// \param Category Indicates whether the result will be treated as an
990 ExprValueKind Category);
1021 ExprValueKind Category);

Completed in 293 milliseconds

12