/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | ValueList.cpp | 162 Constant *Placeholder = ResolveConstants.back().first; in resolveConstantForwardRefs() local 168 while (!Placeholder->use_empty()) { in resolveConstantForwardRefs() 169 auto UI = Placeholder->user_begin(); in resolveConstantForwardRefs() 188 } else if (*I == Placeholder) { in resolveConstantForwardRefs() 222 Placeholder->replaceAllUsesWith(RealVal); in resolveConstantForwardRefs() 223 Placeholder->deleteValue(); in resolveConstantForwardRefs()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | iterator_test.cpp | 219 struct Placeholder { 222 std::vector<Placeholder> data = {{1}, {2}, {3}, {4}, {5}, 227 bool operator()(const Placeholder& data) { return data.val % 2; } 236 for (Placeholder& data : filter_range) { 261 [](const Placeholder& data) { return data.val > 10; });
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | iterator_test.cpp | 219 struct Placeholder { 222 std::vector<Placeholder> data = {{1}, {2}, {3}, {4}, {5}, 227 bool operator()(const Placeholder& data) { return data.val % 2; } 236 for (Placeholder& data : filter_range) { 261 [](const Placeholder& data) { return data.val > 10; });
|
/third_party/spirv-tools/test/opt/ |
H A D | iterator_test.cpp | 219 struct Placeholder { 222 std::vector<Placeholder> data = {{1}, {2}, {3}, {4}, {5}, 227 bool operator()(const Placeholder& data) { return data.val % 2; } 236 for (Placeholder& data : filter_range) { 261 [](const Placeholder& data) { return data.val > 10; });
|
/third_party/typescript/tests/baselines/reference/ |
H A D | ramdaToolsNoInfinite.js | 86 export type Placeholder = { __placeholder: void }; 91 T1[Tools.Pos<I>] extends R.Placeholder 106 [K in keyof T]?: T[K] | R.Placeholder
|
/third_party/skia/src/core/ |
H A D | SkPicture.cpp | 322 struct Placeholder : public SkPicture { in MakePlaceholder() struct 323 explicit Placeholder(SkRect cull) : fCull(cull) {} in MakePlaceholder() function 337 return sk_make_sp<Placeholder>(cull); in MakePlaceholder()
|
/third_party/skia/modules/skparagraph/src/ |
H A D | ParagraphImpl.h | 105 SkTArray<Placeholder, true> placeholders, 112 SkTArray<Placeholder, true> placeholders, 171 SkSpan<Placeholder> placeholders() { in placeholders() 172 return SkSpan<Placeholder>(fPlaceholders.data(), fPlaceholders.size()); in placeholders() 396 SkTArray<Placeholder, true> fPlaceholders;
|
H A D | ParagraphBuilderImpl.h | 106 SkSTArray<4, Placeholder, true> fPlaceholders;
|
H A D | ParagraphCache.cpp | 67 SkTArray<Placeholder, true> fPlaceholders;
|
H A D | ParagraphImpl.cpp | 114 SkTArray<Placeholder, true> placeholders, in ParagraphImpl() 138 SkTArray<Placeholder, true> placeholders, in ParagraphImpl()
|
/third_party/skia/experimental/sktext/include/ |
H A D | Types.h | 174 struct Placeholder { struct 205 Placeholder placeholder;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 197 TempMDNode Placeholder; member 591 if (!OpD.Placeholder) in getFwdReference() 592 OpD.Placeholder = Op.clone(); in getFwdReference() 594 return *OpD.Placeholder; in getFwdReference() 709 bool HadPlaceholder(D.Placeholder); in mapNodesInPOT() 712 TempMDNode ClonedN = D.Placeholder ? std::move(D.Placeholder) : N->clone(); in mapNodesInPOT()
|
/third_party/skia/modules/skparagraph/include/ |
H A D | TextStyle.h | 423 struct Placeholder { struct 424 Placeholder() = default; 425 Placeholder(size_t start, size_t end, const PlaceholderStyle& style, const TextStyle& textStyle, in Placeholder() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 1257 uint32_t *Placeholder = in processRelocationRef() local 1261 Value.Addend += *Placeholder; in processRelocationRef() 1264 Value.Addend += (int16_t)((*Placeholder & 0xFFF) | (((*Placeholder >> 16) & 0xF) << 12)); in processRelocationRef() 1269 uint8_t *Placeholder = reinterpret_cast<uint8_t *>( in processRelocationRef() local 1271 uint32_t Opcode = readBytesUnaligned(Placeholder, 4); in processRelocationRef()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | pre-process.c | 646 enum {Normal, Placeholder, Concat} state = Normal; in substitute() enumerator 669 state = Placeholder; in substitute() 689 state = Placeholder; in substitute() 708 if (state == Placeholder) in substitute()
|
/third_party/rust/crates/syn/tests/common/ |
H A D | eq.rs | 549 spanless_eq_enum!(FormatArgsPiece; Literal(0) Placeholder(0)); 563 spanless_eq_enum!(InlineAsmTemplatePiece; String(0) Placeholder(operand_idx modifier span));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2581 Value *Placeholder = new LoadInst( 2583 V = insertInteger(DL, IRB, Placeholder, V, NewBeginOffset - BeginOffset, 2586 Placeholder->replaceAllUsesWith(&LI); 2587 Placeholder->deleteValue();
|
/third_party/skia/tests/ |
H A D | PictureTest.cpp | 789 DEF_TEST(Placeholder, r) { in DEF_TEST()
|