Searched refs:methodName (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Interfaces/ |
| H A D | CIRTypeInterfaces.td | 28 /*methodName=*/"isSigned", 39 /*methodName=*/"isUnsigned", 50 /*methodName=*/"getWidth", 71 /*methodName=*/"getWidth", 82 /*methodName=*/"getFPMantissaWidth", 93 /*methodName=*/"getFloatSemantics" 113 /*methodName=*/"isSized",
|
| H A D | CIRLoopOpInterface.td | 31 /*methodName=*/"getCond" 37 /*methodName=*/"getBody" 43 /*methodName=*/"maybeGetStep", 52 /*methodName=*/"getEntry", 61 /*methodName=*/"getRegionsInExecutionOrder", 73 /*methodName=*/"walkBodySkippingNestedLoops",
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestBean.java | 591 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/contrib/llvm-project/lld/MachO/ |
| H A D | ObjC.cpp | 199 CachedHashStringRef methodName(r.getReferentString()); 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() 252 warn("method '" + methPrefix + methodName.val() + in parseMethods()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangASTPropertiesEmitter.cpp | 667 StringRef methodName = (info.IsReader ? "unpack" : "pack"); in emitPackUnpackOptionalTemplate() local 680 << (info.IsReader ? "> " : " ") << methodName << "(" in emitPackUnpackOptionalTemplate()
|
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 4864 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()
|