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

/external/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp192 if (CE->castOpcode() == til::CAST_objToPtr)
324 return C->castOpcode() == til::CAST_objToPtr;
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1265 TIL_CastOpcode castOpcode() const { function in class:clang::threadSafety::Cast
1281 Cmp.compareIntegers(castOpcode(), E->castOpcode());
H A DThreadSafetyTraverse.h772 SS << E->castOpcode();

Completed in 97 milliseconds