Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp144 auto methodName = safeGetName(M); in isGetterOfRefCounted() local
147 methodName == "get") || in isGetterOfRefCounted()
151 methodName == "impl")) in isGetterOfRefCounted()
/freebsd-13.1/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-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp674 StringRef methodName = (info.IsReader ? "unpack" : "pack"); in emitPackUnpackOptionalTemplate() local
685 << (info.IsReader ? "> " : " ") << methodName << "(" in emitPackUnpackOptionalTemplate()
/freebsd-13.1/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()