Home
last modified time | relevance | path

Searched refs:BeforeSet (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
HDThreadSafety.h29 class BeforeSet; variable
217 BeforeSet **Bset);
219 void threadSafetyCleanup(BeforeSet *Cache);
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDThreadSafety.cpp256 class BeforeSet { class
274 BeforeSet() { } in BeforeSet() function in clang::threadSafety::BeforeSet
906 friend class threadSafety::BeforeSet;
918 BeforeSet* GlobalBeforeSet;
921 ThreadSafetyAnalyzer(ThreadSafetyHandler &H, BeforeSet* Bset) in ThreadSafetyAnalyzer()
965 BeforeSet::BeforeInfo* BeforeSet::insertAttrExprs(const ValueDecl* Vd, in insertAttrExprs()
1032 void BeforeSet::checkBeforeAfter(const ValueDecl* StartVd, in checkBeforeAfter()
1044 BeforeSet::BeforeInfo* Info; in checkBeforeAfter()
2382 BeforeSet **BSet) { in runThreadSafetyAnalysis()
2384 *BSet = new BeforeSet; in runThreadSafetyAnalysis()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h204 class BeforeSet; variable
205 void threadSafetyCleanup(BeforeSet* Cache);
6812 threadSafety::BeforeSet *ThreadSafetyDeclCache;