Home
last modified time | relevance | path

Searched refs:RefType (Results 1 – 25 of 33) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DBinaryStreamRef.h25 template <class RefType, class StreamType> class BinaryStreamRefBase {
62 RefType drop_front(uint32_t N) const { in drop_front()
64 return RefType(); in drop_front()
67 RefType Result(static_cast<const RefType &>(*this)); in drop_front()
80 RefType drop_back(uint32_t N) const { in drop_back()
82 return RefType(); in drop_back()
84 RefType Result(static_cast<const RefType &>(*this)); in drop_back()
100 RefType keep_front(uint32_t N) const { in keep_front()
106 RefType keep_back(uint32_t N) const { in keep_back()
113 RefType drop_symmetric(uint32_t N) const { in drop_symmetric()
[all …]
/external/eigen/unsupported/test/
Dalignedvector3.cpp28 typedef Matrix<Scalar,3,1> RefType; in alignedvector3() typedef
31 RefType r1(RefType::Random()), r2(RefType::Random()), r3(RefType::Random()), in alignedvector3()
32 r4(RefType::Random()), r5(RefType::Random()); in alignedvector3()
64 FastType f6 = RefType::Zero(); in alignedvector3()
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.cc54 std::vector<NullTermStringView> map(static_cast<size_t>(RefType::kRefMax)); in CreateRefTypeStringMap()
55 map[static_cast<size_t>(RefType::kRefNoRef)] = NullTermStringView(); in CreateRefTypeStringMap()
56 map[static_cast<size_t>(RefType::kRefUtid)] = "utid"; in CreateRefTypeStringMap()
57 map[static_cast<size_t>(RefType::kRefCpuId)] = "cpu"; in CreateRefTypeStringMap()
58 map[static_cast<size_t>(RefType::kRefGpuId)] = "gpu"; in CreateRefTypeStringMap()
59 map[static_cast<size_t>(RefType::kRefIrq)] = "irq"; in CreateRefTypeStringMap()
60 map[static_cast<size_t>(RefType::kRefSoftIrq)] = "softirq"; in CreateRefTypeStringMap()
61 map[static_cast<size_t>(RefType::kRefUpid)] = "upid"; in CreateRefTypeStringMap()
62 map[static_cast<size_t>(RefType::kRefTrack)] = "track"; in CreateRefTypeStringMap()
Dtrace_storage.h96 enum class RefType { enum
/external/libchrome/base/threading/
Dplatform_thread.h54 typedef DWORD RefType; typedef
56 typedef pthread_t RefType;
60 explicit constexpr PlatformThreadRef(RefType id) : id_(id) {} in PlatformThreadRef()
72 RefType id_;
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/
Ddsym-companion.test246 CHECK: RefType: UndefinedNonLazy (0x0)
256 CHECK: RefType: UndefinedNonLazy (0x0)
266 CHECK: RefType: UndefinedNonLazy (0x0)
276 CHECK: RefType: UndefinedNonLazy (0x0)
287 CHECK: RefType: UndefinedNonLazy (0x0)
299 CHECK: RefType: UndefinedNonLazy (0x0)
310 CHECK: RefType: UndefinedNonLazy (0x0)
321 CHECK: RefType: UndefinedNonLazy (0x0)
332 CHECK: RefType: UndefinedNonLazy (0x0)
/external/llvm/test/tools/dsymutil/X86/
Ddsym-companion.test246 CHECK: RefType: UndefinedNonLazy (0x0)
256 CHECK: RefType: UndefinedNonLazy (0x0)
266 CHECK: RefType: UndefinedNonLazy (0x0)
276 CHECK: RefType: UndefinedNonLazy (0x0)
287 CHECK: RefType: UndefinedNonLazy (0x0)
299 CHECK: RefType: UndefinedNonLazy (0x0)
310 CHECK: RefType: UndefinedNonLazy (0x0)
321 CHECK: RefType: UndefinedNonLazy (0x0)
332 CHECK: RefType: UndefinedNonLazy (0x0)
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ARM/
Ddarwin-ARM-reloc.s115 @ CHECK: RefType: UndefinedNonLazy (0x0)
124 @ CHECK: RefType: UndefinedNonLazy (0x0)
133 @ CHECK: RefType: UndefinedNonLazy (0x0)
143 @ CHECK: RefType: UndefinedNonLazy (0x0)
Ddarwin-Thumb-reloc.s95 @ CHECK: RefType: 0x8
105 @ CHECK: RefType: UndefinedNonLazy (0x0)
/external/llvm/test/MC/MachO/ARM/
Ddarwin-ARM-reloc.s115 @ CHECK: RefType: UndefinedNonLazy (0x0)
124 @ CHECK: RefType: UndefinedNonLazy (0x0)
133 @ CHECK: RefType: UndefinedNonLazy (0x0)
143 @ CHECK: RefType: UndefinedNonLazy (0x0)
Ddarwin-Thumb-reloc.s95 @ CHECK: RefType: 0x8
105 @ CHECK: RefType: UndefinedNonLazy (0x0)
/external/perfetto/src/trace_processor/importers/common/
Devent_tracker.cc73 RefType ref_type, in PushInstant()
79 GetRefTypeStringMap()[static_cast<size_t>(RefType::kRefUpid)]); in PushInstant()
Devent_tracker.h62 RefType ref_type,
/external/skqp/tools/bookmaker/
DincludeWriter.h36 enum class RefType { enum
201 string resolveRef(const char* start, const char* end, bool first, RefType* refType);
DincludeWriter.cpp2165 RefType* refType) { in resolveRef()
2170 *refType = RefType::kExternal; in resolveRef()
2174 *refType = RefType::kNormal; in resolveRef()
2366 RefType refType = RefType::kUndefined; in lookupReference()
/external/perfetto/src/trace_processor/importers/ftrace/
Dftrace_parser.cc488 RefType::kRefUtid); in ParseSchedWakeup()
497 RefType::kRefUtid); in ParseSchedWaking()
642 utid, RefType::kRefUtid); in ParseSignalGenerate()
654 utid, RefType::kRefUtid); in ParseSignalDeliver()
675 ts, lmk_id_, opt_utid.value(), RefType::kRefUtid, true); in ParseLowmemoryKill()
701 RefType::kRefUtid, true); in ParseOOMKill()
Dsched_event_tracker.cc313 GetRefTypeStringMap()[static_cast<size_t>(RefType::kRefUtid)]); in PushSchedWakingCompact()
/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
Dany_cast_reference.pass.cpp102 using RefType = typename std::conditional< in checkThrows() typedef
107 TEST_IGNORE_NODISCARD any_cast<RefType>(static_cast<any&&>(a)); in checkThrows()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dsections-ext.test194 MACHO-I386-NEXT: RefType: UndefinedNonLazy (0x0)
238 MACHO-X86-64-NEXT: RefType: UndefinedNonLazy (0x0)
272 MACHO-X86-64-NEXT: RefType: UndefinedNonLazy (0x0)
345 MACHO-PPC-NEXT: RefType: UndefinedNonLazy (0x0)
435 MACHO-PPC-NEXT: RefType: UndefinedNonLazy (0x0)
563 MACHO-PPC64-NEXT: RefType: UndefinedNonLazy (0x0)
655 MACHO-PPC64-NEXT: RefType: UndefinedNonLazy (0x0)
811 MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0)
821 MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0)
947 MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0)
/external/llvm/test/tools/llvm-readobj/
Dsections-ext.test194 MACHO-I386-NEXT: RefType: UndefinedNonLazy (0x0)
238 MACHO-X86-64-NEXT: RefType: UndefinedNonLazy (0x0)
272 MACHO-X86-64-NEXT: RefType: UndefinedNonLazy (0x0)
345 MACHO-PPC-NEXT: RefType: UndefinedNonLazy (0x0)
435 MACHO-PPC-NEXT: RefType: UndefinedNonLazy (0x0)
563 MACHO-PPC64-NEXT: RefType: UndefinedNonLazy (0x0)
655 MACHO-PPC64-NEXT: RefType: UndefinedNonLazy (0x0)
811 MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0)
821 MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0)
947 MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0)
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.cc93 return tftype##RefType::get(ctx); in get()
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_parser.cc255 ts, name, utid, RefType::kRefUtid); in ParseTracePacket()
380 ts, name, track_id.value, RefType::kRefTrack); in ParseTracePacket()
/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_parser.cc183 RefType::kRefUpid); in ParseSystracePoint()
Dsystrace_line_parser.cc104 wakee_utid, RefType::kRefUtid); in ParseLine()
/external/clang/include/clang/AST/
DCanonicalType.h605 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
606 return RefType->getPointeeType();

12