| /external/pigweed/pw_presubmit/ | 
| D | docs.rst | 185 Code Formatting223 Sorted Blocks
 294 .gitmodules
 319 #pragma once
 327 TODO(b/###) Formatting
 338 Python Checks
 345 Inclusive Language
 363 OWNERS
 373 Source in Build
 
 | 
| /external/cronet/build/android/docs/ | 
| D | java_toolchain.md | 225 ### [ErrorProne](https://errorprone.info/)239 ### [Android Lint](https://developer.android.com/studio/write/lint)
 253 ### [Bytecode Processor](/build/android/bytecode/)
 262 ### [PRESUBMIT.py](/PRESUBMIT.py):
 270 ### [Checkstyle](https://checkstyle.sourceforge.io/)
 280 ### [clang-format](https://clang.llvm.org/docs/ClangFormat.html)
 
 | 
| /external/angle/build/android/docs/ | 
| D | java_toolchain.md | 225 ### [ErrorProne](https://errorprone.info/)239 ### [Android Lint](https://developer.android.com/studio/write/lint)
 253 ### [Bytecode Processor](/build/android/bytecode/)
 262 ### [PRESUBMIT.py](/PRESUBMIT.py):
 270 ### [Checkstyle](https://checkstyle.sourceforge.io/)
 280 ### [clang-format](https://clang.llvm.org/docs/ClangFormat.html)
 
 | 
| /external/junit/src/main/java/org/junit/internal/ | 
| D | Checks.java | 4 public final class Checks {  class6     private Checks() {}  in Checks()  method in Checks
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ | 
| D | PoisonChecking.cpp | 107                                          SmallVector<Value*, 2> &Checks) {  in generatePoisonChecksForBinOp()188   SmallVector<Value*, 2> Checks;  in generatePoisonChecks()  local
 292       SmallVector<Value*, 4> Checks;  in rewrite()  local
 
 | 
| /external/webrtc/rtc_base/ | 
| D | checks_unittest.cc | 22 TEST(ChecksDeathTest, Checks) {  in TEST()  argument
 | 
| /external/mockito/src/main/java/org/mockito/internal/util/ | 
| D | Checks.java | 11 public class Checks {  class
 | 
| /external/llvm/lib/Transforms/Scalar/ | 
| D | GuardWidening.cpp | 175   bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks) {  in parseRangeChecks()447     SmallVector<GuardWideningImpl::RangeCheck, 4> Checks, CombinedChecks;  in widenCondCommon()  local
 481     Value *CheckCond, SmallVectorImpl<GuardWideningImpl::RangeCheck> &Checks,  in parseRangeChecks()
 555     SmallVectorImpl<GuardWideningImpl::RangeCheck> &Checks,  in combineRangeChecks()
 
 | 
| D | LoopLoadElimination.cpp | 356     SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks;  in collectMemchecks()  local480     SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks =  in processLoop()  local
 
 | 
| D | LoopDistribute.cpp | 717     auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition,  in processLoop()  local800     SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks;  in includeOnlyCrossPartitionChecks()  local
 
 | 
| D | InductiveRangeCheckElimination.cpp | 320     SmallVectorImpl<InductiveRangeCheck> &Checks,  in extractRangeChecksFromCond()388     SmallVectorImpl<InductiveRangeCheck> &Checks) {  in extractRangeChecksFromBranch()
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ | 
| D | GuardWidening.cpp | 232   bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks) {  in parseRangeChecks()544     SmallVector<GuardWideningImpl::RangeCheck, 4> Checks, CombinedChecks;  in widenCondCommon()  local
 581     Value *CheckCond, SmallVectorImpl<GuardWideningImpl::RangeCheck> &Checks,  in parseRangeChecks()
 653     SmallVectorImpl<GuardWideningImpl::RangeCheck> &Checks,  in combineRangeChecks()
 
 | 
| D | LoopPredication.cpp | 737 unsigned LoopPredication::collectChecks(SmallVectorImpl<Value *> &Checks,  in collectChecks()797   SmallVector<Value *, 4> Checks;  in widenGuardConditions()  local
 823   SmallVector<Value *, 4> Checks;  in widenWidenableBranchGuardConditions()  local
 
 | 
| D | LoopLoadElimination.cpp | 394     SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks;  in collectMemchecks()  local523     SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks =  in processLoop()  local
 
 | 
| D | LoopDistribute.cpp | 802     auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition,  in processLoop()  local911     SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks;  in includeOnlyCrossPartitionChecks()  local
 
 | 
| D | InductiveRangeCheckElimination.cpp | 338     SmallVectorImpl<InductiveRangeCheck> &Checks,  in extractRangeChecksFromCond()394     SmallVectorImpl<InductiveRangeCheck> &Checks) {  in extractRangeChecksFromBranch()
 
 | 
| /external/fmtlib/doc/ | 
| D | api.rst | 157 .. _udt:
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ | 
| D | LoopVersioning.cpp | 48     SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks) {  in setAliasChecks()
 | 
| /external/llvm/lib/Transforms/Utils/ | 
| D | LoopVersioning.cpp | 47     SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks) {  in setAliasChecks()
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ | 
| D | LoopAccessAnalysis.h | 492   SmallVector<PointerCheck, 4> Checks;  variable
 | 
| /external/llvm/include/llvm/Analysis/ | 
| D | LoopAccessAnalysis.h | 488   SmallVector<PointerCheck, 4> Checks;  variable
 | 
| /external/llvm/lib/Analysis/ | 
| D | LoopAccessAnalysis.cpp | 192   SmallVector<PointerCheck, 4> Checks;  in generateChecks()  local410     raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks,  in printChecks()
 
 | 
| /external/clang/lib/CodeGen/ | 
| D | CGExprScalar.cpp | 928     ArrayRef<std::pair<Value *, SanitizerMask>> Checks, const BinOpInfo &Info) {  in EmitBinOpCheck()2231   SmallVector<std::pair<llvm::Value *, SanitizerMask>, 2> Checks;  in EmitUndefinedBehaviorIntegerDivAndRemCheck()  local
 2718     SmallVector<std::pair<Value *, SanitizerMask>, 2> Checks;  in EmitShl()  local
 
 | 
| D | CGExpr.cpp | 546   SmallVector<std::pair<llvm::Value *, SanitizerMask>, 3> Checks;  in EmitTypeCheck()  local2713   SmallVector<std::pair<llvm::Value *, SanitizerMask>, 5> Checks;  in EmitCfiCheckFail()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ | 
| D | LoopAccessAnalysis.cpp | 236   SmallVector<PointerCheck, 4> Checks;  in generateChecks()  local454     raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks,  in printChecks()
 
 |