Home
last modified time | relevance | path

Searched refs:ShouldContinue (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DFunctionCognitiveComplexityCheck.cpp228 bool ShouldContinue = Base::TraverseStmt(Node); in TraverseStmtWithIncreasedNestingLevel() local
230 return ShouldContinue; in TraverseStmtWithIncreasedNestingLevel()
235 bool ShouldContinue = Base::TraverseDecl(Node); in TraverseDeclWithIncreasedNestingLevel() local
237 return ShouldContinue; in TraverseDeclWithIncreasedNestingLevel()
336 bool ShouldContinue = Base::TraverseBinaryOperator(Op); in TraverseBinaryOperator() local
341 return ShouldContinue; in TraverseBinaryOperator()
354 bool ShouldContinue = Base::TraverseCallExpr(Node); in TraverseCallExpr() local
358 return ShouldContinue; in TraverseCallExpr()
/external/angle/third_party/zlib/google/
Dzip_writer.cc30 bool ZipWriter::ShouldContinue() { in ShouldContinue() function in zip::internal::ZipWriter
49 while (ShouldContinue()) { in AddFileContent()
122 if (!ShouldContinue()) in AddDirectoryEntry()
Dzip_writer.h84 bool ShouldContinue();
/external/clang/lib/Index/
DIndexDecl.cpp422 bool ShouldContinue = Visitor.Visit(D); in indexDecl() local
423 if (!ShouldContinue) in indexDecl()
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp947 bool &ShouldContinue) { in CheckForUseCFGHazard() argument
955 ShouldContinue = true; in CheckForUseCFGHazard()
1063 bool ShouldContinue = false; in CheckForCFGHazards() local
1066 ShouldContinue); in CheckForCFGHazards()
1067 if (ShouldContinue) in CheckForCFGHazards()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp1167 bool &ShouldContinue) { in CheckForUseCFGHazard() argument
1175 ShouldContinue = true; in CheckForUseCFGHazard()
1280 bool ShouldContinue = false; in CheckForCFGHazards() local
1283 ShouldContinue); in CheckForCFGHazards()
1284 if (ShouldContinue) in CheckForCFGHazards()
/external/llvm-project/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp1200 bool &ShouldContinue) { in CheckForUseCFGHazard() argument
1208 ShouldContinue = true; in CheckForUseCFGHazard()
1313 bool ShouldContinue = false; in CheckForCFGHazards() local
1316 ShouldContinue); in CheckForCFGHazards()
1317 if (ShouldContinue) in CheckForCFGHazards()
/external/llvm-project/clang/lib/Index/
DIndexDecl.cpp744 bool ShouldContinue = Visitor.Visit(D); in indexDecl() local
745 if (!ShouldContinue) in indexDecl()
/external/llvm-project/clang/lib/Sema/
DSemaAvailability.cpp894 bool ShouldContinue = TraverseStmt(If->getThen()); in TraverseIfStmt() local
897 return ShouldContinue && TraverseStmt(If->getElse()); in TraverseIfStmt()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp728 bool ShouldContinue; in vectorizePairs() local
743 ShouldContinue = getCandidatePairs(BB, Start, CandidatePairs, in vectorizePairs()
835 } while (ShouldContinue); in vectorizePairs()
1263 bool ShouldContinue = false, IAfterStart = false; in getCandidatePairs() local
1338 ShouldContinue = true; in getCandidatePairs()
1343 if (ShouldContinue) in getCandidatePairs()
1350 return ShouldContinue; in getCandidatePairs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp2128 bool ShouldContinue = true; in runImpl() local
2144 while (ShouldContinue) { in runImpl()
2146 ShouldContinue = iterateOnFunction(F); in runImpl()
2147 Changed |= ShouldContinue; in runImpl()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2199 bool ShouldContinue = true; in runImpl() local
2214 while (ShouldContinue) { in runImpl()
2216 ShouldContinue = iterateOnFunction(F); in runImpl()
2217 Changed |= ShouldContinue; in runImpl()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DGVN.cpp2310 bool ShouldContinue = true; in runImpl() local
2326 while (ShouldContinue) { in runImpl()
2328 ShouldContinue = iterateOnFunction(F); in runImpl()
2329 Changed |= ShouldContinue; in runImpl()
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp834 Value *ShouldContinue = Builder.CreateICmpNE(Loaded_MaskOut, OldVal_MaskOut); in expandPartwordCmpXchg() local
835 Builder.CreateCondBr(ShouldContinue, LoopBB, EndBB); in expandPartwordCmpXchg()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp917 Value *ShouldContinue = Builder.CreateICmpNE(Loaded_MaskOut, OldVal_MaskOut); in expandPartwordCmpXchg() local
918 Builder.CreateCondBr(ShouldContinue, LoopBB, EndBB); in expandPartwordCmpXchg()
/external/llvm-project/llvm/lib/CodeGen/
DAtomicExpandPass.cpp936 Value *ShouldContinue = Builder.CreateICmpNE(Loaded_MaskOut, OldVal_MaskOut); in expandPartwordCmpXchg() local
937 Builder.CreateCondBr(ShouldContinue, LoopBB, EndBB); in expandPartwordCmpXchg()