Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafetyLogical.cpp16 using namespace clang::threadSafety::lexpr;
103 namespace threadSafety { namespace
DThreadSafety.cpp48 using namespace threadSafety;
255 namespace threadSafety { namespace
908 friend class threadSafety::BeforeSet;
911 threadSafety::til::MemRegionRef Arena;
912 threadSafety::SExprBuilder SxBuilder;
2091 threadSafety::CFGWalker walker; in runAnalysis()
2385 void threadSafety::runThreadSafetyAnalysis(AnalysisDeclContext &AC, in runThreadSafetyAnalysis()
2394 void threadSafety::threadSafetyCleanup(BeforeSet *Cache) { delete Cache; } in threadSafetyCleanup()
2398 LockKind threadSafety::getLockKindFromAccessKind(AccessKind AK) { in getLockKindFromAccessKind()
DThreadSafetyTIL.cpp13 using namespace threadSafety;
DThreadSafetyCommon.cpp36 using namespace threadSafety;
39 std::string threadSafety::getSourceLiteralString(const clang::Expr *CE) { in getSourceLiteralString()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyUtil.h29 namespace threadSafety {
66 clang::threadSafety::til::MemRegionRef &R) { in new()
71 namespace threadSafety {
DThreadSafetyLogical.h19 namespace threadSafety {
DThreadSafety.h27 namespace threadSafety {
DThreadSafetyCommon.h37 namespace threadSafety {
DThreadSafetyTraverse.h24 namespace threadSafety {
DThreadSafetyTIL.h61 namespace threadSafety {
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1470 namespace threadSafety { namespace
1472 class ThreadSafetyReporter : public clang::threadSafety::ThreadSafetyHandler {
2021 threadSafety::ThreadSafetyReporter Reporter(S, FL, FEL); in IssueWarnings()
2027 threadSafety::runThreadSafetyAnalysis(AC, Reporter, in IssueWarnings()
DSema.cpp284 threadSafety::threadSafetyCleanup(ThreadSafetyDeclCache); in ~Sema()
/external/clang/include/clang/Sema/
DSema.h207 namespace threadSafety {
7023 threadSafety::BeforeSet *ThreadSafetyDeclCache;