Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp190 if (CE->castOpcode() == til::CAST_objToPtr) in translateAttrExpr()
328 return C->castOpcode() == til::CAST_objToPtr; in hasAnyPointerType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1262 TIL_CastOpcode castOpcode() const { in castOpcode() function
1278 Cmp.compareIntegers(castOpcode(), E->castOpcode()); in compare()
H A DThreadSafetyTraverse.h787 switch (E->castOpcode()) { in printCast()