Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp638 VarDefinition *VDef = &VarDefinitions[i1]; in intersectBackEdge() local
639 assert(VDef->isReference()); in intersectBackEdge()
643 VDef->Ref = 0; // Mark this variable as undefined in intersectBackEdge()
/external/llvm-project/clang/lib/Analysis/
DThreadSafety.cpp680 VarDefinition *VDef = &VarDefinitions[i1]; in intersectBackEdge() local
681 assert(VDef->isReference()); in intersectBackEdge()
685 VDef->Ref = 0; // Mark this variable as undefined in intersectBackEdge()
/external/clang/lib/AST/
DExprConstant.cpp2733 if (const VarDecl *VDef = VD->getDefinition(Info.Ctx)) in findCompleteObject() local
2734 VD = VDef; in findCompleteObject()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp4024 if (const VarDecl *VDef = VD->getDefinition(Info.Ctx)) in findCompleteObject() local
4025 VD = VDef; in findCompleteObject()