| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbol.h | 19 #define FORWARD_SYMBOL_METHOD(MethodName) \ argument 20 decltype(auto) MethodName() const { return RawSymbol->MethodName(); } 36 #define FORWARD_SYMBOL_ID_METHOD(MethodName) \ argument 37 FORWARD_SYMBOL_ID_METHOD_WITH_NAME(MethodName, MethodName)
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | PtrTypesSemantics.cpp | 29 const auto MethodName = safeGetName(MD); in hasPublicRefAndDeref() local 31 if (MethodName == "ref" && MD->getAccess() == AS_public) { in hasPublicRefAndDeref() 35 } else if (MethodName == "deref" && MD->getAccess() == AS_public) { in hasPublicRefAndDeref()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MoveChecker.cpp | 515 std::string MethodName = MethodDec->getName().lower(); in isStateResetMethod() local 518 if (MethodName == "assign" || MethodName == "clear" || in isStateResetMethod() 519 MethodName == "destroy" || MethodName == "reset" || in isStateResetMethod() 520 MethodName == "resize" || MethodName == "shrink") in isStateResetMethod()
|
| /netbsd-src/sys/external/bsd/acpica/dist/common/ |
| H A D | dmextern.c | 410 char *MethodName; in AcpiDmGetExternalsFromFile() local 446 MethodName = strtok (NULL, METHOD_SEPARATORS); /* Method namepath */ in AcpiDmGetExternalsFromFile() 447 if (!MethodName) in AcpiDmGetExternalsFromFile() 488 AslGbl_ExternalRefFilename, ArgCount, MethodName); in AcpiDmGetExternalsFromFile() 490 AcpiDmAddPathToExternalList (MethodName, ACPI_TYPE_METHOD, in AcpiDmGetExternalsFromFile()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 2110 std::string MethodName = in dumpLayout() local 2114 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout() 2118 const std::string &MethodName = I.first; in dumpLayout() local 2127 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size(); in dumpLayout() 2176 std::string MethodName = in dumpLayout() local 2184 IndicesMap[VTableIndex] = MethodName + " [complete]"; in dumpLayout() 2185 IndicesMap[VTableIndex + 1] = MethodName + " [deleting]"; in dumpLayout() 2188 IndicesMap[MethodVTableIndices[MD]] = MethodName; in dumpLayout() 2200 const std::string &MethodName = I.second; in dumpLayout() local 2202 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName in dumpLayout() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| H A D | Consumed.h | 122 virtual void warnUseOfTempInInvalidState(StringRef MethodName, in warnUseOfTempInInvalidState() argument 136 virtual void warnUseInInvalidState(StringRef MethodName, in warnUseInInvalidState() argument
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/ |
| H A D | achware.h | 133 const char *MethodName,
|
| /netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
| H A D | aecommon.h | 152 char *MethodName,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | PredicateExpander.h | 76 void expandTIIFunctionCall(raw_ostream &OS, StringRef MethodName);
|
| H A D | PredicateExpander.cpp | 185 StringRef MethodName) { in expandTIIFunctionCall() argument 188 OS << MethodName << (isByRef() ? "(MI)" : "(*MI)"); in expandTIIFunctionCall()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 1323 std::string MethodName = std::string(MethodIdName->getName()); in migrateFactoryMethod() local 1325 StringRef STRefMethodName(MethodName); in migrateFactoryMethod() 1335 MethodName = std::string(STRefMethodName.substr(len)); in migrateFactoryMethod() 1337 std::string MethodNameSubStr = MethodName.substr(0, 3); in migrateFactoryMethod() 1345 StringRef LoweredMethodName(MethodName); in migrateFactoryMethod()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 2129 void warnUseOfTempInInvalidState(StringRef MethodName, StringRef State, in warnUseOfTempInInvalidState() argument 2133 diag::warn_use_of_temp_in_invalid_state) << MethodName << State); in warnUseOfTempInInvalidState() 2138 void warnUseInInvalidState(StringRef MethodName, StringRef VariableName, in warnUseInInvalidState() argument 2142 MethodName << VariableName << State); in warnUseInInvalidState()
|
| H A D | SemaLambda.cpp | 387 DeclarationName MethodName in startLambdaDefinition() local 393 DeclarationNameInfo(MethodName, IntroducerRange.getBegin(), in startLambdaDefinition() 407 Method->getLocation(), MethodName, in startLambdaDefinition()
|
| H A D | SemaDeclObjC.cpp | 3662 std::string MethodName = Method->getSelector().getAsString(); in HelperSelectorsForTypoCorrection() local 3664 unsigned MinPossibleEditDistance = abs((int)MethodName.size() - (int)Typo.size()); in HelperSelectorsForTypoCorrection() 3668 unsigned EditDistance = Typo.edit_distance(MethodName, true, MaxEditDistance); in HelperSelectorsForTypoCorrection()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 275 SmallString<256> MethodName; in getObjCMethodName() local 276 llvm::raw_svector_ostream OS(MethodName); in getObjCMethodName() 1676 StringRef MethodName = getFunctionName(Method); in CreateCXXMemberFunction() local 1799 RecordTy, MethodName, MethodLinkageName, MethodDefUnit, MethodLine, in CreateCXXMemberFunction()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 9574 MethodName, in diagnoseOdrViolations() enumerator 10429 FirstMethod->getSourceRange(), MethodName) in diagnoseOdrViolations() 10432 SecondMethod->getSourceRange(), MethodName) in diagnoseOdrViolations()
|