Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Analysis/Analyses/
DThreadSafetyOps.def24 TIL_OPCODE_DEF(SFunction)
DThreadSafetyTIL.h420 friend class SFunction; variable
715 class SFunction : public SExpr {
717 SFunction(Variable *Vd, SExpr *B) in SFunction() function
724 SFunction(const SFunction &F, Variable *Vd, SExpr *B) // rewrite constructor in SFunction() function
752 typename C::CType compare(const SFunction* E, C& Cmp) const { in compare()
DThreadSafetyTraverse.h204 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) { in reduceSFunction()
664 void printSFunction(const SFunction *E, StreamType &SS) { in printSFunction()