Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp213 if (CE->castOpcode() == til::CAST_objToPtr) in translateAttrExpr()
365 return C->castOpcode() == til::CAST_objToPtr; in hasAnyPointerType()
/openbsd-src/gnu/llvm/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.h790 switch (E->castOpcode()) { in printCast()