Home
last modified time | relevance | path

Searched defs:ObState (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dob.d85 struct ObState struct
87 ObNodes nodes;
88 VarDeclarations vars;
95 ~this() in ~this()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp115 const ObjectState *ObState = State->get<CtorDtorMap>(Reg); in checkPreCall() local