OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LState
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp
289
const LockState *
lstate
= state->get<LockMap>(lockR);
local
293
assert(
lstate
->isUntouchedAndPossiblyDestroyed() ||
294
lstate
->isUnlockedAndPossiblyDestroyed());
299
if (
lstate
->isUntouchedAndPossiblyDestroyed())
301
else if (
lstate
->isUnlockedAndPossiblyDestroyed())
411
if (const LockState *
LState
= state->get<LockMap>(lockR)) {
412
if (
LState
->isLocked()) {
416
} else if (
LState
->isDestroyed()) {
489
if (const LockState *
LState
= state->get<LockMap>(lockR)) {
490
if (
LState
->isUnlocked())
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Analysis/
Consumed.cpp
956
ConsumedState
LState
= LTest.Var ? ThenStates->getState(LTest.Var) : CS_None,
961
if (
LState
== CS_Unknown) {
963
} else if (
LState
== invertConsumedUnconsumed(LTest.TestsFor)) {
965
} else if (
LState
== LTest.TestsFor && isKnownState(RState)) {
972
if (
LState
== CS_Unknown) {
975
} else if (
LState
== LTest.TestsFor) {
977
} else if (
LState
== invertConsumedUnconsumed(LTest.TestsFor) &&
Completed in 67 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026