Home
last modified time | relevance | path

Searched refs:StackVector (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/containers/
Dstack_container.h232 class StackVector : public StackContainer<
236 StackVector() : StackContainer< in StackVector() function
245 StackVector(const StackVector<T, stack_capacity>& other) in StackVector() function
252 StackVector<T, stack_capacity>& operator=(
253 const StackVector<T, stack_capacity>& other) {
/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp34 typedef SmallVector<StackEntry, 16> StackVector; typedef
68 StackVector Stack;