Home
last modified time | relevance | path

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

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