Home
last modified time | relevance | path

Searched refs:SD_Thread (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Basic/
DSpecifiers.h232 SD_Thread, ///< Thread storage duration. enumerator
/external/clang/lib/CodeGen/
DCGExpr.cpp206 case SD_Thread: in pushTemporaryCleanup()
260 case SD_Thread: { in pushTemporaryCleanup()
305 case SD_Thread: in createReferenceTemporary()
DCodeGenModule.cpp2887 E->getStorageDuration() == SD_Thread) && "not a global temporary"); in GetAddrOfGlobalTemporary()
/external/clang/include/clang/AST/
DDecl.h862 getTSCSpec() ? SD_Thread : SD_Static; in getStorageDuration()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp220 if (SD == SD_Static || SD == SD_Thread) in createTemporaryRegionIfNeeded()