Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp77 unsigned castSize = Context.getTypeSize(castTy); in evalCastFromNonLoc() local
78 if (castSize == LI->getNumBits()) in evalCastFromNonLoc()
80 return makeLocAsInteger(LI->getLoc(), castSize); in evalCastFromNonLoc()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp83 unsigned castSize = Context.getIntWidth(castTy); in evalCastFromNonLoc() local
84 if (castSize == LI->getNumBits()) in evalCastFromNonLoc()
86 return makeLocAsInteger(LI->getLoc(), castSize); in evalCastFromNonLoc()
/external/angle/src/compiler/translator/
DIntermNode.cpp2125 size_t castSize = in fold() local
2127 for (size_t i = 0; i < castSize; ++i) in fold()