Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp1133 ConsumedState LocalState; in intersect() local
1141 LocalState = this->getState(DM.first); in intersect()
1143 if (LocalState == CS_None) in intersect()
1146 if (LocalState != DM.second) in intersect()
1155 ConsumedState LocalState; in intersectAtLoopHead() local
1159 LocalState = this->getState(DM.first); in intersectAtLoopHead()
1161 if (LocalState == CS_None) in intersectAtLoopHead()
1164 if (LocalState != DM.second) { in intersectAtLoopHead()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAPValue.h191 struct LocalState {
195 LocalState Local;