Home
last modified time | relevance | path

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

12

/external/junit/src/main/java/org/junit/internal/
DChecks.java4 public final class Checks { class
6 private Checks() {} in Checks() method in Checks
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp105 SmallVectorImpl<Value*> &Checks) { in generateCreationChecksForBinOp()
188 SmallVectorImpl<Value*> &Checks) { in generateCreationChecks()
297 SmallVector<Value*, 4> Checks; in rewrite() local
/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/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyModule.cpp26 std::vector<std::unique_ptr<ClangTidyCheck>> Checks; in createChecks() local
DClangTidy.cpp304 std::vector<std::unique_ptr<ClangTidyCheck>> Checks) in ClangTidyASTConsumer()
314 std::vector<std::unique_ptr<ClangTidyCheck>> Checks; member in clang::tidy::__anon9e868c940111::ClangTidyASTConsumer
394 std::vector<std::unique_ptr<ClangTidyCheck>> Checks = in CreateASTConsumer() local
471 std::vector<std::unique_ptr<ClangTidyCheck>> Checks = in getCheckOptions() local
DClangTidyOptions.h69 llvm::Optional<std::string> Checks; member
/external/mockito/src/main/java/org/mockito/internal/util/
DChecks.java11 public class Checks { class
/external/llvm-project/openmp/runtime/test/affinity/format/
Dcheck.py6 class Checks(object): 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
/external/llvm-project/clang-tools-extra/clangd/
DTidyProvider.cpp124 static void mergeCheckList(llvm::Optional<std::string> &Checks, in mergeCheckList()
170 TidyProvider addTidyChecks(llvm::StringRef Checks, in addTidyChecks()
DConfig.h92 std::string Checks; member
/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
/external/llvm-project/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.cpp739 unsigned LoopPredication::collectChecks(SmallVectorImpl<Value *> &Checks, in collectChecks()
799 SmallVector<Value *, 4> Checks; in widenGuardConditions() local
825 SmallVector<Value *, 4> Checks; in widenWidenableBranchGuardConditions() local
DLoopLoadElimination.cpp393 SmallVector<RuntimePointerCheck, 4> Checks; in collectMemchecks() local
526 SmallVector<RuntimePointerCheck, 4> Checks = collectMemchecks(Candidates); in processLoop() local
/external/fmtlib/doc/
Dapi.rst157 .. _udt:
/external/llvm-project/llvm/unittests/Target/AArch64/
DInstSizes.cpp44 std::function<void(AArch64InstrInfo &, MachineFunction &)> Checks) { in runChecks()
/external/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp47 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks) { in setAliasChecks()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp48 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks) { in setAliasChecks()
/external/llvm-project/clang-tools-extra/clang-tidy/tool/
DClangTidyMain.cpp63 static cl::opt<std::string> Checks("checks", cl::desc(R"( variable
/external/llvm-project/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp41 ArrayRef<RuntimePointerCheck> Checks, Loop *L, in LoopVersioning()

12