reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
 1276       Cmp.compareIntegers(castOpcode(), E->castOpcode());
 1276       Cmp.compareIntegers(castOpcode(), E->castOpcode());
tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h
  787       switch (E->castOpcode()) {
tools/clang/lib/Analysis/ThreadSafetyCommon.cpp
  189     if (CE->castOpcode() == til::CAST_objToPtr)
  328     return C->castOpcode() == til::CAST_objToPtr;