Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyLogical.cpp15 using namespace clang::threadSafety::lexpr;
102 namespace threadSafety { namespace
H A DThreadSafety.cpp62 using namespace threadSafety;
275 namespace threadSafety { namespace
1004 friend class threadSafety::BeforeSet;
1007 threadSafety::til::MemRegionRef Arena;
1008 threadSafety::SExprBuilder SxBuilder;
1231 const threadSafety::til::SExpr *SExp = CapE.sexpr(); in inCurrentScope()
2271 threadSafety::CFGWalker walker; in runAnalysis()
2542 void threadSafety::runThreadSafetyAnalysis(AnalysisDeclContext &AC, in runThreadSafetyAnalysis()
2551 void threadSafety::threadSafetyCleanup(BeforeSet *Cache) { delete Cache; } in threadSafetyCleanup()
2555 LockKind threadSafety::getLockKindFromAccessKind(AccessKind AK) { in getLockKindFromAccessKind()
H A DThreadSafetyTIL.cpp16 using namespace threadSafety;
H A DThreadSafetyCommon.cpp38 using namespace threadSafety;
41 std::string threadSafety::getSourceLiteralString(const Expr *CE) { in getSourceLiteralString()
1007 namespace threadSafety { namespace
/src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h33 namespace threadSafety {
71 clang::threadSafety::til::MemRegionRef &R) { in new()
76 namespace threadSafety {
H A DThreadSafetyLogical.h18 namespace threadSafety {
H A DThreadSafety.h30 namespace threadSafety {
H A DThreadSafetyCommon.h60 namespace threadSafety {
H A DThreadSafetyTraverse.h29 namespace threadSafety {
H A DThreadSafetyTIL.h71 namespace threadSafety {
/src/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1794 namespace threadSafety { namespace
1796 class ThreadSafetyReporter : public clang::threadSafety::ThreadSafetyHandler {
2702 threadSafety::ThreadSafetyReporter Reporter(S, FL, FEL); in IssueWarnings()
2708 threadSafety::runThreadSafetyAnalysis(AC, Reporter, in IssueWarnings()
H A DSema.cpp548 threadSafety::threadSafetyCleanup(ThreadSafetyDeclCache); in ~Sema()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h249 namespace threadSafety {
1039 threadSafety::BeforeSet *ThreadSafetyDeclCache;