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

  /external/chromium_org/base/containers/
stack_container.h 222 // StackVector -----------------------------------------------------------------
225 // StackVector<int, 16> foo;
229 class StackVector : public StackContainer<
233 StackVector() : StackContainer<
242 StackVector(const StackVector<T, stack_capacity>& other)
249 StackVector<T, stack_capacity>& operator=(
250 const StackVector<T, stack_capacity>& other) {
  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 33 typedef SmallVector<StackEntry, 16> StackVector;
67 StackVector Stack;

Completed in 507 milliseconds