Home
last modified time | relevance | path

Searched defs:StackVector (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/containers/
Dstack_container.h197 StackVector() : StackContainer< in StackVector() function
206 StackVector(const StackVector<T, stack_capacity>& other) in StackVector() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp52 using StackVector = SmallVector<StackEntry, 16>; typedef
/external/libchrome/ipc/
Dipc_message_utils_unittest.cc84 TEST(IPCMessageUtilsTest, StackVector) { in TEST() argument
/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp35 typedef SmallVector<StackEntry, 16> StackVector; typedef