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

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 220 R_SExpr reduceSApply(SApply &Orig, R_SExpr E0, R_SExpr E1) {
696 void printSApply(const SApply *E, StreamType &SS) {
708 if (const auto *SAP = dyn_cast<SApply>(E->record())) {
ThreadSafetyTIL.h 874 class SApply : public SExpr {
876 SApply(SExpr *Sf, SExpr *A = nullptr) : SExpr(COP_SApply), Sfun(Sf), Arg(A) {}
877 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor
899 typename C::CType compare(const SApply* E, C& Cmp) const {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafetyCommon.cpp 348 til::SExpr *E = new (Arena) til::SApply(BE);
363 til::SExpr *E = new (Arena) til::SApply(BE);

Completed in 49 milliseconds