Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
1005 friend class threadSafety::BeforeSet;
1008 threadSafety::til::MemRegionRef Arena;
1009 threadSafety::SExprBuilder SxBuilder;
1217 const threadSafety::til::SExpr *SExp = CapE.sexpr(); in inCurrentScope()
2234 threadSafety::CFGWalker walker; in runAnalysis()
2494 void threadSafety::runThreadSafetyAnalysis(AnalysisDeclContext &AC, in runThreadSafetyAnalysis()
2503 void threadSafety::threadSafetyCleanup(BeforeSet *Cache) { delete Cache; } in threadSafetyCleanup()
2507 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()
/openbsd-src/gnu/llvm/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 {
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1770 namespace threadSafety { namespace
1772 class ThreadSafetyReporter : public clang::threadSafety::ThreadSafetyHandler {
2420 threadSafety::ThreadSafetyReporter Reporter(S, FL, FEL); in IssueWarnings()
2426 threadSafety::runThreadSafetyAnalysis(AC, Reporter, in IssueWarnings()
H A DSema.cpp485 threadSafety::threadSafetyCleanup(ThreadSafetyDeclCache); in ~Sema()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h234 namespace threadSafety {
9806 threadSafety::BeforeSet *ThreadSafetyDeclCache;