Home
last modified time | relevance | path

Searched refs:methodName (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DObjC.cpp199 CachedHashStringRef methodName(getReferentString(r)); in parseMethods() local
210 if (mKind == MK_Static && methodName.val() == "load") in parseMethods()
216 .try_emplace(methodName, MethodContainer{mcKind, containerIsec}) in parseMethods()
221 const auto &mc = methodMap.lookup(methodName); in parseMethods()
241 warn("method '" + methPrefix + methodName.val() + in parseMethods()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp153 auto methodName = safeGetName(M); in isGetterOfRefCounted() local
156 methodName == "get") || in isGetterOfRefCounted()
160 methodName == "impl")) in isGetterOfRefCounted()
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java591 String methodName = "get" + classname; in performSerializationTest() local
595 Method method = TestBean.class.getDeclaredMethod(methodName); in performSerializationTest()
626 String methodName = "get" + classname; in performBeanTest() local
630 Method method = TestBean.class.getDeclaredMethod(methodName); in performBeanTest()
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp674 StringRef methodName = (info.IsReader ? "unpack" : "pack"); in emitPackUnpackOptionalTemplate() local
687 << (info.IsReader ? "> " : " ") << methodName << "(" in emitPackUnpackOptionalTemplate()
/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp4864 std::string methodName = sel_getName(selector); in registerTestMethods() local
4865 if( startsWith( methodName, "Catch_TestCase_" ) ) { in registerTestMethods()
4866 std::string testCaseName = methodName.substr( 15 ); in registerTestMethods()