Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A 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()
/src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp4149 if (const VarDecl *VDef = VD->getDefinition(Info.Ctx)) in findCompleteObject() local
4150 VD = VDef; in findCompleteObject()