Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/pigweed/pw_presubmit/
H A Ddocs.rst180 Code Formatting
229 Sorted Blocks
300 .gitmodules
326 #pragma once
332 #ifndef/#define
345 TODO(b/###) Formatting
356 Python Checks
363 Bazel Checks
369 Inclusive Language
387 OWNERS
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp107 SmallVector<Value*, 2> &Checks) { in generatePoisonChecksForBinOp()
188 SmallVector<Value*, 2> Checks; in generatePoisonChecks() local
292 SmallVector<Value*, 4> Checks; in rewrite() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp99 SmallVectorImpl<Value*> &Checks) { in generateCreationChecksForBinOp()
182 SmallVectorImpl<Value*> &Checks) { in generateCreationChecks()
294 SmallVector<Value*, 4> Checks; in rewrite() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A 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()
H A DLoopLoadElimination.cpp356 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; in collectMemchecks() local
480 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks = in processLoop() local
H A DLoopDistribute.cpp717 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop() local
800 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks() local
/aosp_15_r20/external/junit/src/main/java/org/junit/internal/
H A DChecks.java4 public final class Checks { class
6 private Checks() {} in Checks() method in Checks
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A 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()
H A 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
H A DLoopLoadElimination.cpp394 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; in collectMemchecks() local
523 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks = in processLoop() local
H A DLoopDistribute.cpp802 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop() local
911 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp237 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()
H A DLoopPredication.cpp755 unsigned LoopPredication::collectChecks(SmallVectorImpl<Value *> &Checks, in collectChecks()
815 SmallVector<Value *, 4> Checks; in widenGuardConditions() local
851 SmallVector<Value *, 4> Checks; in widenWidenableBranchGuardConditions() local
H A DLoopLoadElimination.cpp392 SmallVector<RuntimePointerCheck, 4> Checks; in collectMemchecks() local
539 SmallVector<RuntimePointerCheck, 4> Checks = collectMemchecks(Candidates); in processLoop() local
H A DLoopDistribute.cpp794 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop() local
904 SmallVector<RuntimePointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks() local
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/command/
Dif.rst104 .. _COMMAND:
124 .. _DEFINED:
/aosp_15_r20/external/rust/crates/libsqlite3-sys/
DUpgrade.md1 # Checks chapter
/aosp_15_r20/external/webrtc/rtc_base/
H A Dchecks_unittest.cc22 TEST(ChecksDeathTest, Checks) { in TEST() argument
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/util/
H A DChecks.java11 public class Checks { class
/aosp_15_r20/external/python/mako/doc/build/
Dusage.rst192 .. _usage_unicode:
/aosp_15_r20/build/soong/cc/config/
H A Dtidy.go187 Checks string member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/
DClangTidyOptions.h69 std::optional<std::string> Checks; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-tidy/
DClangTidyOptions.h69 std::optional<std::string> Checks; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-tidy/
DClangTidyOptions.h69 std::optional<std::string> Checks; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/
DClangTidyOptions.h69 std::optional<std::string> Checks; member

123456