Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h85 template <class T> class SimpleArray {
87 SimpleArray() = default;
88 SimpleArray(T *Dat, size_t Cp, size_t Sz = 0)
90 SimpleArray(MemRegionRef A, size_t Cp) in SimpleArray() function
92 SimpleArray(const SimpleArray<T> &A) = delete;
94 SimpleArray(SimpleArray<T> &&A) in SimpleArray() function
101 SimpleArray &operator=(SimpleArray &&RHS) {
H A DThreadSafetyTIL.h1294 using ValArray = SimpleArray<SExpr *>;
1502 using InstrArray = SimpleArray<SExpr *>;
1503 using BlockArray = SimpleArray<BasicBlock *>;
1648 unsigned topologicalSort(SimpleArray<BasicBlock *> &Blocks, unsigned ID);
1649 unsigned topologicalFinalSort(SimpleArray<BasicBlock *> &Blocks, unsigned ID);
1689 using BlockArray = SimpleArray<BasicBlock *>;
H A DThreadSafetyTraverse.h156 SimpleArray<T> Elems;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp166 unsigned BasicBlock::topologicalSort(SimpleArray<BasicBlock *> &Blocks, in topologicalSort()
190 unsigned BasicBlock::topologicalFinalSort(SimpleArray<BasicBlock *> &Blocks, in topologicalFinalSort()