Searched defs:SetVector (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DSetVector.h1 //===- llvm/ADT/SetVector.h - Set with insert order iteration ---*- C++ -*-===//
15 // This file defines SetVector and SmallSetVector, which performs no allocations
16 // if the SetVector has less than a certain number of elements.
38 class SetVector { class in namespace:llvm
52 /// \brief Construct an empty SetVector
53 SetVector() {} function in class:llvm::SetVector
55 /// \brief Initialize a SetVector with a range of elements
57 SetVector(It Start, It End) { function in class:llvm::SetVector
63 /// \brief Determine if the SetVector is empty or not.
68 /// \brief Determine the number of elements in the SetVector
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DNodeSequence.java83 protected void SetVector(NodeVector v) method in class:NodeSequence
181 SetVector((NodeVector) nodeVector);
459 SetVector(new NodeVector());
465 SetVector(null);
783 // A copy of the code of what SetVector() would do.
/external/clang/test/SemaCXX/
H A Dtypo-correction.cpp502 class SetVector { class in namespace:PR18685
504 SetVector() {} function in class:PR18685::SetVector
508 class SmallSetVector : public SetVector<C, I, 8> {};

Completed in 118 milliseconds