/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerRegistryData.h | 106 StringRef FullName; member 127 return FullName == Rhs.FullName; 132 : Initialize(Fn), ShouldRegister(sfn), FullName(Name), Desc(Desc), in CheckerInfo() 136 explicit CheckerInfo(StringRef FullName) : FullName(FullName) {} in CheckerInfo() 147 StringRef FullName; member 153 return FullName == Rhs.FullName; 156 explicit PackageInfo(StringRef FullName) : FullName(FullName) {} in PackageInfo() 168 return Lhs.FullName < Rhs.FullName; in operator() 179 binaryFind(CheckerOrPackageInfoList &Collection, StringRef FullName) { in binaryFind() argument 188 return llvm::lower_bound(Collection, CheckerOrPackage(FullName), in binaryFind()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/ |
H A D | CheckerRegistry.h | 119 StringRef FullName, StringRef Desc, StringRef DocsUri, 128 void addChecker(StringRef FullName, StringRef Desc, StringRef DocsUri, 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);
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Attributes.cpp | 133 SmallString<64> FullName = ScopeName; in normalizeName() local 137 FullName += "::"; in normalizeName() 139 FullName += AttrName; in normalizeName() 141 return FullName; in normalizeName()
|
/freebsd/contrib/sendmail/src/ |
H A D | envelope.c | 992 extern char *FullName; 1108 if (FullName == NULL) 1109 FullName = macvalue('x', e); 1110 if (FullName != NULL) 1112 if (FullName[0] == '\0') 1113 FullName = NULL; 1115 FullName = newstr(FullName); 1145 if (FullName == NULL && !internal && 1149 FullName = newstr(user.mbdb_fullname); 1156 if (FullName != NULL && !internal) [all …]
|
H A D | main.c | 106 char *FullName; /* sender's full name */ variable 709 FullName = getextenv("NAME"); 710 if (FullName != NULL) 711 FullName = newstr(FullName); 915 FullName = newstr(optarg); 1020 FullName = NULL; 1043 FullName = NULL; 1722 FullName = NULL; 1745 if (FullName != NULL) 1750 if (strchr(FullName, '\n') != NULL) [all …]
|
/freebsd/contrib/llvm-project/lldb/utils/TableGen/ |
H A D | LLDBOptionDefEmitter.cpp | 29 std::string FullName; member 57 FullName = std::string(Option->getValueAsString("FullName")); in CommandOption() 92 OS << ", \"" << O.FullName << "\", "; in emitOption()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | HIPSPV.cpp | 231 StringRef FullName; in getDeviceLibs() local 235 FullName = Path; in getDeviceLibs() 236 if (llvm::sys::fs::exists(FullName)) { in getDeviceLibs() 237 BCLibs.emplace_back(FullName.str()); in getDeviceLibs()
|
H A D | HIPAMD.cpp | 416 StringRef FullName; in getDeviceLibs() local 420 FullName = Path; in getDeviceLibs() 421 if (llvm::sys::fs::exists(FullName)) { in getDeviceLibs() 422 BCLibs.push_back(FullName); in getDeviceLibs()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyCompilandDumper.cpp | 49 std::string FullName = Symbol.getName(); in start() local 50 if (Printer.IsCompilandExcluded(FullName)) in start() 54 WithColor(Printer, PDB_ColorItem::Path).get() << FullName; in start()
|
/freebsd/contrib/bmake/ |
H A D | arch.c | 219 FullName(const char *archive, const char *member) in FullName() function 350 fullName = FullName(lib.str, mem.str); in Arch_ParseArchive() 378 char *fullname = FullName(lib.str, member); in Arch_ParseArchive() 390 char *fullname = FullName(lib.str, mem.str); in Arch_ParseArchive()
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangSACheckersEmitter.cpp | 158 static void printOption(llvm::raw_ostream &OS, StringRef FullName, in printOption() argument 162 OS.write_escaped(FullName) << "\", "; in printOption()
|
H A D | MveEmitter.cpp | 801 std::string ShortName, FullName; member in __anon819a2c470111::ACLEIntrinsic 839 const std::string &fullName() const { return FullName; } in fullName() 855 bool polymorphic() const { return ShortName != FullName; } in polymorphic() 1342 FullName = in ACLEIntrinsic() 1351 StringRef(FullName).split(NameParts, '_'); in ACLEIntrinsic()
|
H A D | SveEmitter.cpp | 1089 std::string FullName = mangleName(ClassS); in emitIntrinsic() local 1096 OS << "__builtin_sme_" << FullName << ")"; in emitIntrinsic() 1099 OS << "__builtin_sve_" << FullName << ")"; in emitIntrinsic()
|
/freebsd/contrib/bearssl/T0/ |
H A D | OpcodeConst.cs | 82 val.ptr.GetType().FullName)); in ToCodeElement()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | ParsedAttr.cpp | 129 std::string FullName = A.getNormalizedFullName(); in get() local 135 if (Ptr->hasSpelling(SyntaxUsed, FullName)) in get()
|
H A D | SemaARM.cpp | 1144 int32_t FullName; member 1159 StringRef FullName(&IntrinNames[It->FullName]); in BuiltinAliasValid() local 1160 if (AliasName == FullName) in BuiltinAliasValid()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 1525 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalName() local 1526 GlobalNames[FullName] = &Die; in addGlobalName() 1533 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalNameForTypeUnit() local 1538 GlobalNames.insert(std::make_pair(std::move(FullName), &getUnitDie())); in addGlobalNameForTypeUnit() 1546 std::string FullName = getParentContextString(Context) + Ty->getName().str(); in addGlobalTypeImpl() local 1547 GlobalTypes[FullName] = &Die; in addGlobalTypeImpl() 1554 std::string FullName = getParentContextString(Context) + Ty->getName().str(); in addGlobalTypeUnitType() local 1559 GlobalTypes.insert(std::make_pair(std::move(FullName), &getUnitDie())); in addGlobalTypeUnitType()
|
H A D | CodeViewDebug.cpp | 2289 std::string FullName = getFullyQualifiedName(Ty); 2291 EnumRecord ER(EnumeratorCount, CO, FTI, FullName, Ty->getIdentifier(), 2450 std::string FullName = getFullyQualifiedName(Ty); in lowerCompleteTypeClass() 2452 FullName, Ty->getIdentifier()); in lowerCompleteTypeClass() 2481 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeUnion() 2486 SizeInBytes, FullName, Ty->getIdentifier()); in lowerTypeUnion() 2503 std::string FullName = getFullyQualifiedName(Ty); in lowerCompleteTypeUnion() 2504 UnionRecord UR(0, CO, TypeIndex(), 0, FullName, Ty->getIdentifier()); in lowerCompleteTypeUnion() 2523 std::string FullName = getFullyQualifiedName(Ty); in lowerRecordFieldList() 2525 UnionRecord UR(FieldCount, CO, FieldTI, SizeInBytes, FullName, in lowerRecordFieldList() 2271 std::string FullName = getFullyQualifiedName(Ty); lowerTypeEnum() local 2432 std::string FullName = getFullyQualifiedName(Ty); lowerTypeClass() local 2463 std::string FullName = getFullyQualifiedName(Ty); lowerCompleteTypeClass() local 2485 std::string FullName = getFullyQualifiedName(Ty); lowerTypeUnion() local 2505 std::string FullName = getFullyQualifiedName(Ty); lowerCompleteTypeUnion() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | Archive.cpp | 567 SmallString<128> FullName = sys::path::parent_path( in getFullName() local 569 sys::path::append(FullName, Name); in getFullName() 570 return std::string(FullName); in getFullName() 587 const std::string &FullName = *FullNameOrErr; in getBuffer() local 588 ErrorOr<std::unique_ptr<MemoryBuffer>> Buf = MemoryBuffer::getFile(FullName); in getBuffer()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ExecutionUtils.cpp | 448 StringRef FullName = FileNames.save(Archive->getFileName() + "(" + in buildObjectFilesMap() local 451 FullName); in buildObjectFilesMap()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | OptionsBase.td | 107 string FullName = fullname;
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 192 SmallString<128> FullName; in getMangledName() local 199 Mangler::getNameWithPrefix(FullName, GV->getName(), DL); in getMangledName() 200 return std::string(FullName); in getMangledName()
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | DylibVerifier.cpp | 533 std::string FullName = in verify() local 535 SymbolContext SymCtx{FullName, EncodeKind::ObjectiveCInstanceVariable, FA}; in verify()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 1872 SmallString<128> FullName(ActiveModule->getFullModuleName()); in diagnosePrivateModules() local 1873 if (!FullName.starts_with(M->Name) && !FullName.ends_with("Private")) in diagnosePrivateModules() 1884 << FullName; in diagnosePrivateModules() 1897 GenNoteAndFixIt(FullName, FixedPrivModDecl, M, in diagnosePrivateModules()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.cpp | 576 bool AMDGPUMangledLibFunc::parseUnmangledName(StringRef FullName) { in parseUnmangledName() argument 579 FuncId = static_cast<EFuncId>(manglingRulesMap.lookup(FullName)); in parseUnmangledName()
|