Home
last modified time | relevance | path

Searched defs:Marker (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.h100 struct Marker { struct
106 DenseMap<BasicBlock *, SmallVector<std::pair<unsigned, Marker>, 4>> BBMarkers; argument
DMachineInstr.cpp497 void MachineInstr::setHeapAllocMarker(MachineFunction &MF, MDNode *Marker) { in setHeapAllocMarker()
/third_party/rust/crates/proc-macro2/src/
Dmarker.rs7 pub(crate) type Marker = PhantomData<ProcMacroAutoTraits>; typedef
/third_party/node/deps/v8/src/heap/cppgc/
Dmarking-visitor.h18 class Marker; variable
Dmarker.cc653 Marker::Marker(HeapBase& heap, cppgc::Platform* platform, MarkingConfig config) in Marker() function in cppgc::internal::Marker
/third_party/parse5/packages/parse5/lib/parser/
Dformatting-element-list.ts8 Marker, enumerator
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
Dmarkers.py193 class Marker: class
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerMerge.cpp78 std::string Marker; in Parse() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
DViewableTaggedData.java716 private static abstract class Marker implements Comparable<Marker> { class in ViewableTaggedData
719 private Marker(int position) { in Marker() method in ViewableTaggedData.Marker
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h419 #define HANDLE_CONSTANT_MARKER(Marker, Constant) Marker = Constant##Val, argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h470 #define HANDLE_CONSTANT_MARKER(Marker, Constant) Marker = Constant##Val, argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp1036 auto Marker = CallInst::Create(MarkerFunc, {NegativeOne, MemAsI8Ptr}); in insertLifetimeMarkersSurroundingCall() local
/third_party/python/Lib/test/
Dtest_coroutines.py1109 class Marker(Exception): class
/third_party/typescript/src/harness/
DfourslashImpl.ts49 export interface Marker { interface