/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | InMemoryModuleCache.cpp | 27 auto Insertion = PCMs.insert(std::make_pair(Filename, std::move(Buffer))); in addPCM() local 28 assert(Insertion.second && "Already has a PCM"); in addPCM() 29 return *Insertion.first->second.Buffer; in addPCM()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Type.cpp | 338 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key); in get() local 339 if (Insertion.second) { in get() 346 *Insertion.first = FT; in get() 349 FT = *Insertion.first; in get() 384 auto Insertion = pImpl->AnonStructTypes.insert_as(nullptr, Key); in get() local 385 if (Insertion.second) { in get() 391 *Insertion.first = ST; in get() 394 ST = *Insertion.first; in get() 806 auto Insertion = C.pImpl->TargetExtTypes.insert_as(nullptr, Key); in get() local 807 if (Insertion.second) { in get() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | FileManager.cpp | 478 auto Insertion = SeenBypassFileEntries->insert( in getBypassFile() local 480 if (!Insertion.second) in getBypassFile() 481 return FileEntryRef(*Insertion.first); in getBypassFile() 486 Insertion.first->second = FileEntryRef::MapValue(*BFE, VF.getDir()); in getBypassFile() 493 return FileEntryRef(*Insertion.first); in getBypassFile()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 147 auto Insertion = in addToStringTable() local 151 std::make_pair(Insertion.first->first(), Insertion.first->second); in addToStringTable() 152 if (Insertion.second) { in addToStringTable()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 493 std::optional<AttributeInsertion> Insertion = createAttributeInsertion( in DoEmitAvailabilityWarning() local 495 if (!Insertion) in DoEmitAvailabilityWarning() 504 Insertion->Loc, in DoEmitAvailabilityWarning() 505 (llvm::Twine(Insertion->Prefix) + "API_AVAILABLE(" + PlatformName + in DoEmitAvailabilityWarning() 506 "(" + Introduced + "))" + Insertion->Suffix) in DoEmitAvailabilityWarning()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 736 auto Insertion = RecordsWithOpaqueMemberPointers.insert({C, nullptr}); in ConvertType() local 737 if (Insertion.second) in ConvertType() 738 Insertion.first->second = llvm::StructType::create(getLLVMContext()); in ConvertType() 739 ResultType = Insertion.first->second; in ConvertType()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MergeICmps.cpp | 121 const auto Insertion = BaseToIndex.try_emplace(Base, Order); in getBaseId() local 122 if (Insertion.second) in getBaseId() 124 return Insertion.first->second; in getBaseId()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILValueEnumerator.cpp | 699 auto Insertion = MetadataMap.insert(std::make_pair(MD, MDIndex(F))); in enumerateMetadataImpl() local 700 MDIndex &Entry = Insertion.first->second; in enumerateMetadataImpl() 701 if (!Insertion.second) { in enumerateMetadataImpl() 704 dropFunctionFromMetadata(*Insertion.first); in enumerateMetadataImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.cpp | 731 auto Insertion = MetadataMap.insert(std::make_pair(MD, MDIndex(F))); in enumerateMetadataImpl() local 732 MDIndex &Entry = Insertion.first->second; in enumerateMetadataImpl() 733 if (!Insertion.second) { in enumerateMetadataImpl() 736 dropFunctionFromMetadata(*Insertion.first); in enumerateMetadataImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 203 auto Insertion = FileIdMap.insert(std::make_pair(FullPath, NextId)); in maybeRecordFile() 204 if (Insertion.second) { in maybeRecordFile() 231 return Insertion.first->second; in maybeRecordFile() 1480 auto Insertion = FnDebugInfo.insert({&GV, std::make_unique<FunctionInfo>()}); in beginFunctionImpl() 1481 assert(Insertion.second && "function already has info"); in beginFunctionImpl() 1482 CurFn = Insertion.first->second.get(); in beginFunctionImpl() 3270 auto Insertion = ScopeGlobals.insert( in collectDebugInfoForGlobals() 3272 if (Insertion.second) in collectDebugInfoForGlobals() 3273 Insertion.first->second = std::make_unique<GlobalVariableList>(); in collectDebugInfoForGlobals() 3274 VariableList = Insertion in collectDebugInfoForGlobals() 202 auto Insertion = FileIdMap.insert(std::make_pair(FullPath, NextId)); maybeRecordFile() local 1467 auto Insertion = FnDebugInfo.insert({&GV, std::make_unique<FunctionInfo>()}); beginFunctionImpl() local 3248 auto Insertion = ScopeGlobals.insert( collectGlobalVariableInfo() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 316 auto Insertion = MemberNames.insert({M.MemberName, uint64_t(0)}); in printMemberHeader() local 317 if (Insertion.second) { in printMemberHeader() 318 Insertion.first->second = StringTable.tell(); in printMemberHeader() 325 NamePos = Insertion.first->second; in printMemberHeader()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | AsmWriterEmitter.cpp | 1147 auto Insertion = in EmitPrintAliasInstruction() local 1149 if (Insertion.second) { in EmitPrintAliasInstruction() 1154 unsigned AsmStrOffset = Insertion.first->second; in EmitPrintAliasInstruction()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseTemplate.cpp | 970 FixItHint Insertion; in DiagnoseMisplacedEllipsis() local 972 Insertion = FixItHint::CreateInsertion(CorrectLoc, "..."); in DiagnoseMisplacedEllipsis() 974 << FixItHint::CreateRemoval(EllipsisLoc) << Insertion in DiagnoseMisplacedEllipsis()
|
H A D | ParseDeclCXX.cpp | 2779 FixItHint Insertion; in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() local 2784 Insertion = FixItHint::CreateInsertion(VS.getFirstLocation(), Name); in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() 2790 << FixItHint::CreateRemoval(SpecLoc) << Insertion; in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() 2800 FixItHint Insertion = in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() local 2808 << FixItHint::CreateRemoval(RefQualifierLoc) << Insertion; in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc3492.txt | 49 3.2 Insertion unsort coding...............................4 190 string: they are simply copied all at once. "Insertion unsort 210 3.2 Insertion unsort coding
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 4132 std::pair<StringRef, unsigned> Insertion = in parseDirectiveCVString() local 4134 getStreamer().emitInt32(Insertion.second); in parseDirectiveCVString()
|
H A D | MasmParser.cpp | 5395 std::pair<StringRef, unsigned> Insertion = in parseDirectiveCVString() local 5397 getStreamer().emitIntValue(Insertion.second, 4); in parseDirectiveCVString()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZScheduleZEC12.td | 298 // Insertion
|
H A D | SystemZScheduleZ196.td | 287 // Insertion
|
H A D | SystemZScheduleZ13.td | 324 // Insertion
|
H A D | SystemZScheduleZ14.td | 325 // Insertion
|
H A D | SystemZScheduleZ15.td | 329 // Insertion
|
H A D | SystemZScheduleZ16.td | 329 // Insertion
|
H A D | SystemZInstrInfo.td | 931 // Insertion
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.ok | 2474 D. S. Hirschberg An Insertion Technique for One-Sided 3427 Stuart H. Zweben An Optimal Insertion Algorithm for
|