HomeSort by: relevance | last modified time | path
    Searched refs:SFunction (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 349 /// Self-applicable functions (SFunction (x) t)
364 /// SFunction (self) parameter
421 friend class SFunction;
715 class SFunction : public SExpr {
717 SFunction(Variable *Vd, SExpr *B)
724 SFunction(const SFunction &F, Variable *Vd, SExpr *B) // rewrite constructor
741 // A self-variable points to the SFunction itself.
752 typename C::CType compare(const SFunction* E, C& Cmp) const {
ThreadSafetyTraverse.h 204 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) {
661 void printSFunction(const SFunction *E, StreamType &SS) {

Completed in 47 milliseconds