Home
last modified time | relevance | path

Searched defs:Checks (Results 1 – 25 of 27) sorted by relevance

12

/external/pigweed/pw_presubmit/
Ddocs.rst185 Code Formatting
223 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/
Djava_toolchain.md225 ### [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/
Djava_toolchain.md225 ### [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/
DChecks.java4 public final class Checks { class
6 private Checks() {} in Checks() method in Checks
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp107 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/
Dchecks_unittest.cc22 TEST(ChecksDeathTest, Checks) { in TEST() argument
/external/mockito/src/main/java/org/mockito/internal/util/
DChecks.java11 public class Checks { class
/external/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp175 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()
DLoopLoadElimination.cpp356 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; in collectMemchecks() local
480 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks = in processLoop() local
DLoopDistribute.cpp717 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop() local
800 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks() local
DInductiveRangeCheckElimination.cpp320 SmallVectorImpl<InductiveRangeCheck> &Checks, in extractRangeChecksFromCond()
388 SmallVectorImpl<InductiveRangeCheck> &Checks) { in extractRangeChecksFromBranch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp232 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()
DLoopPredication.cpp737 unsigned LoopPredication::collectChecks(SmallVectorImpl<Value *> &Checks, in collectChecks()
797 SmallVector<Value *, 4> Checks; in widenGuardConditions() local
823 SmallVector<Value *, 4> Checks; in widenWidenableBranchGuardConditions() local
DLoopLoadElimination.cpp394 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; in collectMemchecks() local
523 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks = in processLoop() local
DLoopDistribute.cpp802 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop() local
911 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks() local
DInductiveRangeCheckElimination.cpp338 SmallVectorImpl<InductiveRangeCheck> &Checks, in extractRangeChecksFromCond()
394 SmallVectorImpl<InductiveRangeCheck> &Checks) { in extractRangeChecksFromBranch()
/external/fmtlib/doc/
Dapi.rst157 .. _udt:
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp48 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks) { in setAliasChecks()
/external/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp47 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks) { in setAliasChecks()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h492 SmallVector<PointerCheck, 4> Checks; variable
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h488 SmallVector<PointerCheck, 4> Checks; variable
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp192 SmallVector<PointerCheck, 4> Checks; in generateChecks() local
410 raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks, in printChecks()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp928 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
DCGExpr.cpp546 SmallVector<std::pair<llvm::Value *, SanitizerMask>, 3> Checks; in EmitTypeCheck() local
2713 SmallVector<std::pair<llvm::Value *, SanitizerMask>, 5> Checks; in EmitCfiCheckFail() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp236 SmallVector<PointerCheck, 4> Checks; in generateChecks() local
454 raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks, in printChecks()

12