Searched refs:checker (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h3275 extern kmp_uint32 __kmp_eq_4(kmp_uint32 value, kmp_uint32 checker);
3276 extern kmp_uint32 __kmp_neq_4(kmp_uint32 value, kmp_uint32 checker);
3277 extern kmp_uint32 __kmp_lt_4(kmp_uint32 value, kmp_uint32 checker);
3278 extern kmp_uint32 __kmp_ge_4(kmp_uint32 value, kmp_uint32 checker);
3279 extern kmp_uint32 __kmp_le_4(kmp_uint32 value, kmp_uint32 checker);
3280 extern kmp_uint32 __kmp_wait_4(kmp_uint32 volatile *spinner, kmp_uint32 checker,
3283 extern void __kmp_wait_4_ptr(void *spinner, kmp_uint32 checker,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp94 for (const auto &checker : *checkers)
95 checker(D, mgr, BR);
447 // Note, We do not chain the checker output (like in expandGraphWithCheckers)
454 // We define the builder outside of the loop because if at least one checker
603 // If any checker declares the state infeasible (or if it starts that way),
625 // If any checker declares the state infeasible (or if it starts that
639 // If any checker declares the state infeasible (or if it starts that way),
649 /// Only one checker will evaluate the call.
682 break; // on release don't check that no other checker also evals.
728 // See whether the current checker ha
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp43 APIMisuse(const CheckerBase *checker, const char *name) argument
44 : BugType(checker, name, "API Misuse (Apple)") {}
162 // within the same checker callback. For now we don't want to, but
1139 /// The checker restricts the return values of APIs known to
H A DDynamicTypePropagation.cpp14 // This checker defines the rules for dynamic type gathering and propagation.
17 // This checker tries to find type errors that the compiler is not able to catch
109 /// This value is set to true, when the Generics checker is turned on.
539 // This checker detects the subtyping relationships using the assignment
541 // first. The checker treats every type as kindof type anyways: when the
980 DynamicTypePropagation *checker = mgr.getChecker<DynamicTypePropagation>(); local
981 checker->CheckGenerics = true;
H A DLocalizationChecker.cpp10 // 1) A checker that warns about uses of non-localized NSStrings passed to
12 // 2) A syntactic checker that warns against the bad practice of
92 // When this parameter is set to true, the checker assumes all
1399 NonLocalizedStringChecker *checker =
1401 checker->IsAggressive =
1403 checker, "AggressiveReport");
H A DCStringChecker.cpp341 // These checks are either enabled by the CString out-of-bounds checker
342 // explicitly or implicitly by the Malloc checker.
1305 // First, get the two buffers' addresses. Another checker will have already
1968 // First, get the two buffers' addresses. Another checker will have already
2122 // These should probably be moved into a C++ standard library checker.
2291 // If the callee isn't a string function, let another checker handle it.
2443 CStringChecker *checker = mgr.getChecker<CStringChecker>(); \
2444 checker->Filter.Check##name = true; \
2445 checker->Filter.CheckName##name = mgr.getCurrentCheckerName(); \

Completed in 205 milliseconds

12