/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.cpp | 130 auto Insertion = EntriesByFilename.insert({Filename, nullptr}); in getOrEmplaceEntryForFilename() local 142 auto Insertion = EntriesByUID.insert({UID, nullptr}); in getOrEmplaceEntryForUID() local
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | InMemoryModuleCache.cpp | 27 auto Insertion = PCMs.insert(std::make_pair(Filename, std::move(Buffer))); in addPCM() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Type.cpp | 373 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key); in get() local 419 auto Insertion = pImpl->AnonStructTypes.insert_as(nullptr, Key); in get() local 822 auto Insertion = C.pImpl->TargetExtTypes.insert_as(nullptr, Key); in get() local
|
/openbsd-src/gnu/llvm/clang/lib/Basic/ |
H A D | FileManager.cpp | 485 auto Insertion = SeenBypassFileEntries->insert( in getBypassFile() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 787 auto Insertion = RecordsWithOpaqueMemberPointers.insert({C, nullptr}); in ConvertType() local
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 150 auto Insertion = in addToStringTable() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | MergeICmps.cpp | 119 const auto Insertion = BaseToIndex.try_emplace(Base, Order); in getBaseId() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 202 auto Insertion = FileIdMap.insert(std::make_pair(FullPath, NextId)); in maybeRecordFile() local 1456 auto Insertion = FnDebugInfo.insert({&GV, std::make_unique<FunctionInfo>()}); in beginFunctionImpl() local 3233 auto Insertion = ScopeGlobals.insert( in collectGlobalVariableInfo() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 404 std::optional<AttributeInsertion> Insertion = createAttributeInsertion( in DoEmitAvailabilityWarning() local
|
H A D | SemaDecl.cpp | 16571 SmallString<64> Insertion; in createFriendTagNNSFixIt() local
|
/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | ParseTemplate.cpp | 1060 FixItHint Insertion; in DiagnoseMisplacedEllipsis() local
|
H A D | ParseDeclCXX.cpp | 2570 FixItHint Insertion; in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() local 2591 FixItHint Insertion = in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() local
|
/openbsd-src/gnu/llvm/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 295 auto Insertion = MemberNames.insert({M.MemberName, uint64_t(0)}); in printMemberHeader() local
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | AsmWriterEmitter.cpp | 1114 auto Insertion = in EmitPrintAliasInstruction() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILValueEnumerator.cpp | 699 auto Insertion = MetadataMap.insert(std::make_pair(MD, MDIndex(F))); in enumerateMetadataImpl() local
|
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.cpp | 694 auto Insertion = MetadataMap.insert(std::make_pair(MD, MDIndex(F))); in enumerateMetadataImpl() local
|
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 4122 std::pair<StringRef, unsigned> Insertion = in parseDirectiveCVString() local
|
H A D | MasmParser.cpp | 5427 std::pair<StringRef, unsigned> Insertion = in parseDirectiveCVString() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 15129 if (SDValue Insertion = lowerShuffleAsElementInsertion( in lowerV2F64Shuffle() local 15136 if (SDValue Insertion = lowerShuffleAsElementInsertion( in lowerV2F64Shuffle() local 15214 if (SDValue Insertion = lowerShuffleAsElementInsertion( in lowerV2I64Shuffle() local 15220 if (SDValue Insertion = lowerShuffleAsElementInsertion( in lowerV2I64Shuffle() local 18743 if (SDValue Insertion = lowerShuffleAsElementInsertion( in lower256BitShuffle() local 19342 if (SDValue Insertion = lowerShuffleAsElementInsertion( in lower512BitShuffle() local
|