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

  /external/chromium/base/
stack_container.h 213 // StackVector
216 // StackVector<int, 16> foo;
220 class StackVector : public StackContainer<
224 StackVector() : StackContainer<
233 StackVector(const StackVector<T, stack_capacity>& other)
240 StackVector<T, stack_capacity>& operator=(
241 const StackVector<T, stack_capacity>& other) {
  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 29 typedef SmallVector<StackEntry, 16> StackVector;
63 StackVector Stack;

Completed in 122 milliseconds