HomeSort by relevance Sort by last modified time
    Searched refs:SFunction (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 329 class SFunction;
339 /// Self-applicable functions (SFunction (x) t)
352 VK_SFun ///< SFunction (self) parameter
402 friend class SFunction;
706 class SFunction : public SExpr {
710 SFunction(Variable *Vd, SExpr *B)
716 SFunction(const SFunction &F, Variable *Vd, SExpr *B) // rewrite constructor
731 // A self-variable points to the SFunction itself.
742 typename C::CType compare(const SFunction* E, C& Cmp) const
    [all...]
ThreadSafetyTraverse.h 194 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) {
644 void printSFunction(const SFunction *E, StreamType &SS) {

Completed in 82 milliseconds