Home
last modified time | relevance | path

Searched refs:threadSafety (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafetyLogical.cpp16 using namespace clang::threadSafety::lexpr;
103 namespace threadSafety { namespace
H A DThreadSafety.cpp64 using namespace threadSafety;
274 namespace threadSafety { namespace
1010 friend class threadSafety::BeforeSet;
1013 threadSafety::til::MemRegionRef Arena;
1014 threadSafety::SExprBuilder SxBuilder;
2256 threadSafety::CFGWalker walker; in runAnalysis()
2549 void threadSafety::runThreadSafetyAnalysis(AnalysisDeclContext &AC, in runThreadSafetyAnalysis()
2558 void threadSafety::threadSafetyCleanup(BeforeSet *Cache) { delete Cache; } in threadSafetyCleanup()
2562 LockKind threadSafety::getLockKindFromAccessKind(AccessKind AK) { in getLockKindFromAccessKind()
H A DThreadSafetyTIL.cpp17 using namespace threadSafety;
H A DThreadSafetyCommon.cpp38 using namespace threadSafety;
41 std::string threadSafety::getSourceLiteralString(const Expr *CE) { in getSourceLiteralString()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h34 namespace threadSafety {
72 clang::threadSafety::til::MemRegionRef &R) { in new()
77 namespace threadSafety {
H A DThreadSafetyLogical.h19 namespace threadSafety {
H A DThreadSafety.h31 namespace threadSafety {
H A DThreadSafetyCommon.h59 namespace threadSafety {
H A DThreadSafetyTraverse.h30 namespace threadSafety {
H A DThreadSafetyTIL.h73 namespace threadSafety {
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1597 namespace threadSafety { namespace
1599 class ThreadSafetyReporter : public clang::threadSafety::ThreadSafetyHandler {
2150 threadSafety::ThreadSafetyReporter Reporter(S, FL, FEL); in IssueWarnings()
2156 threadSafety::runThreadSafetyAnalysis(AC, Reporter, in IssueWarnings()
H A DSema.cpp362 threadSafety::threadSafetyCleanup(ThreadSafetyDeclCache); in ~Sema()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h219 namespace threadSafety {
7634 threadSafety::BeforeSet *ThreadSafetyDeclCache;