Home
last modified time | relevance | path

Searched defs:isFlat (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/ui/src/frontend/
Dbase_slice_track.ts536 const isFlat = (layout.maxDepth - layout.minDepth) <= 1; constant
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h330 bool isFlat() const { in isFlat() function
358 bool isFlat() const { return Attrs & (1 << 8); } in isFlat() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h330 bool isFlat() const { return !!(Attrs & uint32_t(PointerOptions::Flat32)); } in isFlat() function