Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyOps.def24 TIL_OPCODE_DEF(SFunction)
H A DThreadSafetyTIL.h421 friend class SFunction; variable
724 class SFunction : public SExpr {
726 SFunction(Variable *Vd, SExpr *B) in SFunction() function
733 SFunction(const SFunction &F, Variable *Vd, SExpr *B) // rewrite constructor in SFunction() function
761 typename C::CType compare(const SFunction* E, C& Cmp) const { in compare()
H A DThreadSafetyTraverse.h204 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) { in reduceSFunction()
664 void printSFunction(const SFunction *E, StreamType &SS) { in printSFunction()