Home
last modified time | relevance | path

Searched refs:createVariable (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h388 til::LiteralPtr *createVariable(const VarDecl *VD);
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp219 til::LiteralPtr *SExprBuilder::createVariable(const VarDecl *VD) { in createVariable() function in SExprBuilder
H A DThreadSafety.cpp2414 SxBuilder.createVariable(AD.getVarDecl()), in runAnalysis()