Home
last modified time | relevance | path

Searched refs:Category (Results 1 – 25 of 97) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.cpp22 OperandCategory::OperandCategory Category; member
30 OperandCategory::OperandCategory Category; member
36 OperandCategory::OperandCategory Category; member
57 getSymbolicOperandMnemonic(SPIRV::OperandCategory::OperandCategory Category, in getSymbolicOperandMnemonic() argument
60 SPIRV::lookupSymbolicOperandByCategoryAndValue(Category, Value); in getSymbolicOperandMnemonic()
64 if (Category != SPIRV::OperandCategory::ImageOperandOperand && in getSymbolicOperandMnemonic()
65 Category != SPIRV::OperandCategory::FPFastMathModeOperand && in getSymbolicOperandMnemonic()
66 Category != SPIRV::OperandCategory::SelectionControlOperand && in getSymbolicOperandMnemonic()
67 Category != SPIRV::OperandCategory::LoopControlOperand && in getSymbolicOperandMnemonic()
68 Category != SPIRV::OperandCategory::FunctionControlOperand && in getSymbolicOperandMnemonic()
[all …]
H A DSPIRVBaseInfo.h221 getSymbolicOperandMnemonic(SPIRV::OperandCategory::OperandCategory Category,
224 getSymbolicOperandMinVersion(SPIRV::OperandCategory::OperandCategory Category,
227 getSymbolicOperandMaxVersion(SPIRV::OperandCategory::OperandCategory Category,
230 getSymbolicOperandCapabilities(SPIRV::OperandCategory::OperandCategory Category,
235 getSymbolicOperandExtensions(SPIRV::OperandCategory::OperandCategory Category,
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTimer.h25 class Category {
27 explicit Category(const char *category_name);
36 std::atomic<Category *> m_next;
38 Category(const Category &) = delete;
39 const Category &operator=(const Category &) = delete;
43 Timer(Category &category, const char *format, ...)
67 Category &m_category;
84 static ::lldb_private::Timer::Category _cat(LLVM_PRETTY_FUNCTION); \
87 static ::lldb_private::Timer::Category _cat(LLVM_PRETTY_FUNCTION); \
H A DLog.h147 struct Category { struct
153 constexpr Category(llvm::StringLiteral name, in Category() argument
168 const llvm::ArrayRef<Category> categories;
172 constexpr Channel(llvm::ArrayRef<Log::Category> categories, in Channel()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DNoSanitizeList.cpp31 StringRef Category) const { in containsGlobal()
32 return SSCL->inSection(Mask, "global", GlobalName, Category); in containsGlobal()
36 StringRef Category) const { in containsType()
37 return SSCL->inSection(Mask, "type", MangledTypeName, Category); in containsType()
46 StringRef Category) const { in containsFile()
47 return SSCL->inSection(Mask, "src", FileName, Category); in containsFile()
51 StringRef Category) const { in containsMainFile()
52 return SSCL->inSection(Mask, "mainfile", FileName, Category); in containsMainFile()
56 StringRef Category) const { in containsLocation()
58 containsFile(Mask, SM.getFilename(SM.getFileLoc(Loc)), Category); in containsLocation()
H A DXRayLists.cpp58 StringRef Category) const { in shouldImbueFunctionsInFile()
60 Category) || in shouldImbueFunctionsInFile()
61 AttrList->inSection("always", "src", Filename, Category)) in shouldImbueFunctionsInFile()
64 Category) || in shouldImbueFunctionsInFile()
65 AttrList->inSection("never", "src", Filename, Category)) in shouldImbueFunctionsInFile()
72 StringRef Category) const { in shouldImbueLocation()
76 Category); in shouldImbueLocation()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DCommonOptionsParser.cpp84 int &argc, const char **argv, cl::OptionCategory &Category, in init() argument
88 cl::Optional, cl::cat(Category), in init()
93 cl::cat(Category), cl::sub(cl::SubCommand::getAll())); in init()
98 cl::cat(Category), cl::sub(cl::SubCommand::getAll())); in init()
103 cl::cat(Category), cl::sub(cl::SubCommand::getAll())); in init()
107 cl::HideUnrelatedOptions(Category); in init()
157 int &argc, const char **argv, llvm::cl::OptionCategory &Category, in create() argument
161 Parser.init(argc, argv, Category, OccurrencesFlag, Overview); in create()
168 int &argc, const char **argv, cl::OptionCategory &Category, in CommonOptionsParser() argument
170 llvm::Error Err = init(argc, argv, Category, OccurrencesFlag, Overview); in CommonOptionsParser()
H A DExecution.cpp59 llvm::cl::OptionCategory &Category, in createExecutorFromCommandLineArgsImpl() argument
62 CommonOptionsParser::create(argc, argv, Category, llvm::cl::ZeroOrMore, in createExecutorFromCommandLineArgsImpl()
89 llvm::cl::OptionCategory &Category, in createExecutorFromCommandLineArgs() argument
91 return internal::createExecutorFromCommandLineArgsImpl(argc, argv, Category, in createExecutorFromCommandLineArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DNoSanitizeList.h38 StringRef Category = StringRef()) const;
40 StringRef Category = StringRef()) const;
43 StringRef Category = StringRef()) const;
45 StringRef Category = StringRef()) const;
47 StringRef Category = StringRef()) const;
H A DAttrDocs.td52 let Category = DocCatVariable;
61 let Category = DocCatVariable;
70 let Category = DocCatFunction;
95 let Category = DocCatFunction;
119 let Category = DocCatVariable;
149 let Category = DocCatVariable;
165 let Category = DocCatVariable;
180 let Category = DocCatVariable;
194 let Category = DocCatVariable;
212 let Category = DocCatVariable;
[all …]
H A DXRayLists.h52 StringRef Category = StringRef()) const;
55 StringRef Category = StringRef()) const;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DIncludeStyle.cpp17 IO &IO, IncludeStyle::IncludeCategory &Category) { in mapping() argument
18 IO.mapOptional("Regex", Category.Regex); in mapping()
19 IO.mapOptional("Priority", Category.Priority); in mapping()
20 IO.mapOptional("SortPriority", Category.SortPriority); in mapping()
21 IO.mapOptional("CaseSensitive", Category.RegexIsCaseSensitive); in mapping()
H A DHeaderIncludes.cpp194 for (const auto &Category : Style.IncludeCategories) { in IncludeCategoryManager() local
195 CategoryRegexs.emplace_back(Category.Regex, Category.RegexIsCaseSensitive in IncludeCategoryManager()
294 for (const auto &Category : Style.IncludeCategories) in HeaderIncludes() local
295 Priorities.insert(Category.Priority); in HeaderIncludes()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp82 ReferenceCategory Category = ReferenceCategory::SIDE_EFFECT; member
106 if (LHS.Category != RHS.Category) in operator <()
107 return LHS.Category < RHS.Category; in operator <()
108 if (LHS.Category == JsModuleReference::ReferenceCategory::SIDE_EFFECT || in operator <()
109 LHS.Category == JsModuleReference::ReferenceCategory::ALIAS) { in operator <()
174 Reference.Category != References[I + 1].Category)) { in analyze()
305 if (Reference->Category == JsModuleReference::SIDE_EFFECT || in mergeModuleReferences()
306 PreviousReference->Category == JsModuleReference::SIDE_EFFECT || in mergeModuleReferences()
410 Reference.Category = JsModuleReference::ReferenceCategory::RELATIVE; in parseModuleReferences()
423 << ", cat: " << Reference.Category in parseModuleReferences()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DTimer.cpp30 static std::atomic<Timer::Category *> g_categories;
48 Timer::Category::Category(const char *cat) : m_name(cat) { in Category() function in Timer::Category
52 Category *expected = g_categories; in Category()
60 Timer::Timer(Timer::Category &category, const char *format, ...) in Timer()
131 for (Category *i = g_categories; i; i = i->m_next) { in ResetCategoryTimes()
140 for (Category *i = g_categories; i; i = i->m_next) { in DumpCategoryTimes()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp192 auto [Pattern, Category] = Postfix.split("="); in parse()
193 auto &Entry = CurrentSection->Entries[Prefix][Category]; in parse()
208 StringRef Query, StringRef Category) const { in inSectionBlame()
209 return inSectionBlame(Section, Prefix, Query, Category); in inSectionBlame()
214 StringRef Category) const { in inSectionBlame()
218 unsigned Blame = inSectionBlame(S.Entries, Prefix, Query, Category); in inSectionBlame()
228 StringRef Category) const {
231 StringMap<Matcher>::const_iterator II = I->second.find(Category);
172 StringRef Category = SplitRegexp.second; parse() local
/freebsd/contrib/ntp/sntp/libopts/
H A Dgettext.h72 # define dcgettext(Domainname, Msgid, Category) \ argument
73 ((void) (Category), dgettext (Domainname, Msgid))
83 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \ argument
84 ((void) (Category), dngettext (Domainname, Msgid1, Msgid2, N))
127 #define dcpgettext(Domainname, Msgctxt, Msgid, Category) \ argument
128 pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category)
138 #define dcnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N, Category) \ argument
139 npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category)
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td160 class Category<string n> {
161 string name = n; // Name of the enum value in enum class Category.
164 def CA_Declarative: Category<"Declarative"> {}
165 def CA_Executable: Category<"Executable"> {}
166 def CA_Informational: Category<"Informational"> {}
167 def CA_Meta: Category<"Meta"> {}
168 def CA_Subsidiary: Category<"Subsidiary"> {}
169 def CA_Utility: Category<"Utility"> {}
207 Category category = ?;
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DCommonOptionsParser.h82 int &argc, const char **argv, llvm::cl::OptionCategory &Category,
90 create(int &argc, const char **argv, llvm::cl::OptionCategory &Category,
114 llvm::cl::OptionCategory &Category,
H A DExecution.h173 llvm::cl::OptionCategory &Category,
179 llvm::cl::OptionCategory &Category,
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp136 StringRef Category) const { in findObjCCategory()
137 return findRecord<ObjCCategoryRecord>(std::make_pair(ClassToExtend, Category), in findObjCCategory()
226 StringRef Category) { in addObjCCategory() argument
227 Category = copyString(Category); in addObjCCategory()
232 Categories.insert({std::make_pair(ClassToExtend, Category), nullptr}); in addObjCCategory()
235 std::make_unique<ObjCCategoryRecord>(ClassToExtend, Category); in addObjCCategory()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h89 /// @Prefix:<E>=@Category
93 StringRef Category = StringRef()) const;
98 /// @Prefix:<E>=@Category
104 StringRef Category = StringRef()) const;
148 // Helper method for derived classes to search by Prefix, Query, and Category
151 StringRef Query, StringRef Category) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp484 CategoryType Category = CategoryType::NumberOfCategories; in CheckForIncompatibleAttributes() local
489 Category = Vectorize; in CheckForIncompatibleAttributes()
493 Category = Interleave; in CheckForIncompatibleAttributes()
497 Category = Unroll; in CheckForIncompatibleAttributes()
501 Category = UnrollAndJam; in CheckForIncompatibleAttributes()
505 Category = Distribute; in CheckForIncompatibleAttributes()
509 Category = Pipeline; in CheckForIncompatibleAttributes()
512 Category = VectorizePredicate; in CheckForIncompatibleAttributes()
516 assert(Category != NumberOfCategories && "Unhandled loop hint option"); in CheckForIncompatibleAttributes()
517 auto &CategoryState = HintAttrs[Category]; in CheckForIncompatibleAttributes()
[all …]
/freebsd/contrib/diff/lib/
H A Dgettext.h46 # define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid)) argument
51 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \ argument
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h89 StringRef Category);
103 StringRef Category) const;

1234