Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h272 SD_Thread, ///< Thread storage duration. enumerator
/external/llvm-project/clang/include/clang/Basic/
DSpecifiers.h297 SD_Thread, ///< Thread storage duration. enumerator
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp281 MTE->getStorageDuration() == SD_Thread) in computeObjectUnderConstruction()
DExprEngine.cpp382 if (SD == SD_Static || SD == SD_Thread) { in createTemporaryRegionIfNeeded()
/external/clang/lib/CodeGen/
DCGExpr.cpp225 case SD_Thread: in pushTemporaryCleanup()
278 case SD_Thread: { in pushTemporaryCleanup()
340 case SD_Thread: in createReferenceTemporary()
DCodeGenModule.cpp3537 E->getStorageDuration() == SD_Thread) && "not a global temporary"); in GetAddrOfGlobalTemporary()
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp1380 case SD_Thread: in VisitMaterializeTemporaryExpr()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2888 return Node.getStorageDuration() == SD_Thread; in AST_MATCHER()
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp298 case SD_Thread: in pushTemporaryCleanup()
351 case SD_Thread: { in pushTemporaryCleanup()
426 case SD_Thread: in createReferenceTemporary()
DCodeGenModule.cpp5304 E->getStorageDuration() == SD_Thread) && "not a global temporary"); in GetAddrOfGlobalTemporary()
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h4023 return Node.getStorageDuration() == SD_Thread; in AST_MATCHER()
/external/clang/include/clang/AST/
DDecl.h1003 getTSCSpec() ? SD_Thread : SD_Static; in getStorageDuration()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp231 if (SD == SD_Static || SD == SD_Thread) in createTemporaryRegionIfNeeded()
/external/llvm-project/clang/include/clang/AST/
DDecl.h1106 getTSCSpec() ? SD_Thread : SD_Static; in getStorageDuration()