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

  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 206 R_SExpr reduceSApply(SApply &Orig, R_SExpr E0, R_SExpr E1) {
679 void printSApply(const SApply *E, StreamType &SS) {
691 if (const SApply *SAP = dyn_cast<SApply>(E->record())) {
ThreadSafetyTIL.h 869 class SApply : public SExpr {
873 SApply(SExpr *Sf, SExpr *A = nullptr) : SExpr(COP_SApply), Sfun(Sf), Arg(A) {}
874 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor
894 typename C::CType compare(const SApply* E, C& Cmp) const {
    [all...]
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 337 til::SExpr *E = new (Arena) til::SApply(BE);
    [all...]

Completed in 114 milliseconds