HomeSort by relevance Sort by last modified time
    Searched defs:til (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Analysis/
ThreadSafetyTIL.cpp 15 namespace til { namespace in namespace:clang::threadSafety
129 void simplifyIncompleteArg(Variable *V, til::Phi *Ph) {
150 } // end namespace til
ThreadSafetyCommon.cpp 63 namespace til { namespace in namespace:clang::threadSafety
74 } // end namespace til
80 til::SExpr *SExprBuilder::lookupStmt(const Stmt *S) {
88 til::SCFG *SExprBuilder::buildCFG(CFGWalker &Walker) {
94 // Translate a clang statement or expression to a TIL expression.
97 til::SExpr *SExprBuilder::translate(const Stmt *S, CallingContext *Ctx) {
103 if (til::SExpr *E = lookupStmt(S))
151 return new (Arena) til::Literal(cast<Expr>(S));
161 return new (Arena) til::Undefined(S);
165 til::SExpr *SExprBuilder::translateDeclRefExpr(const DeclRefExpr *DRE
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 30 namespace til { namespace in namespace:clang::threadSafety
62 } // end namespace til
68 clang::threadSafety::til::MemRegionRef &R) {
81 namespace til { namespace in namespace:clang::threadSafety
188 } // end namespace til
ThreadSafetyTraverse.h 11 // operations over the Thread Safety TIL.
24 namespace til { namespace in namespace:clang::threadSafety
473 // Pretty printer for TIL expressions
932 } // end namespace til
ThreadSafetyTIL.h 10 // This file defines a simple Typed Intermediate Language, or TIL, that is used
11 // by the thread safety analysis (See ThreadSafety.cpp). The TIL is intended
38 // The TIL is currently very experimental, is intended only for use within
63 namespace til { namespace in namespace:clang::threadSafety
419 SExprRef Definition; // The TIL type or definition
562 // Placeholder for C++ expressions that cannot be represented in the TIL.
    [all...]
  /external/chromium_org/third_party/webrtc/base/
win32.cc 443 TOKEN_MANDATORY_LABEL* til = local
445 if (GetTokenInformation(token, TokenIntegrityLevel, til, size, &size)) {
447 DWORD count = *GetSidSubAuthorityCount(til->Label.Sid);
448 *level = *GetSidSubAuthority(til->Label.Sid, count - 1);
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 902 milliseconds