Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h297 SD_Thread, ///< Thread storage duration. enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp281 MTE->getStorageDuration() == SD_Thread) in computeObjectUnderConstruction()
H A DExprEngine.cpp382 if (SD == SD_Static || SD == SD_Thread) { in createTemporaryRegionIfNeeded()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp1381 case SD_Thread: in VisitMaterializeTemporaryExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp300 case SD_Thread: in pushTemporaryCleanup()
353 case SD_Thread: { in pushTemporaryCleanup()
426 case SD_Thread: in createReferenceTemporary()
H A DCodeGenModule.cpp5419 E->getStorageDuration() == SD_Thread) && "not a global temporary"); in GetAddrOfGlobalTemporary()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4284 return Node.getStorageDuration() == SD_Thread; in AST_MATCHER()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h1120 getTSCSpec() ? SD_Thread : SD_Static; in getStorageDuration()