Searched refs:FullName (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Frontend/
H A DCheckerRegistry.h119 StringRef FullName, StringRef Desc, StringRef DocsUri,
128 void addChecker(StringRef FullName, StringRef Desc, StringRef DocsUri, argument
133 &CheckerRegistry::returnTrue<T>, FullName, Desc, DocsUri,
139 void addDependency(StringRef FullName, StringRef Dependency);
143 void addWeakDependency(StringRef FullName, StringRef Dependency);
160 void addPackage(StringRef FullName);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h106 StringRef FullName; member in struct:clang::ento::CheckerInfo
127 return FullName == Rhs.FullName;
132 : Initialize(Fn), ShouldRegister(sfn), FullName(Name), Desc(Desc),
136 explicit CheckerInfo(StringRef FullName) : FullName(FullName) {} argument
147 StringRef FullName; member in struct:clang::ento::PackageInfo
153 return FullName == Rhs.FullName;
156 PackageInfo(StringRef FullName) argument
179 binaryFind(CheckerOrPackageInfoList &Collection, StringRef FullName) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp51 Out << FullName << " (" << toString(State) << (IsHidden ? ", hidden" : "")
61 Out << " " << Dependency->FullName << '\n';
65 Out << " " << Dependency->FullName << '\n';
72 Out << FullName << "\n"; local
85 if (!Checker.FullName.startswith(PackageName))
89 if (Checker.FullName.size() == PackageName.size())
93 if (Checker.FullName[PackageName.size()] == PackageSeparator)
134 size_t NameLength = Checker.FullName.size();
143 AnalyzerOptions::printFormattedEntry(Out, {Checker.FullName, Description},
161 if (Checker.FullName
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DAttributes.cpp88 SmallString<64> FullName = ScopeName; local
92 FullName += "::";
94 FullName += AttrName;
96 return FullName;
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp304 CheckerIt->FullName == Entry.first &&
310 DependencyIt->FullName == Entry.second &&
314 assert((DependencyIt->FullName.startswith("test") ||
315 DependencyIt->FullName.startswith("example") || IsWeak ||
327 void CheckerRegistry::addDependency(StringRef FullName, StringRef Dependency) { argument
328 Data.Dependencies.emplace_back(FullName, Dependency);
331 void CheckerRegistry::addWeakDependency(StringRef FullName, argument
333 Data.WeakDependencies.emplace_back(FullName, Dependency);
342 static void insertAndValidate(StringRef FullName, const CmdLineOption &Option, argument
346 std::string FullOption = (FullName
391 insertOptionToCollection(StringRef FullName, T &Collection, const CmdLineOption &Option, AnalyzerOptions &AnOpts, DiagnosticsEngine &Diags) argument
419 addPackage(StringRef FullName) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DRunningDocTableEventsDispatcher.cs76 return _dte.Documents.Cast<Document>().FirstOrDefault(doc => doc.FullName == documentInfo.Moniker);
H A DVsix.cs39 var textView = GetVsTextViewFrompPath(document.FullName);
H A DClangFormatPackage.cs273 if (!FileHasExtension(document.FullName, options.FormatOnSaveFileExtensions))
/netbsd-current/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp146 SmallString<256> FullName(sys::fs::getMainExecutable(HostArgv0, P));
147 sys::path::remove_filename(FullName);
148 sys::path::append(FullName, ExecutorName);
149 return FullName.str().str();
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/
H A Dintl.cs400 throw new InvalidOperationException("resource for \""+msgid+"\" in "+GetType().FullName+" is not a string");
422 throw new InvalidOperationException("resource for \""+msgid+"\" in "+GetType().FullName+" is not a string");
445 throw new InvalidOperationException("resource for \""+msgid+"\" in "+GetType().FullName+" is not a string");
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp49 std::string FullName = Symbol.getName(); local
50 if (Printer.IsCompilandExcluded(FullName))
54 WithColor(Printer, PDB_ColorItem::Path).get() << FullName;
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp107 std::string FullName)
108 : FDecl(FDecl), Name(Name), FullName(std::move(FullName)) {}
125 std::string FullName = FDecl->getQualifiedNameAsString(); local
126 if (Name.empty() || FullName.empty())
129 return FunctionData{FDecl, Name, std::move(FullName)};
133 return StringRef(FullName).startswith(Scope);
138 const std::string FullName; member in struct:__anon977::GenericTaintChecker::FunctionData
429 llvm::StringSwitch<TaintPropagationRule>(FData.FullName)
106 FunctionData(const FunctionDecl *FDecl, StringRef Name, std::string FullName) argument
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp159 static void printOption(llvm::raw_ostream &OS, StringRef FullName, argument
163 OS.write_escaped(FullName) << "\", ";
H A DSveEmitter.cpp924 std::string FullName = mangleName(ClassS); local
929 << "__builtin_sve_" << FullName << ")))\n";
H A DMveEmitter.cpp799 // For polymorphic intrinsics, FullName is the explicit name that uniquely
802 std::string ShortName, FullName;
840 const std::string &fullName() const { return FullName; }
856 bool polymorphic() const { return ShortName != FullName; }
1335 FullName =
1344 StringRef(FullName).split(NameParts, '_');
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DParsedAttr.cpp132 std::string FullName = A.getNormalizedFullName(); local
139 if (S.Syntax == SyntaxUsed && S.NormalizedFullName == FullName)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DHIP.cpp378 StringRef FullName;
382 FullName = Path;
383 if (llvm::sys::fs::exists(FullName)) {
384 BCLibs.push_back(FullName.str());
/netbsd-current/usr.bin/make/
H A Darch.c171 FullName(const char *archive, const char *member) function
303 fullName = FullName(lib.str, mem.str);
331 char *fullname = FullName(lib.str, member);
343 char *fullname = FullName(lib.str, mem.str);
/netbsd-current/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp480 static bool consumeNameSuffix(StringRef &FullName, StringRef Suffix) { argument
481 StringRef Name = FullName;
490 FullName = Name;
651 const StringRef FullName = OS.str(); local
655 if (FullName == Pattern)
657 } else if (FullName.endswith(Pattern) &&
658 FullName.drop_back(Pattern.size()).endswith("::")) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DArchive.cpp424 SmallString<128> FullName = sys::path::parent_path(
426 sys::path::append(FullName, Name);
427 return std::string(FullName.str());
444 const std::string &FullName = *FullNameOrErr; local
445 ErrorOr<std::unique_ptr<MemoryBuffer>> Buf = MemoryBuffer::getFile(FullName);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1369 std::string FullName = getParentContextString(Context) + Name.str();
1370 GlobalNames[FullName] = &Die;
1377 std::string FullName = getParentContextString(Context) + Name.str();
1382 GlobalNames.insert(std::make_pair(std::move(FullName), &getUnitDie()));
1390 std::string FullName = getParentContextString(Context) + Ty->getName().str();
1391 GlobalTypes[FullName] = &Die;
1398 std::string FullName = getParentContextString(Context) + Ty->getName().str();
1403 GlobalTypes.insert(std::make_pair(std::move(FullName), &getUnitDie()));
H A DCodeViewDebug.cpp2129 std::string FullName = getFullyQualifiedName(Ty); local
2131 EnumRecord ER(EnumeratorCount, CO, FTI, FullName, Ty->getIdentifier(),
2289 std::string FullName = getFullyQualifiedName(Ty); local
2291 FullName, Ty->getIdentifier());
2320 std::string FullName = getFullyQualifiedName(Ty); local
2325 SizeInBytes, FullName, Ty->getIdentifier());
2342 std::string FullName = getFullyQualifiedName(Ty); local
2343 UnionRecord UR(0, CO, TypeIndex(), 0, FullName, Ty->getIdentifier());
2362 std::string FullName = getFullyQualifiedName(Ty); local
2364 UnionRecord UR(FieldCount, CO, FieldTI, SizeInBytes, FullName,
[all...]
/netbsd-current/sys/external/bsd/gnu-efi/dist/inc/
H A Defishell.h55 CONST CHAR16 *FullName; member in struct:__anon155
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp558 bool AMDGPUMangledLibFunc::parseUnmangledName(StringRef FullName) {
561 FuncId = static_cast<EFuncId>(manglingRulesMap.lookup(FullName));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp1776 SmallString<128> FullName(ActiveModule->getFullModuleName());
1777 if (!FullName.startswith(M->Name) && !FullName.endswith("Private"))
1788 << FullName;
1801 GenNoteAndFixIt(FullName, FixedPrivModDecl, M,

Completed in 663 milliseconds

12