Home
last modified time | relevance | path

Searched refs:Insertion (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp311 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key); in get() local
312 if (Insertion.second) { in get()
319 *Insertion.first = FT; in get()
322 FT = *Insertion.first; in get()
357 auto Insertion = pImpl->AnonStructTypes.insert_as(nullptr, Key); in get() local
358 if (Insertion.second) { in get()
364 *Insertion.first = ST; in get()
367 ST = *Insertion.first; in get()
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_qsort.c330 #define Insertion(swapper) \ macro
431 Insertion(SWAP_nonaligned); in qsort_nonaligned()
462 Insertion(SWAP_aligned); in qsort_aligned()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DSourceMgr.h202 SMFixIt(SMLoc Loc, const Twine &Insertion) in SMFixIt() argument
203 : Range(Loc, Loc), Text(Insertion.str()) { in SMFixIt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchiveWriter.cpp225 auto Insertion = MemberNames.insert({M.MemberName, uint64_t(0)}); in printMemberHeader() local
226 if (Insertion.second) { in printMemberHeader()
227 Insertion.first->second = StringTable.tell(); in printMemberHeader()
230 NamePos = Insertion.first->second; in printMemberHeader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSourceMgr.h236 SMFixIt(SMLoc Loc, const Twine &Insertion) in SMFixIt() argument
237 : Range(Loc, Loc), Text(Insertion.str()) { in SMFixIt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp149 auto Insertion = in addToStringTable() local
153 std::make_pair(Insertion.first->first(), Insertion.first->second); in addToStringTable()
154 if (Insertion.second) { in addToStringTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp665 auto Insertion = MetadataMap.insert(std::make_pair(MD, MDIndex(F))); in enumerateMetadataImpl() local
666 MDIndex &Entry = Insertion.first->second; in enumerateMetadataImpl()
667 if (!Insertion.second) { in enumerateMetadataImpl()
670 dropFunctionFromMetadata(*Insertion.first); in enumerateMetadataImpl()
/third_party/python/Doc/library/
Dqueue.rst39 limit on the number of items that can be placed in the queue. Insertion will
47 limit on the number of items that can be placed in the queue. Insertion will
55 limit on the number of items that can be placed in the queue. Insertion will
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp128 const auto Insertion = BaseToIndex.try_emplace(Base, Order); in getBaseId() local
129 if (Insertion.second) in getBaseId()
131 return Insertion.first->second; in getBaseId()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp241 auto Insertion = FileIdMap.insert(std::make_pair(FullPath, NextId)); in maybeRecordFile() local
242 if (Insertion.second) { in maybeRecordFile()
262 return Insertion.first->second; in maybeRecordFile()
1333 auto Insertion = FnDebugInfo.insert({&GV, std::make_unique<FunctionInfo>()}); in beginFunctionImpl() local
1334 assert(Insertion.second && "function already has info"); in beginFunctionImpl()
1335 CurFn = Insertion.first->second.get(); in beginFunctionImpl()
3012 auto Insertion = ScopeGlobals.insert( in collectGlobalVariableInfo() local
3014 if (Insertion.second) in collectGlobalVariableInfo()
3015 Insertion.first->second = std::make_unique<GlobalVariableList>(); in collectGlobalVariableInfo()
3016 VariableList = Insertion.first->second.get(); in collectGlobalVariableInfo()
/third_party/gstreamer/gstplugins_bad/docs/libs/mpegts/
Dindex.md97 * `ANSI/SCTE 35` : *"Digital Program Insertion Cueing Message for Cable"*
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-morx-table.hh883 Insertion = 5 enumerator
896 case Insertion: return_trace (c->dispatch (u.insertion, hb_forward<Ts> (ds)...)); in dispatch()
/third_party/harfbuzz/src/
Dhb-aat-layout-morx-table.hh883 Insertion = 5 enumerator
896 case Insertion: return_trace (c->dispatch (u.insertion, hb_forward<Ts> (ds)...)); in dispatch()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-morx-table.hh900 Insertion = 5 enumerator
913 case Insertion: return_trace (c->dispatch (u.insertion, std::forward<Ts> (ds)...)); in dispatch()
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_stream.txt144 Image Frame Insertion Time
158 The elapsed time between an image frame's "Image Frame Insertion
162 calculate the "Image Frame Insertion Time" for each image frame.
/third_party/EGL/extensions/KHR/
DEGL_KHR_stream.txt144 Image Frame Insertion Time
158 The elapsed time between an image frame's "Image Frame Insertion
162 calculate the "Image Frame Insertion Time" for each image frame.
/third_party/python/Tools/pynche/
DREADME229 The Insertion is the insertion cursor in the text window, where
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3980 std::pair<StringRef, unsigned> Insertion = in parseDirectiveCVString() local
3982 getStreamer().EmitIntValue(Insertion.second, 4); in parseDirectiveCVString()
/third_party/icu/docs/userguide/collation/customization/
Dindex.md1036 ### Postpone Insertion
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZScheduleZEC12.td298 // Insertion
DSystemZScheduleZ196.td287 // Insertion
DSystemZScheduleZ13.td324 // Insertion
DSystemZScheduleZ14.td325 // Insertion
DSystemZScheduleZ15.td329 // Insertion
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstructions.td829 /********** Extraction, Insertion, Building and Casting **********/

12