Home
last modified time | relevance | path

Searched refs:isInScope (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp276 if (isInScope(declLoc)) { in checkRef()
284 bool isInScope(SourceLocation loc) { in isInScope() function in __anonb2744ddb0211::AutoreleasePoolRewriter::NameReferenceChecker
/external/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp277 if (isInScope(declLoc)) { in checkRef()
285 bool isInScope(SourceLocation loc) { in isInScope() function in __anon2060ee6d0211::AutoreleasePoolRewriter::NameReferenceChecker
/external/llvm-project/libunwind/src/
DUnwind-EHABI.cpp118 bool isInScope = (scopeStart <= pc) && (pc < scopeEnd); in ProcessDescriptors() local
134 if (isInScope) { in ProcessDescriptors()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp129 bool isInScope(StringRef Scope) const { in isInScope() function
411 return Scope.empty() || FData.isInScope(Scope); in findFunctionInConfig()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3690 bool isInScope(int DFSIn, int DFSOut) const { in isInScope() function in __anonae8a9a3f1611::ValueDFSStack
3941 !EliminationStack.isInScope(MemberDFSIn, MemberDFSOut); in eliminateInstructions()
4062 !EliminationStack.isInScope(MemberDFSIn, MemberDFSOut)) { in eliminateInstructions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3736 bool isInScope(int DFSIn, int DFSOut) const { in isInScope() function in __anon347f69b31611::ValueDFSStack
3987 !EliminationStack.isInScope(MemberDFSIn, MemberDFSOut); in eliminateInstructions()
4108 !EliminationStack.isInScope(MemberDFSIn, MemberDFSOut)) { in eliminateInstructions()