Home
last modified time | relevance | path

Searched refs:Checks (Results 1 – 25 of 223) sorted by relevance

123456789

/external/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp175 bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks) { in parseRangeChecks() argument
177 return parseRangeChecks(CheckCond, Checks, Visited); in parseRangeChecks()
180 bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks,
187 bool combineRangeChecks(SmallVectorImpl<RangeCheck> &Checks,
447 SmallVector<GuardWideningImpl::RangeCheck, 4> Checks, CombinedChecks; in widenCondCommon() local
448 if (parseRangeChecks(Cond0, Checks) && parseRangeChecks(Cond1, Checks) && in widenCondCommon()
449 combineRangeChecks(Checks, CombinedChecks)) { in widenCondCommon()
481 Value *CheckCond, SmallVectorImpl<GuardWideningImpl::RangeCheck> &Checks, in parseRangeChecks() argument
491 return parseRangeChecks(AndLHS, Checks) && in parseRangeChecks()
492 parseRangeChecks(AndRHS, Checks); in parseRangeChecks()
[all …]
DLoopLoadElimination.cpp356 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; in collectMemchecks() local
358 std::copy_if(AllChecks.begin(), AllChecks.end(), std::back_inserter(Checks), in collectMemchecks()
368 DEBUG(dbgs() << "\nPointer Checks (count: " << Checks.size() << "):\n"); in collectMemchecks()
369 DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in collectMemchecks()
371 return Checks; in collectMemchecks()
480 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks = in processLoop() local
484 if (Checks.size() > Candidates.size() * CheckPerElim) { in processLoop()
495 if (!Checks.empty() || !LAI.getPSE().getUnionPredicate().isAlwaysTrue()) { in processLoop()
506 LV.setAliasChecks(std::move(Checks)); in processLoop()
DLoopDistribute.cpp717 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop() local
720 if (!Pred.isAlwaysTrue() || !Checks.empty()) { in processLoop()
722 DEBUG(LAI->getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in processLoop()
724 LVer.setAliasChecks(std::move(Checks)); in processLoop()
800 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks() local
802 std::copy_if(AllChecks.begin(), AllChecks.end(), std::back_inserter(Checks), in includeOnlyCrossPartitionChecks()
826 return Checks; in includeOnlyCrossPartitionChecks()
/external/python/cpython2/Doc/library/
Dcurses.ascii.rst102 Checks for an ASCII alphanumeric character; it is equivalent to ``isalpha(c) or
108 Checks for an ASCII alphabetic character; it is equivalent to ``isupper(c) or
114 Checks for a character value that fits in the 7-bit ASCII set.
119 Checks for an ASCII whitespace character; space or horizontal tab.
124 Checks for an ASCII control character (in the range 0x00 to 0x1f or 0x7f).
129 Checks for an ASCII decimal digit, ``'0'`` through ``'9'``. This is equivalent
135 Checks for ASCII any printable character except space.
140 Checks for an ASCII lower-case character.
145 Checks for any ASCII printable character including space.
150 Checks for any printable ASCII character which is not a space or an alphanumeric
[all …]
/external/ltp/utils/ffsb-6.0-rc2/
Dconfigure.in25 dnl Checks for programs.
28 dnl Checks for libraries.
35 dnl Checks for header files.
40 dnl Checks for typedefs, structures, and compiler characteristics.
44 dnl Checks for library functions.
/external/mockito/src/main/java/org/mockito/internal/framework/
DDefaultMockitoFramework.java8 import org.mockito.internal.util.Checks;
16 Checks.checkNotNull(listener, "listener"); in addListener()
22 Checks.checkNotNull(listener, "listener"); in removeListener()
/external/curl/m4/
Dcurl-reentrant.m435 dnl Checks if the preprocessor _REENTRANT definition
87 dnl Checks if the preprocessor _REENTRANT definition
120 dnl Checks if the preprocessor _REENTRANT definition
153 dnl Checks if the preprocessor _REENTRANT definition
186 dnl Checks if the preprocessor _REENTRANT definition
219 dnl Checks if the preprocessor _REENTRANT definition
256 dnl Checks if the preprocessor _REENTRANT definition
289 dnl Checks if the preprocessor _REENTRANT definition
322 dnl Checks if the preprocessor _REENTRANT definition
355 dnl Checks if the preprocessor _REENTRANT definition
[all …]
Dxc-lt-iface.m428 dnl Checks some configure script options related with
174 dnl Checks wether libtool shared and static libraries
218 dnl Checks if the -version-info linker flag must be
248 dnl Checks if the -no-undefined linker flag must be
280 dnl Checks if the -mimpure-text linker flag must be
309 dnl Checks wether libtool shared and static libraries
355 dnl Checks wether a libtool shared or static library
/external/fec/
Dconfigure.in9 dnl Checks for programs.
15 dnl Checks for libraries.
18 dnl Checks for header files.
80 dnl Checks for library functions.
/external/mockito/src/main/java/org/mockito/internal/util/reflection/
DInstanceField.java7 import org.mockito.internal.util.Checks;
32 this.field = Checks.checkNotNull(field, "field"); in InstanceField()
33 this.instance = Checks.checkNotNull(instance, "instance"); in InstanceField()
/external/f2fs-tools/
Dconfigure.ac57 # Checks for programs.
64 # Checks for libraries.
93 # Checks for header files.
97 # Checks for typedefs, structures, and compiler characteristics.
103 # Checks for library functions.
/external/iputils/ninfod/
Dconfigure.in37 dnl Checks for programs.
45 dnl Checks for Enable/With
74 dnl Checks for libraries.
76 dnl Checks for header files.
101 dnl Checks for typedefs, structures, and compiler characteristics.
121 dnl Checks for library functions.
/external/swiftshader/third_party/LLVM/projects/sample/autoconf/
Dconfigure.ac49 dnl * Checks for header files.
53 dnl * Checks for typedefs, structures, and compiler characteristics.
57 dnl * Checks for library functions.
/external/skia/site/dev/contrib/
Dcqkeywords.md17 No-Dependency-Checks
20 No-Dependency-Checks: true
42 No-Tree-Checks
48 No-Tree-Checks: true
/external/stressapptest/
Dconfigure.ac67 # Checks for programs.
100 # Checks for header files.
114 # Checks for typedefs, structures, and compiler characteristics.
127 # Checks for library functions.
/external/libedit/
Dconfigure.ac42 # Checks for programs.
68 # Checks for header files.
96 # Checks for typedefs, structures, and compiler characteristics.
102 # Checks for library functions.
/external/libdaemon/
Dconfigure.ac46 # Checks for programs.
60 # Checks for header files.
66 # Checks for typedefs, structures, and compiler characteristics.
72 # Checks for library functions.
/external/swiftshader/third_party/subzero/tests_lit/reader_tests/
Dbinop-forms.test5 ; Checks that the new form of binary add (without flags argument) works.
10 ; Checks that the old form of binary add (with flags argument) works.
/external/libdivsufsort/include/
DCMakeLists.txt8 ## Checks for header files ##
27 ## Checks for WinIO ##
40 ## Checks for large file support ##
58 ## Checks for types ##
/external/antlr/antlr-3.4/runtime/C/
Dconfigure.ac64 # Checks for programs.
148 # Checks for libraries.
150 # Checks for header files.
194 # Checks for typedefs, structures, and compiler characteristics.
210 # Checks for library functions.
/external/autotest/server/site_tests/platform_CompromisedStatefulPartition/
Dcontrol20 2. Checks for OOBE screen after rebooting the device with
22 3. Checks that sign in is possible after OOBE.
/external/mockito/src/main/java/org/mockito/internal/configuration/injection/
DMockInjection.java13 import static org.mockito.internal.util.Checks.checkItemsNotNull;
14 import static org.mockito.internal.util.Checks.checkNotNull;
/external/libogg/
Dconfigure.in82 dnl Checks for programs.
84 dnl Checks for libraries.
86 dnl Checks for header files.
89 dnl Checks for typedefs, structures, and compiler characteristics.
285 dnl Checks for library functions.
/external/libcxx/docs/DesignDocs/
DDebugMode.rst68 Debug Mode Checks
75 Basic Checks
84 Iterator Debugging Checks
/external/autotest/server/site_tests/power_BrightnessResetAfterReboot/
Dcontrol20 1. Checks for the default brightness after initial boot.
22 3. Checks for the brightness level after rebooting the device.

123456789