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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp189 if (CE->castOpcode() == til::CAST_objToPtr)
316 return C->castOpcode() == til::CAST_objToPtr;
/freebsd-11.0-release/contrib/llvm/tools/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 62 milliseconds