Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp189 if (CE->castOpcode() == til::CAST_objToPtr) in translateAttrExpr()
316 return C->castOpcode() == til::CAST_objToPtr; in hasCppPointerType()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1265 TIL_CastOpcode castOpcode() const { in castOpcode() function
1281 Cmp.compareIntegers(castOpcode(), E->castOpcode()); in compare()
DThreadSafetyTraverse.h772 SS << E->castOpcode(); in printCast()