Home
last modified time | relevance | path

Searched refs:SimpleArray (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h84 template <class T> class SimpleArray {
86 SimpleArray() = default;
87 SimpleArray(T *Dat, size_t Cp, size_t Sz = 0)
89 SimpleArray(MemRegionRef A, size_t Cp) in SimpleArray() function
91 SimpleArray(const SimpleArray<T> &A) = delete;
93 SimpleArray(SimpleArray<T> &&A) in SimpleArray() function
100 SimpleArray &operator=(SimpleArray &&RHS) {
H A DThreadSafetyTIL.h1295 using ValArray = SimpleArray<SExpr *>;
1503 using InstrArray = SimpleArray<SExpr *>;
1504 using BlockArray = SimpleArray<BasicBlock *>;
1649 unsigned topologicalSort(SimpleArray<BasicBlock *> &Blocks, unsigned ID);
1650 unsigned topologicalFinalSort(SimpleArray<BasicBlock *> &Blocks, unsigned ID);
1690 using BlockArray = SimpleArray<BasicBlock *>;
H A DThreadSafetyTraverse.h155 SimpleArray<T> Elems;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp165 unsigned BasicBlock::topologicalSort(SimpleArray<BasicBlock *> &Blocks, in topologicalSort()
189 unsigned BasicBlock::topologicalFinalSort(SimpleArray<BasicBlock *> &Blocks, in topologicalFinalSort()