Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp190 if (CE->castOpcode() == til::CAST_objToPtr) in translateAttrExpr()
324 return C->castOpcode() == til::CAST_objToPtr; in hasAnyPointerType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1261 TIL_CastOpcode castOpcode() const { in castOpcode() function
1277 Cmp.compareIntegers(castOpcode(), E->castOpcode()); in compare()
H A DThreadSafetyTraverse.h788 switch (E->castOpcode()) { in printCast()