Home
last modified time | relevance | path

Searched defs:LastElement (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp108 SmallVector<unsigned, 8> LastElement(N); in findJumpTables() local
292 SmallVector<unsigned, 8> LastElement(N); in findBitTestClusters() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp57201 elem_type& LastElement() { return ElementAt(Length() - 1); } in LastElement() function in nsTArray_Impl
57204 const elem_type& LastElement() const { return ElementAt(Length() - 1); } in LastElement() function in nsTArray_Impl