/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/ |
ThreadSafetyCommon.h | 40 // Various helper functions on til::SExpr 43 inline bool equals(const til::SExpr *E1, const til::SExpr *E2) { 47 inline bool matches(const til::SExpr *E1, const til::SExpr *E2) { 59 inline bool partiallyMatches(const til::SExpr *E1, const til::SExpr *E2) { 69 inline std::string toString(const til::SExpr *E) { 259 const til::SExpr* CapExpr; ///< The capability expression. 263 CapabilityExpr(const til::SExpr *E, bool Neg) : CapExpr(E), Negated(Neg) { 265 const til::SExpr* sexpr() const { return CapExpr; } function in class:clang::threadSafety::CapabilityExpr [all...] |
ThreadSafetyLogical.h | 9 // This file defines a representation for logical expressions with SExpr leaves 44 til::SExpr *Expr; 47 Terminal(til::SExpr *Expr) : LExpr(LExpr::Terminal), Expr(Expr) {} 49 const til::SExpr *expr() const { return Expr; } 50 til::SExpr *expr() { return Expr; }
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Analyses/ |
ThreadSafetyCommon.h | 40 // Various helper functions on til::SExpr 43 inline bool equals(const til::SExpr *E1, const til::SExpr *E2) { 47 inline bool matches(const til::SExpr *E1, const til::SExpr *E2) { 59 inline bool partiallyMatches(const til::SExpr *E1, const til::SExpr *E2) { 69 inline std::string toString(const til::SExpr *E) { 259 const til::SExpr* CapExpr; ///< The capability expression. 263 CapabilityExpr(const til::SExpr *E, bool Neg) : CapExpr(E), Negated(Neg) { 265 const til::SExpr* sexpr() const { return CapExpr; } function in class:clang::threadSafety::CapabilityExpr [all...] |
ThreadSafetyLogical.h | 9 // This file defines a representation for logical expressions with SExpr leaves 44 til::SExpr *Expr; 47 Terminal(til::SExpr *Expr) : LExpr(LExpr::Terminal), Expr(Expr) {} 49 const til::SExpr *expr() const { return Expr; } 50 til::SExpr *expr() { return Expr; }
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/ |
ThreadSafetyCommon.h | 40 // Various helper functions on til::SExpr 43 inline bool equals(const til::SExpr *E1, const til::SExpr *E2) { 47 inline bool matches(const til::SExpr *E1, const til::SExpr *E2) { 59 inline bool partiallyMatches(const til::SExpr *E1, const til::SExpr *E2) { 69 inline std::string toString(const til::SExpr *E) { 259 const til::SExpr* CapExpr; ///< The capability expression. 263 CapabilityExpr(const til::SExpr *E, bool Neg) : CapExpr(E), Negated(Neg) { 265 const til::SExpr* sexpr() const { return CapExpr; } function in class:clang::threadSafety::CapabilityExpr [all...] |
ThreadSafetyLogical.h | 9 // This file defines a representation for logical expressions with SExpr leaves 44 til::SExpr *Expr; 47 Terminal(til::SExpr *Expr) : LExpr(LExpr::Terminal), Expr(Expr) {} 49 const til::SExpr *expr() const { return Expr; } 50 til::SExpr *expr() { return Expr; }
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Analyses/ |
ThreadSafetyCommon.h | 40 // Various helper functions on til::SExpr 43 inline bool equals(const til::SExpr *E1, const til::SExpr *E2) { 47 inline bool matches(const til::SExpr *E1, const til::SExpr *E2) { 59 inline bool partiallyMatches(const til::SExpr *E1, const til::SExpr *E2) { 69 inline std::string toString(const til::SExpr *E) { 259 const til::SExpr* CapExpr; ///< The capability expression. 263 CapabilityExpr(const til::SExpr *E, bool Neg) : CapExpr(E), Negated(Neg) { 265 const til::SExpr* sexpr() const { return CapExpr; } function in class:clang::threadSafety::CapabilityExpr [all...] |
ThreadSafetyLogical.h | 9 // This file defines a representation for logical expressions with SExpr leaves 44 til::SExpr *Expr; 47 Terminal(til::SExpr *Expr) : LExpr(LExpr::Terminal), Expr(Expr) {} 49 const til::SExpr *expr() const { return Expr; } 50 til::SExpr *expr() { return Expr; }
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/ |
ThreadSafetyCommon.h | 40 // Various helper functions on til::SExpr 43 inline bool equals(const til::SExpr *E1, const til::SExpr *E2) { 47 inline bool matches(const til::SExpr *E1, const til::SExpr *E2) { 59 inline bool partiallyMatches(const til::SExpr *E1, const til::SExpr *E2) { 69 inline std::string toString(const til::SExpr *E) { 259 const til::SExpr* CapExpr; ///< The capability expression. 263 CapabilityExpr(const til::SExpr *E, bool Neg) : CapExpr(E), Negated(Neg) { 265 const til::SExpr* sexpr() const { return CapExpr; } function in class:clang::threadSafety::CapabilityExpr [all...] |
ThreadSafetyLogical.h | 9 // This file defines a representation for logical expressions with SExpr leaves 44 til::SExpr *Expr; 47 Terminal(til::SExpr *Expr) : LExpr(LExpr::Terminal), Expr(Expr) {} 49 const til::SExpr *expr() const { return Expr; } 50 til::SExpr *expr() { return Expr; }
|
/external/clang/lib/Analysis/ |
ThreadSafetyCommon.cpp | 62 static bool isIncompletePhi(const til::SExpr *E) { 70 til::SExpr *SExprBuilder::lookupStmt(const Stmt *S) { 87 /// \brief Translate a clang expression in an attribute to a til::SExpr. 149 /// \brief Translate a clang expression in an attribute to a til::SExpr. 180 til::SExpr *E = translate(AttrExp, Ctx); 198 til::SExpr *SExprBuilder::translate(const Stmt *S, CallingContext *Ctx) { 204 if (til::SExpr *E = lookupStmt(S)) 266 til::SExpr *SExprBuilder::translateDeclRefExpr(const DeclRefExpr *DRE, 290 til::SExpr *SExprBuilder::translateCXXThisExpr(const CXXThisExpr *TE, 299 static const ValueDecl *getValueDeclFromSExpr(const til::SExpr *E) [all...] |
/external/swiftshader/third_party/subzero/ |
fetch-torture-tests.sh | 9 wget -O - $BUILD_PATH/wasm-torture-s2wasm-sexpr-wasm-$BUILDID.tbz2 \
|
/external/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyLogical.h | 9 // This file defines a representation for logical expressions with SExpr leaves 44 til::SExpr *Expr; 47 Terminal(til::SExpr *Expr) : LExpr(LExpr::Terminal), Expr(Expr) {} 49 const til::SExpr *expr() const { return Expr; } 50 til::SExpr *expr() { return Expr; }
|
ThreadSafetyTraverse.h | 33 // Each SExpr class provides a traverse method, which does the following: 61 // The type T must be a subclass of SExpr. 69 typename R::R_SExpr traverseSExpr(SExpr *E, typename R::R_Ctx Ctx) { 74 typename R::R_SExpr traverseByCase(SExpr *E, typename R::R_Ctx Ctx) { 127 // Base class for traversals that rewrite an SExpr to another SExpr. 132 typedef SExpr *R_SExpr; 267 bool traverse(SExpr *E, TraversalKind K = TRV_Normal) { 272 static bool visit(SExpr *E) { 289 bool compareByCase(const SExpr *E1, const SExpr* E2) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyLogical.h | 9 // This file defines a representation for logical expressions with SExpr leaves 44 til::SExpr *Expr; 47 Terminal(til::SExpr *Expr) : LExpr(LExpr::Terminal), Expr(Expr) {} 49 const til::SExpr *expr() const { return Expr; } 50 til::SExpr *expr() { return Expr; }
|
ThreadSafetyTraverse.h | 33 // Each SExpr class provides a traverse method, which does the following: 61 // The type T must be a subclass of SExpr. 69 typename R::R_SExpr traverseSExpr(SExpr *E, typename R::R_Ctx Ctx) { 74 typename R::R_SExpr traverseByCase(SExpr *E, typename R::R_Ctx Ctx) { 127 // Base class for traversals that rewrite an SExpr to another SExpr. 132 typedef SExpr *R_SExpr; 267 bool traverse(SExpr *E, TraversalKind K = TRV_Normal) { 272 static bool visit(SExpr *E) { 289 bool compareByCase(const SExpr *E1, const SExpr* E2) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/Analyses/ |
ThreadSafetyLogical.h | 9 // This file defines a representation for logical expressions with SExpr leaves 44 til::SExpr *Expr; 47 Terminal(til::SExpr *Expr) : LExpr(LExpr::Terminal), Expr(Expr) {} 49 const til::SExpr *expr() const { return Expr; } 50 til::SExpr *expr() { return Expr; }
|
ThreadSafetyTraverse.h | 33 // Each SExpr class provides a traverse method, which does the following: 61 // The type T must be a subclass of SExpr. 69 typename R::R_SExpr traverseSExpr(SExpr *E, typename R::R_Ctx Ctx) { 74 typename R::R_SExpr traverseByCase(SExpr *E, typename R::R_Ctx Ctx) { 127 // Base class for traversals that rewrite an SExpr to another SExpr. 132 typedef SExpr *R_SExpr; 267 bool traverse(SExpr *E, TraversalKind K = TRV_Normal) { 272 static bool visit(SExpr *E) { 289 bool compareByCase(const SExpr *E1, const SExpr* E2) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Analyses/ |
ThreadSafetyLogical.h | 9 // This file defines a representation for logical expressions with SExpr leaves 44 til::SExpr *Expr; 47 Terminal(til::SExpr *Expr) : LExpr(LExpr::Terminal), Expr(Expr) {} 49 const til::SExpr *expr() const { return Expr; } 50 til::SExpr *expr() { return Expr; }
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/ |
ThreadSafetyLogical.h | 9 // This file defines a representation for logical expressions with SExpr leaves 44 til::SExpr *Expr; 47 Terminal(til::SExpr *Expr) : LExpr(LExpr::Terminal), Expr(Expr) {} 49 const til::SExpr *expr() const { return Expr; } 50 til::SExpr *expr() { return Expr; }
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/ |
ThreadSafetyLogical.h | 9 // This file defines a representation for logical expressions with SExpr leaves 44 til::SExpr *Expr; 47 Terminal(til::SExpr *Expr) : LExpr(LExpr::Terminal), Expr(Expr) {} 49 const til::SExpr *expr() const { return Expr; } 50 til::SExpr *expr() { return Expr; }
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/ |
ThreadSafetyLogical.h | 9 // This file defines a representation for logical expressions with SExpr leaves 44 til::SExpr *Expr; 47 Terminal(til::SExpr *Expr) : LExpr(LExpr::Terminal), Expr(Expr) {} 49 const til::SExpr *expr() const { return Expr; } 50 til::SExpr *expr() { return Expr; }
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/ |
ThreadSafetyLogical.h | 9 // This file defines a representation for logical expressions with SExpr leaves 44 til::SExpr *Expr; 47 Terminal(til::SExpr *Expr) : LExpr(LExpr::Terminal), Expr(Expr) {} 49 const til::SExpr *expr() const { return Expr; } 50 til::SExpr *expr() { return Expr; }
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyLogical.h | 9 // This file defines a representation for logical expressions with SExpr leaves 44 til::SExpr *Expr; 47 Terminal(til::SExpr *Expr) : LExpr(LExpr::Terminal), Expr(Expr) {} 49 const til::SExpr *expr() const { return Expr; } 50 til::SExpr *expr() { return Expr; }
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/ |
ThreadSafetyLogical.h | 9 // This file defines a representation for logical expressions with SExpr leaves 44 til::SExpr *Expr; 47 Terminal(til::SExpr *Expr) : LExpr(LExpr::Terminal), Expr(Expr) {} 49 const til::SExpr *expr() const { return Expr; } 50 til::SExpr *expr() { return Expr; }
|