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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
H A DCheckerRegistry.h155 StringRef FullName; member in struct:clang::ento::CheckerRegistry::CheckerInfo
175 return FullName == Rhs.FullName;
181 : Initialize(Fn), ShouldRegister(sfn), FullName(Name), Desc(Desc),
185 explicit CheckerInfo(StringRef FullName) : FullName(FullName) {} argument
193 StringRef FullName; member in struct:clang::ento::CheckerRegistry::PackageInfo
199 return FullName == Rhs.FullName;
202 PackageInfo(StringRef FullName) argument
226 addChecker(StringRef FullName, StringRef Desc, StringRef DocsUri, bool IsHidden = false) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp83 SmallString<64> FullName; local
85 FullName += normalizeAttrScopeName(ScopeName->getName(), SyntaxUsed);
87 AttrName = normalizeAttrName(AttrName, FullName, SyntaxUsed);
92 FullName += "::";
93 FullName += AttrName;
95 return ::getAttrKind(FullName, SyntaxUsed);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp45 return Lhs.FullName < Rhs.FullName;
58 binaryFind(CheckerOrPackageInfoList &Collection, StringRef FullName) { argument
68 return llvm::lower_bound(Collection, CheckerOrPackage(FullName),
77 if (!Checker.FullName.startswith(PackageName))
81 if (Checker.FullName.size() == PackageName.size())
85 if (Checker.FullName[PackageName.size()] == PackageSeparator)
291 assert(CheckerIt != Checkers.end() && CheckerIt->FullName == Entry.first &&
297 DependencyIt->FullName == Entry.second &&
306 void CheckerRegistry::addDependency(StringRef FullName, StringRe argument
312 insertAndValidate(StringRef FullName, const CheckerRegistry::CmdLineOption &Option, AnalyzerOptions &AnOpts, DiagnosticsEngine &Diags) argument
362 insertOptionToCollection(StringRef FullName, T &Collection, const CheckerRegistry::CmdLineOption &Option, AnalyzerOptions &AnOpts, DiagnosticsEngine &Diags) argument
391 addPackage(StringRef FullName) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp29 std::string FullName; member in struct:__anon1336::CommandOption
58 FullName = Option->getValueAsString("FullName");
96 OS << ", \"" << O.FullName << "\", ";
/freebsd-11-stable/contrib/llvm-project/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;
/freebsd-11-stable/contrib/sendmail/src/
H A Denvelope.c1008 extern char *FullName;
1121 if (FullName == NULL)
1122 FullName = macvalue('x', e);
1123 if (FullName != NULL)
1125 if (FullName[0] == '\0')
1126 FullName = NULL;
1128 FullName = newstr(FullName);
1158 if (FullName == NULL && !internal &&
1162 FullName
[all...]
H A Dmain.c100 char *FullName; /* sender's full name */ variable
691 FullName = getextenv("NAME");
692 if (FullName != NULL)
693 FullName = newstr(FullName);
887 FullName = newstr(optarg);
992 FullName = NULL;
1015 FullName = NULL;
1681 FullName = NULL;
1703 /* special considerations for FullName */
[all...]
H A Dsrvrsmtp.c2753 extern char *FullName;
2756 SM_FREE(FullName);
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp159 static void printOption(llvm::raw_ostream &OS, StringRef FullName, argument
163 OS.write_escaped(FullName) << "\", ";
H A DMveEmitter.cpp780 // For polymorphic intrinsics, FullName is the explicit name that uniquely
783 std::string ShortName, FullName;
814 const std::string &fullName() const { return FullName; }
825 bool polymorphic() const { return ShortName != FullName; }
1273 FullName = (Twine(BaseName) + Param->acleSuffix(overrideLetter)).str();
1281 StringRef(FullName).split(NameParts, '_');
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp403 static bool consumeNameSuffix(StringRef &FullName, StringRef Suffix) { argument
404 StringRef Name = FullName;
413 FullName = Name;
576 const StringRef FullName = OS.str(); local
580 if (FullName == Pattern)
582 } else if (FullName.endswith(Pattern) &&
583 FullName.drop_back(Pattern.size()).endswith("::")) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIP.cpp37 StringRef FullName; local
41 FullName = Path;
42 if (llvm::sys::fs::exists(FullName)) {
44 CmdArgs.push_back(Args.MakeArgString(FullName));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1144 std::string FullName = getParentContextString(Context) + Name.str();
1145 GlobalNames[FullName] = &Die;
1152 std::string FullName = getParentContextString(Context) + Name.str();
1157 GlobalNames.insert(std::make_pair(std::move(FullName), &getUnitDie()));
1165 std::string FullName = getParentContextString(Context) + Ty->getName().str();
1166 GlobalTypes[FullName] = &Die;
1173 std::string FullName = getParentContextString(Context) + Ty->getName().str();
1178 GlobalTypes.insert(std::make_pair(std::move(FullName), &getUnitDie()));
H A DCodeViewDebug.cpp2075 std::string FullName = getFullyQualifiedName(Ty); local
2077 EnumRecord ER(EnumeratorCount, CO, FTI, FullName, Ty->getIdentifier(),
2226 std::string FullName = getFullyQualifiedName(Ty); local
2228 FullName, Ty->getIdentifier());
2257 std::string FullName = getFullyQualifiedName(Ty); local
2262 SizeInBytes, FullName, Ty->getIdentifier());
2279 std::string FullName = getFullyQualifiedName(Ty); local
2280 UnionRecord UR(0, CO, TypeIndex(), 0, FullName, Ty->getIdentifier());
2299 std::string FullName = getFullyQualifiedName(Ty); local
2301 UnionRecord UR(FieldCount, CO, FieldTI, SizeInBytes, FullName,
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp117 std::string FullName = FDecl->getQualifiedNameAsString(); local
118 if (Name.empty() || FullName.empty())
121 return FunctionData{FDecl, Name, FullName};
125 return StringRef(FullName).startswith(Scope);
130 const std::string FullName; member in struct:__anon795::GenericTaintChecker::FunctionData
419 llvm::StringSwitch<TaintPropagationRule>(FData.FullName)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp428 SmallString<128> FullName = sys::path::parent_path(
430 sys::path::append(FullName, Name);
431 return StringRef(FullName);
448 const std::string &FullName = *FullNameOrErr; local
449 ErrorOr<std::unique_ptr<MemoryBuffer>> Buf = MemoryBuffer::getFile(FullName);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp562 bool AMDGPUMangledLibFunc::parseUnmangledName(StringRef FullName) {
565 FuncId = static_cast<EFuncId>(manglingRulesMap.lookup(FullName));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1741 SmallString<128> FullName(ActiveModule->getFullModuleName());
1742 if (!FullName.startswith(M->Name) && !FullName.endswith("Private"))
1753 << FullName;
1766 GenNoteAndFixIt(FullName, FixedPrivModDecl, M,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp195 SmallString<128> FullName; local
202 Mangler::getNameWithPrefix(FullName, GV->getName(), DL);
203 return FullName.str();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1240 std::string FullName = "__typeid_"; local
1241 raw_string_ostream OS(FullName);

Completed in 321 milliseconds