HomeSort by relevance Sort by last modified time
    Searched refs:StackVector (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/containers/
stack_container.h 225 // StackVector -----------------------------------------------------------------
228 // StackVector<int, 16> foo;
232 class StackVector : public StackContainer<
236 StackVector() : StackContainer<
245 StackVector(const StackVector<T, stack_capacity>& other)
252 StackVector<T, stack_capacity>& operator=(
253 const StackVector<T, stack_capacity>& other) {
  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 34 typedef SmallVector<StackEntry, 16> StackVector;
68 StackVector Stack;

Completed in 431 milliseconds