/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | FunctionCognitiveComplexityCheck.cpp | 228 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/ |
D | zip_writer.cc | 30 bool ZipWriter::ShouldContinue() { in ShouldContinue() function in zip::internal::ZipWriter 49 while (ShouldContinue()) { in AddFileContent() 122 if (!ShouldContinue()) in AddDirectoryEntry()
|
D | zip_writer.h | 84 bool ShouldContinue();
|
/external/clang/lib/Index/ |
D | IndexDecl.cpp | 422 bool ShouldContinue = Visitor.Visit(D); in indexDecl() local 423 if (!ShouldContinue) in indexDecl()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCOpts.cpp | 947 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/ |
D | ObjCARCOpts.cpp | 1167 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/ |
D | ObjCARCOpts.cpp | 1200 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/ |
D | IndexDecl.cpp | 744 bool ShouldContinue = Visitor.Visit(D); in indexDecl() local 745 if (!ShouldContinue) in indexDecl()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaAvailability.cpp | 894 bool ShouldContinue = TraverseStmt(If->getThen()); in TraverseIfStmt() local 897 return ShouldContinue && TraverseStmt(If->getElse()); in TraverseIfStmt()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 728 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/ |
D | GVN.cpp | 2128 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/ |
D | GVN.cpp | 2199 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/ |
D | GVN.cpp | 2310 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/ |
D | AtomicExpandPass.cpp | 834 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/ |
D | AtomicExpandPass.cpp | 917 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/ |
D | AtomicExpandPass.cpp | 936 Value *ShouldContinue = Builder.CreateICmpNE(Loaded_MaskOut, OldVal_MaskOut); in expandPartwordCmpXchg() local 937 Builder.CreateCondBr(ShouldContinue, LoopBB, EndBB); in expandPartwordCmpXchg()
|