Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DPaddingChecker.cpp286 if (auto *TSD = dyn_cast<ClassTemplateSpecializationDecl>(RD)) { in reportRecord() local
290 SourceLocation ILoc = TSD->getPointOfInstantiation(); in reportRecord()
/external/jemalloc/
DChangeLog408 Solaris, and could affect other platforms with similar pthreads TSD
773 - Add compile-time support for all TLS-related functionality via pthreads TSD.
775 TSD implementation with similar performance.
Dconfigure.ac1253 dnl it rather than pthreads TSD cleanup functions to support cleanup during
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts ...
/external/clang/lib/Serialization/
DASTReader.cpp6211 if (auto *TSD = dyn_cast<TemplateSpecializationDecl>(D)) in completeRedeclChainForTemplateSpecialization() local
6212 TSD->getSpecializedTemplate()->LoadLazySpecializations(); in completeRedeclChainForTemplateSpecialization()