Home
last modified time | relevance | path

Searched refs:className (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp143 auto className = safeGetName(calleeMethodsClass); in isGetterOfRefCounted() local
146 if (((className == "Ref" || className == "RefPtr") && in isGetterOfRefCounted()
148 ((className == "String" || className == "AtomString" || in isGetterOfRefCounted()
149 className == "AtomStringImpl" || className == "UniqueString" || in isGetterOfRefCounted()
150 className == "UniqueStringImpl" || className == "Identifier") && in isGetterOfRefCounted()
156 if (className == "Ref" || className == "RefPtr") { in isGetterOfRefCounted()
H A DUncountedLocalVarsChecker.cpp54 auto safeClass = [](const std::string &className) { in isRefcountedStringsHack() argument
55 return className == "String" || className == "AtomString" || in isRefcountedStringsHack()
56 className == "UniquedString" || className == "Identifier"; in isRefcountedStringsHack()
/llvm-project-15.0.7/clang/tools/scan-build-py/libscanbuild/resources/
H A Dsorttable.js35 if (table.className.search(/\bsortable\b/) != -1) {
61 if (table.rows[i].className.search(/\bsortbottom\b/) != -1) {
81 if (!headrow[i].className.match(/\bsorttable_nosort\b/)) { // skip this col
82 mtch = headrow[i].className.match(/\bsorttable_([a-z0-9]+)\b/);
94 if (this.className.search(/\bsorttable_sorted\b/) != -1) {
98 this.className = this.className.replace('sorttable_sorted',
107 if (this.className.search(/\bsorttable_sorted_reverse\b/) != -1) {
111 this.className = this.className.replace('sorttable_sorted_reverse',
125 cell.className = cell.className.replace('sorttable_sorted_reverse','');
126 cell.className = cell.className.replace('sorttable_sorted','');
[all …]
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/resources/
H A Dsorttable.js37 if (table.className.search(/\bsortable\b/) != -1) {
64 if (table.rows[i].className.search(/\bsortbottom\b/) != -1) {
84 if (!headrow[i].className.match(
86 mtch = headrow[i].className.match(/\bsorttable_([a-z0-9]+)\b/);
99 if (this.className.search(/\bsorttable_sorted\b/) != -1) {
103 this.className = this.className.replace('sorttable_sorted',
118 this.className = this.className.replace('sorttable_sorted_reverse',
134 cell.className =
135 cell.className.replace('sorttable_sorted_reverse', '');
136 cell.className = cell.className.replace('sorttable_sorted', '');
[all …]
H A Dselectable.js4 if (Rows[i].className == RowClass) {
/llvm-project-15.0.7/clang/tools/scan-build/share/scan-build/
H A Dsorttable.js35 if (table.className.search(/\bsortable\b/) != -1) {
61 if (table.rows[i].className.search(/\bsortbottom\b/) != -1) {
81 if (!headrow[i].className.match(/\bsorttable_nosort\b/)) { // skip this col
82 mtch = headrow[i].className.match(/\bsorttable_([a-z0-9]+)\b/);
94 if (this.className.search(/\bsorttable_sorted\b/) != -1) {
98 this.className = this.className.replace('sorttable_sorted',
107 if (this.className.search(/\bsorttable_sorted_reverse\b/) != -1) {
111 this.className = this.className.replace('sorttable_sorted_reverse',
125 cell.className = cell.className.replace('sorttable_sorted_reverse','');
126 cell.className = cell.className.replace('sorttable_sorted','');
[all …]
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DType.cpp63 StringRef className = def->getValueAsString("cppClassName"); in getCPPClassName() local
66 if (className.contains("::")) in getCPPClassName()
67 return className.str(); in getCPPClassName()
72 return (dialect.getCppNamespace() + "::" + className).str(); in getCPPClassName()
74 return className.str(); in getCPPClassName()
H A DAttribute.cpp34 bool AttrConstraint::isSubClassOf(StringRef className) const { in isSubClassOf()
35 return def->isSubClassOf(className); in isSubClassOf()
H A DClass.cpp279 os << (isStruct ? "struct" : "class") << ' ' << className << ' '; in writeDeclTo()
298 decl->writeDefTo(os, className); in writeDefTo()
/llvm-project-15.0.7/clang/www/analyzer/scripts/
H A Dmenu.js8 this.className+=" over";
11 this.className=this.className.replace(" over", "");
H A Dexpandcollapse.js49 if (expandableDiv.className.indexOf("expandable") == -1)
69 data.className = "data";
/llvm-project-15.0.7/polly/www/video-js/
H A Dvideo.js194 if (children[i].className == "vjs-flash-fallback") {
327 if (videoTag.className.indexOf("video-js") != -1) {
623 className: "vjs-volume-control", property
634 className: "vjs-fullscreen-control", property
652 this.poster.className = "vjs-poster";
665 className: "vjs-big-play-button", property
675 className: "vjs-spinner", property
1558 … element.className = element.className === "" ? classToAdd : element.className + " " + classToAdd;
1562 if (element.className.indexOf(classToRemove) == -1) { return; }
1563 var classNames = element.className.split(/\s+/);
[all …]
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVAvailability.td72 let instanceType = scheme.cppNamespace # "::" # scheme.className;
74 let instance = scheme.cppNamespace # "::" # scheme.className # "::" #
91 let instanceType = scheme.cppNamespace # "::" # scheme.className;
93 let instance = scheme.cppNamespace # "::" # scheme.className # "::" #
/llvm-project-15.0.7/mlir/tools/mlir-linalg-ods-gen/
H A Dmlir-linalg-ods-yaml-gen.cpp781 StringRef className = opConfig.metadata->cppClassName; in generateNamedGenericOpDefns() local
817 os << llvm::formatv(structuredOpIteratorTypesFormat, className, in generateNamedGenericOpDefns()
820 os << llvm::formatv(rankPolyStructuredOpIteratorTypesFormat, className); in generateNamedGenericOpDefns()
881 os << llvm::formatv(structuredOpSymbolBindingsFormat, className, in generateNamedGenericOpDefns()
918 os << llvm::formatv(structuredOpIndexingMapsFormat, className, in generateNamedGenericOpDefns()
922 os << llvm::formatv(rankPolyStructuredOpIndexingMapsFormat, className); in generateNamedGenericOpDefns()
938 os << llvm::formatv(structuredOpGetNumRegionArgsFormat, className, in generateNamedGenericOpDefns()
951 os << llvm::formatv(structuredOpGetLibraryCallFormat, className); in generateNamedGenericOpDefns()
990 className, llvm::join(attrVerifications, "\n")); in generateNamedGenericOpDefns()
1152 os << llvm::formatv(structuredOpParserFormat, className); in generateNamedGenericOpDefns()
[all …]
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dsuite.py146 className = util.strclass(currentClass)
147 errorName = 'setUpClass (%s)' % className
230 className = util.strclass(previousClass)
231 errorName = 'tearDownClass (%s)' % className
/llvm-project-15.0.7/lldb/test/API/lang/objc/objc-stepping/
H A DTestObjCStepping.py94 className = mySource_isa.GetSummary()
157 print("className is %s, newClassName is %s" % (className, newClassName))
161 newClassName != className,
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp109 std::string className; in RetrieveReportData() local
114 className = apiName.substr(2, spacePos - 2); in RetrieveReportData()
141 d->AddStringItem("class_name", className); in RetrieveReportData()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpClass.cpp29 declare<UsingDeclaration>("Adaptor", className + "Adaptor"); in OpClass()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DEnumAttr.td119 string className = name;
179 cppNamespace # "::" # className,
187 string cppType = cppNamespace # "::" # className;
336 : AttrParameter<enumInfo.cppNamespace # "::" # enumInfo.className,
337 "an enum of type " # enumInfo.className> {
372 : AttrDef<dialect, enumInfo.className, traits> {
386 let returnType = enumInfo.cppNamespace # "::" # enumInfo.className;
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DClass.h381 Constructor(NameT &&className, Properties properties, Args &&...args) in Constructor() argument
382 : Method("", std::forward<NameT>(className), properties, in Constructor()
579 : className(stringify(std::forward<NameT>(name))), isStruct(isStruct) {} in className() function
678 StringRef getClassName() const { return className; } in getClassName()
742 std::string className; variable
H A DAttribute.h41 bool isSubClassOf(StringRef className) const;
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestCSharp.cpp597 class {className} {{ in TEST_F()
598 {className}() {{}} in TEST_F()
606 class {className} {{ in TEST_F()
607 {className}() {{}} in TEST_F()
/llvm-project-15.0.7/clang/utils/TableGen/
H A DASTTableGen.h109 bool isSubClassOf(llvm::StringRef className) const { in isSubClassOf() argument
110 return get()->isSubClassOf(className); in isSubClassOf()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp529 void EmitClassRef(const std::string &className);
1714 std::string className = classDecl->getNameAsString(); in GenerateClass() local
1715 auto *classNameConstant = MakeConstantString(className); in GenerateClass()
1769 ManglePublicSymbol("OBJC_METACLASS_") + className, in GenerateClass()
1950 auto *classRefSymbol = GetClassVar(className); in GenerateClass()
1979 TheModule.getNamedGlobal(SymbolForClass(className))) in GenerateClass()
1984 classStruct->setName(SymbolForClass(className)); in GenerateClass()
2123 void CGObjCGNU::EmitClassRef(const std::string &className) { in EmitClassRef() argument
2124 std::string symbolRef = "__objc_class_ref_" + className; in EmitClassRef()
2437 std::string className = in GetEHType() local
[all …]
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOModule.cpp287 std::string className; in addObjCClass() local
288 if (objcClassNameFromExpression(c->getOperand(2), className)) { in addObjCClass()
289 auto Iter = _defines.insert(className).first; in addObjCClass()

12