Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp681 VarDefinition *VDef = &VarDefinitions[i1]; in intersectBackEdge() local
682 assert(VDef->isReference()); in intersectBackEdge()
686 VDef->Ref = 0; // Mark this variable as undefined in intersectBackEdge()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp3175 if (const VarDecl *VDef = VD->getDefinition(Info.Ctx)) in findCompleteObject() local
3176 VD = VDef; in findCompleteObject()