Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp1232 VarDefinition *VDef = &VarDefinitions[i1]; in intersectBackEdge() local
1233 assert(VDef->isReference()); in intersectBackEdge()
1237 VDef->Ref = 0; // Mark this variable as undefined in intersectBackEdge()
/external/clang/lib/AST/
DExprConstant.cpp2465 if (const VarDecl *VDef = VD->getDefinition(Info.Ctx)) in findCompleteObject() local
2466 VD = VDef; in findCompleteObject()