| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | PtrTypesSemantics.cpp | 146 auto className = safeGetName(calleeMethodsClass); in isGetterOfRefCounted() local 149 if (((className == "Ref" || className == "RefPtr") && in isGetterOfRefCounted() 151 ((className == "String" || className == "AtomString" || in isGetterOfRefCounted() 152 className == "AtomStringImpl" || className == "UniqueString" || in isGetterOfRefCounted() 153 className == "UniqueStringImpl" || className == "Identifier") && in isGetterOfRefCounted() 159 if (className == "Ref" || className == "RefPtr") { in isGetterOfRefCounted()
|
| H A D | UncountedLocalVarsChecker.cpp | 55 auto safeClass = [](const std::string &className) { in isRefcountedStringsHack() argument 56 return className == "String" || className == "AtomString" || in isRefcountedStringsHack() 57 className == "UniquedString" || className == "Identifier"; in isRefcountedStringsHack()
|
| /openbsd-src/gnu/llvm/clang/tools/scan-build/share/scan-build/ |
| H A D | sorttable.js | 35 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 …]
|
| /openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/resources/ |
| H A D | sorttable.js | 37 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', 114 if (this.className.search(/\bsorttable_sorted_reverse\b/) != -1) { 118 this.className = this.className.replace('sorttable_sorted_reverse', 134 cell.className = 135 cell.className.replace('sorttable_sorted_reverse', ''); [all …]
|
| H A D | selectable.js | 4 if (Rows[i].className == RowClass) {
|
| /openbsd-src/gnu/llvm/clang/tools/scan-build-py/libscanbuild/resources/ |
| H A D | sorttable.js | 35 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 …]
|
| /openbsd-src/gnu/llvm/clang/www/analyzer/scripts/ |
| H A D | menu.js | 8 this.className+=" over"; 11 this.className=this.className.replace(" over", "");
|
| H A D | expandcollapse.js | 49 if (expandableDiv.className.indexOf("expandable") == -1) 69 data.className = "data";
|
| /openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/ |
| H A D | suite.py | 145 className = util.strclass(currentClass) 146 errorName = 'setUpClass (%s)' % className 229 className = util.strclass(previousClass) 230 errorName = 'tearDownClass (%s)' % className
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 109 std::string className; in RetrieveReportData() local 114 className = apiName.substr(2, spacePos - 2); in RetrieveReportData() 141 d->AddStringItem("class_name", className); in RetrieveReportData()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/ |
| H A D | Bzip2.xs | 349 new(className, appendOut=1, blockSize100k=1, workfactor=0, verbosity=0) in bzlibversion() 350 const char * className in bzlibversion() 386 SV* obj = sv_setref_pv(sv_newmortal(), className, (void*)s); in bzlibversion() 404 new(className, appendOut=1 , consume=1, small=0, verbosity=0, limitOutput=0) 405 const char* className 442 SV* obj = sv_setref_pv(sv_newmortal(), className, (void*)s);
|
| /openbsd-src/usr.sbin/httpd/ |
| H A D | js.h.in | 14 th2.className = th2 == th ? 'sorted' : 'unsorted');
|
| /openbsd-src/gnu/llvm/clang/utils/TableGen/ |
| H A D | ASTTableGen.h | 110 bool isSubClassOf(llvm::StringRef className) const { in isSubClassOf() argument 111 return get()->isSubClassOf(className); in isSubClassOf()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 529 void EmitClassRef(const std::string &className); 1714 std::string className = classDecl->getNameAsString(); in GenerateClass() local 1715 auto *classNameConstant = MakeConstantString(className); in GenerateClass() 1746 GenerateMethodList(className, "", ClassMethods, true), in GenerateClass() 1769 ManglePublicSymbol("OBJC_METACLASS_") + className, in GenerateClass() 1915 GenerateMethodList(className, "", InstanceMethods, false), in GenerateClass() 1947 classFields.finishAndCreateGlobal(SymbolForClass(className), in GenerateClass() 1950 auto *classRefSymbol = GetClassVar(className); in GenerateClass() 1979 TheModule.getNamedGlobal(SymbolForClass(className))) in GenerateClass() 1984 classStruct->setName(SymbolForClass(className)); in GenerateClass() [all …]
|
| H A D | CGObjCMac.cpp | 3001 llvm::Value *className = CGF.CGM in EmitClassRefViaRuntime() local 3006 className = in EmitClassRefViaRuntime() 3007 CGF.Builder.CreateBitCast(className, in EmitClassRefViaRuntime() 3010 llvm::CallInst *call = CGF.Builder.CreateCall(lookUpClassFn, className); in EmitClassRefViaRuntime()
|
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ |
| H A D | LTOModule.cpp | 287 std::string className; in addObjCClass() local 288 if (objcClassNameFromExpression(c->getOperand(2), className)) { in addObjCClass() 289 auto Iter = _defines.insert(className).first; in addObjCClass()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | PropertiesBase.td | 40 class RefPropertyType<string className> : PropertyType<className # "*"> { 48 class SubclassPropertyType<string className, PropertyType base> 49 : RefPropertyType<className> { 51 string SubclassName = className;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/ |
| H A D | 01bzip2.t | 83 like $@, mkErr "Usage: Compress::Raw::Bzip2::new(className, appendOut=1, blockSize100k=1, workfactor=0, verbosity=0)";
|