Home
last modified time | relevance | path

Searched refs:BT_destroylock (Results 1 – 16 of 16) sorted by relevance

/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp72 mutable std::unique_ptr<BugType> BT_destroylock; member in __anon524f4b840111::PthreadLockChecker
396 if (!BT_destroylock) in DestroyLock()
397 BT_destroylock.reset(new BugType(this, "Destroy invalid lock", in DestroyLock()
403 std::make_unique<PathSensitiveBugReport>(*BT_destroylock, Message, N); in DestroyLock()
450 if (!BT_destroylock) in reportUseDestroyedBug()
451 BT_destroylock.reset(new BugType(this, "Use destroyed lock", in reportUseDestroyedBug()
457 *BT_destroylock, "This lock has already been destroyed", N); in reportUseDestroyedBug()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp72 mutable std::unique_ptr<BugType> BT_destroylock; member in __anon31cc29c40111::PthreadLockChecker
396 if (!BT_destroylock) in DestroyLock()
397 BT_destroylock.reset(new BugType(this, "Destroy invalid lock", in DestroyLock()
402 auto Report = llvm::make_unique<BugReport>(*BT_destroylock, Message, N); in DestroyLock()
448 if (!BT_destroylock) in reportUseDestroyedBug()
449 BT_destroylock.reset(new BugType(this, "Use destroyed lock", in reportUseDestroyedBug()
455 *BT_destroylock, "This lock has already been destroyed", N); in reportUseDestroyedBug()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp72 mutable std::unique_ptr<BugType> BT_destroylock; member in __anone3da0a5d0111::PthreadLockChecker
396 if (!BT_destroylock) in DestroyLock()
397 BT_destroylock.reset(new BugType(this, "Destroy invalid lock", in DestroyLock()
403 std::make_unique<PathSensitiveBugReport>(*BT_destroylock, Message, N); in DestroyLock()
450 if (!BT_destroylock) in reportUseDestroyedBug()
451 BT_destroylock.reset(new BugType(this, "Use destroyed lock", in reportUseDestroyedBug()
457 *BT_destroylock, "This lock has already been destroyed", N); in reportUseDestroyedBug()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp73 mutable std::unique_ptr<BugType> BT_destroylock; member in __anonbde01f020111::PthreadLockChecker
397 if (!BT_destroylock) in DestroyLock()
398 BT_destroylock.reset(new BugType(this, "Destroy invalid lock", in DestroyLock()
403 auto Report = llvm::make_unique<BugReport>(*BT_destroylock, Message, N); in DestroyLock()
449 if (!BT_destroylock) in reportUseDestroyedBug()
450 BT_destroylock.reset(new BugType(this, "Use destroyed lock", in reportUseDestroyedBug()
456 *BT_destroylock, "This lock has already been destroyed", N); in reportUseDestroyedBug()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp73 mutable std::unique_ptr<BugType> BT_destroylock; member in __anon49f414400111::PthreadLockChecker
397 if (!BT_destroylock) in DestroyLock()
398 BT_destroylock.reset(new BugType(this, "Destroy invalid lock", in DestroyLock()
403 auto Report = llvm::make_unique<BugReport>(*BT_destroylock, Message, N); in DestroyLock()
449 if (!BT_destroylock) in reportUseDestroyedBug()
450 BT_destroylock.reset(new BugType(this, "Use destroyed lock", in reportUseDestroyedBug()
456 *BT_destroylock, "This lock has already been destroyed", N); in reportUseDestroyedBug()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp228 mutable std::unique_ptr<BugType> BT_destroylock[CK_NumCheckKinds]; member in __anon2ae1eded0111::PthreadLockChecker
239 BT_destroylock[CheckKind].reset(new BugType{ in initBugType()
417 reportBug(C, BT_destroylock, MtxExpr, CheckKind, in AcquireLockAux()
495 reportBug(C, BT_destroylock, MtxExpr, CheckKind, in ReleaseLockAux()
584 reportBug(C, BT_destroylock, MtxExpr, CheckKind, Message); in DestroyLockAux()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp228 mutable std::unique_ptr<BugType> BT_destroylock[CK_NumCheckKinds]; member in __anon0baa9c0d0111::PthreadLockChecker
239 BT_destroylock[CheckKind].reset(new BugType{ in initBugType()
408 reportBug(C, BT_destroylock, MtxExpr, CheckKind, in AcquireLockAux()
486 reportBug(C, BT_destroylock, MtxExpr, CheckKind, in ReleaseLockAux()
575 reportBug(C, BT_destroylock, MtxExpr, CheckKind, Message); in DestroyLockAux()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp228 mutable std::unique_ptr<BugType> BT_destroylock[CK_NumCheckKinds]; member in __anon958ac69a0111::PthreadLockChecker
239 BT_destroylock[CheckKind].reset(new BugType{ in initBugType()
417 reportBug(C, BT_destroylock, MtxExpr, CheckKind, in AcquireLockAux()
495 reportBug(C, BT_destroylock, MtxExpr, CheckKind, in ReleaseLockAux()
584 reportBug(C, BT_destroylock, MtxExpr, CheckKind, Message); in DestroyLockAux()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp228 mutable std::unique_ptr<BugType> BT_destroylock[CK_NumCheckKinds]; member in __anon6d3a0f0c0111::PthreadLockChecker
239 BT_destroylock[CheckKind].reset(new BugType{ in initBugType()
408 reportBug(C, BT_destroylock, MtxExpr, CheckKind, in AcquireLockAux()
486 reportBug(C, BT_destroylock, MtxExpr, CheckKind, in ReleaseLockAux()
575 reportBug(C, BT_destroylock, MtxExpr, CheckKind, Message); in DestroyLockAux()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp228 mutable std::unique_ptr<BugType> BT_destroylock[CK_NumCheckKinds]; member in __anon666677ef0111::PthreadLockChecker
239 BT_destroylock[CheckKind].reset(new BugType{ in initBugType()
417 reportBug(C, BT_destroylock, MtxExpr, CheckKind, in AcquireLockAux()
495 reportBug(C, BT_destroylock, MtxExpr, CheckKind, in ReleaseLockAux()
584 reportBug(C, BT_destroylock, MtxExpr, CheckKind, Message); in DestroyLockAux()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp228 mutable std::unique_ptr<BugType> BT_destroylock[CK_NumCheckKinds]; member in __anon0681c8620111::PthreadLockChecker
239 BT_destroylock[CheckKind].reset(new BugType{ in initBugType()
417 reportBug(C, BT_destroylock, MtxExpr, CheckKind, in AcquireLockAux()
495 reportBug(C, BT_destroylock, MtxExpr, CheckKind, in ReleaseLockAux()
584 reportBug(C, BT_destroylock, MtxExpr, CheckKind, Message); in DestroyLockAux()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp228 mutable std::unique_ptr<BugType> BT_destroylock[CK_NumCheckKinds]; member in __anon777a96200111::PthreadLockChecker
239 BT_destroylock[CheckKind].reset(new BugType{ in initBugType()
408 reportBug(C, BT_destroylock, MtxExpr, CheckKind, in AcquireLockAux()
486 reportBug(C, BT_destroylock, MtxExpr, CheckKind, in ReleaseLockAux()
575 reportBug(C, BT_destroylock, MtxExpr, CheckKind, Message); in DestroyLockAux()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp228 mutable std::unique_ptr<BugType> BT_destroylock[CK_NumCheckKinds]; member in __anonfc41414e0111::PthreadLockChecker
239 BT_destroylock[CheckKind].reset(new BugType{ in initBugType()
417 reportBug(C, BT_destroylock, MtxExpr, CheckKind, in AcquireLockAux()
495 reportBug(C, BT_destroylock, MtxExpr, CheckKind, in ReleaseLockAux()
584 reportBug(C, BT_destroylock, MtxExpr, CheckKind, Message); in DestroyLockAux()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp228 mutable std::unique_ptr<BugType> BT_destroylock[CK_NumCheckKinds]; member in __anon5b8affcb0111::PthreadLockChecker
239 BT_destroylock[CheckKind].reset(new BugType{ in initBugType()
417 reportBug(C, BT_destroylock, MtxExpr, CheckKind, in AcquireLockAux()
495 reportBug(C, BT_destroylock, MtxExpr, CheckKind, in ReleaseLockAux()
584 reportBug(C, BT_destroylock, MtxExpr, CheckKind, Message); in DestroyLockAux()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp225 mutable std::unique_ptr<BugType> BT_destroylock[CK_NumCheckKinds]; member in __anonc63b56460111::PthreadLockChecker
236 BT_destroylock[checkKind].reset(new BugType{ in initBugType()
597 *BT_destroylock[checkKind], Message, N); in DestroyLockAux()
657 *BT_destroylock[checkKind], "This lock has already been destroyed", N); in reportUseDestroyedBug()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp225 mutable std::unique_ptr<BugType> BT_destroylock[CK_NumCheckKinds]; member in __anon7c9c98620111::PthreadLockChecker
236 BT_destroylock[checkKind].reset(new BugType{ in initBugType()
597 *BT_destroylock[checkKind], Message, N); in DestroyLockAux()
657 *BT_destroylock[checkKind], "This lock has already been destroyed", N); in reportUseDestroyedBug()