Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyLogical.cpp15 using namespace clang::threadSafety::lexpr;
102 namespace threadSafety { namespace
H A DThreadSafety.cpp63 using namespace threadSafety;
278 namespace threadSafety { namespace
1010 friend class threadSafety::BeforeSet;
1013 threadSafety::til::MemRegionRef Arena;
1014 threadSafety::SExprBuilder SxBuilder;
1268 const threadSafety::til::SExpr *SExp = CapE.sexpr(); in inCurrentScope()
2273 threadSafety::CFGWalker walker; in runAnalysis()
2559 void threadSafety::runThreadSafetyAnalysis(AnalysisDeclContext &AC, in runThreadSafetyAnalysis()
2568 void threadSafety::threadSafetyCleanup(BeforeSet *Cache) { delete Cache; } in threadSafetyCleanup()
2572 LockKind threadSafety::getLockKindFromAccessKind(AccessKind AK) { in getLockKindFromAccessKind()
H A DThreadSafetyTIL.cpp16 using namespace threadSafety;
H A DThreadSafetyCommon.cpp37 using namespace threadSafety;
40 std::string threadSafety::getSourceLiteralString(const Expr *CE) { in getSourceLiteralString()
/netbsd-src/external/apache2/llvm/dist/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.h58 namespace threadSafety {
H A DThreadSafetyTraverse.h29 namespace threadSafety {
H A DThreadSafetyTIL.h72 namespace threadSafety {
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1775 namespace threadSafety { namespace
1777 class ThreadSafetyReporter : public clang::threadSafety::ThreadSafetyHandler {
2362 threadSafety::ThreadSafetyReporter Reporter(S, FL, FEL); in IssueWarnings()
2368 threadSafety::runThreadSafetyAnalysis(AC, Reporter, in IssueWarnings()
H A DSema.cpp442 threadSafety::threadSafetyCleanup(ThreadSafetyDeclCache); in ~Sema()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h231 namespace threadSafety {
9102 threadSafety::BeforeSet *ThreadSafetyDeclCache;