Home
last modified time | relevance | path

Searched refs:VarState (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp582 ConsumedState VarState = StateMap->getState(PInfo.getVar()); in checkCallability() local
584 if (VarState == CS_None || isCallableInState(CWAttr, VarState)) in checkCallability()
589 stateToString(VarState), BlameLoc); in checkCallability()
931 ConsumedState VarState = ThenStates->getState(Test.Var); in splitVarStateForIf() local
933 if (VarState == CS_Unknown) { in splitVarStateForIf()
936 } else if (VarState == invertConsumedUnconsumed(Test.TestsFor)) { in splitVarStateForIf()
938 } else if (VarState == Test.TestsFor) { in splitVarStateForIf()
1268 ConsumedState VarState = CurrStates->getState(Test.Var); in splitState() local
1271 if (VarState == CS_Unknown) in splitState()
1273 else if (VarState == invertConsumedUnconsumed(Test.TestsFor)) in splitState()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp6593 auto VarState = this->visitDecl(VD, /*IsConstexprUnknown=*/true); in visitDeclRef() local
6598 if (VarState.notCreated()) in visitDeclRef()
6600 if (!VarState) in visitDeclRef()