Home
last modified time | relevance | path

Searched defs:Check (Results 1 – 25 of 219) sorted by relevance

123456789

/external/rust/cxx/syntax/
Dcheck.rs12 pub(crate) struct Check<'a> { struct
19 do_typecheck(&mut Check { in typecheck() argument
26 fn do_typecheck(cx: &mut Check) { in do_typecheck()
60 impl Check<'_> { implementation
66 fn check_type_ident(cx: &mut Check, name: &NamedType) { in check_type_ident()
79 fn check_type_box(cx: &mut Check, ptr: &Ty1) { in check_type_box()
97 fn check_type_rust_vec(cx: &mut Check, ty: &Ty1) { in check_type_rust_vec()
124 fn check_type_unique_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_unique_ptr()
142 fn check_type_shared_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_shared_ptr()
163 fn check_type_weak_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_weak_ptr()
[all …]
Dident.rs4 fn check(cx: &mut Check, name: &Pair) { in check()
11 fn check_cxx_ident(cx: &mut Check, ident: &str) { in check()
20 fn check_rust_ident(cx: &mut Check, ident: &str) { in check()
27 pub(crate) fn check_all(cx: &mut Check, apis: &[Api]) { in check_all()
/external/pigweed/pw_assert/
Dassert_backend_compile_test.cc75 TEST(Check, NoMessage) { in TEST() argument
81 TEST(Check, WithMessageAndArgs) { in TEST() argument
90 TEST(Check, IntComparison) { in TEST() argument
104 TEST(Check, UintComparison) { in TEST() argument
118 TEST(Check, PtrComparison) { in TEST() argument
132 TEST(Check, FloatComparison) { in TEST() argument
159 TEST(Check, ComparisonArgumentsWithCommas) { in TEST() argument
175 TEST(Check, ShortNamesWork) { in TEST() argument
204 TEST(Check, CheckOkMacrosCompile) { in TEST() argument
231 TEST(Check, AssertBackendCompileTestsInC) { in TEST() argument
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
Dp4.cpp72 using Check = T; in operator T() typedef
73 using Check = Expected; in operator T() typedef
92 using Check = T; in operator T&() typedef
93 using Check = Expected; in operator T&() typedef
106 using Check = T; in operator const T() typedef
107 using Check = Expected; in operator const T() typedef
116 using Check = T; in operator const T&() typedef
117 using Check = Expected; in operator const T&() typedef
/external/llvm-project/flang/lib/Semantics/
Dpointer-assignment.cpp108 template <typename T> bool PointerAssignmentChecker::Check(const T &) { in Check() function in Fortran::semantics::PointerAssignmentChecker
117 bool PointerAssignmentChecker::Check(const evaluate::Expr<T> &x) { in Check() function in Fortran::semantics::PointerAssignmentChecker
121 bool PointerAssignmentChecker::Check(const SomeExpr &rhs) { in Check() function in Fortran::semantics::PointerAssignmentChecker
133 bool PointerAssignmentChecker::Check(const evaluate::NullPointer &) { in Check() function in Fortran::semantics::PointerAssignmentChecker
138 bool PointerAssignmentChecker::Check(const evaluate::FunctionRef<T> &f) { in Check() function in Fortran::semantics::PointerAssignmentChecker
186 bool PointerAssignmentChecker::Check(const evaluate::Designator<T> &d) { in Check() function in Fortran::semantics::PointerAssignmentChecker
254 bool PointerAssignmentChecker::Check( in Check() function in Fortran::semantics::PointerAssignmentChecker
264 bool PointerAssignmentChecker::Check(const evaluate::ProcedureDesignator &d) { in Check() function in Fortran::semantics::PointerAssignmentChecker
272 bool PointerAssignmentChecker::Check(const evaluate::ProcedureRef &ref) { in Check() function in Fortran::semantics::PointerAssignmentChecker
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dgetpw_getgr.cpp14 void Check(const char *str) { in Check() function
20 void Check(const passwd *result) { in Check() function
43 void Check(const group *result) { in Check() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp157 auto *Check = in generatePoisonChecksForBinOp() local
166 auto *Check = in generatePoisonChecksForBinOp() local
202 Value *Check = in generatePoisonChecks() local
214 Value *Check = in generatePoisonChecks() local
297 if (auto *Check = generatePoisonChecks(I)) in rewrite() local
/external/libvpx/libvpx/test/
Dregister_state_check.h66 void Check() const { in Check() function
112 void Check() const { in Check() function
159 void Check() const { in Check() function
/external/grpc-grpc/src/csharp/Grpc.HealthCheck/
DHealthGrpc.cs52 …::System.Threading.Tasks.Task<global::Grpc.Health.V1.HealthCheckResponse> Check(global::Grpc.Healt… in Check() method in Grpc.Health.V1.Health.HealthBase
82 …public virtual global::Grpc.Health.V1.HealthCheckResponse Check(global::Grpc.Health.V1.HealthCheck… in Check() method in Grpc.Health.V1.Health.HealthClient
86 …public virtual global::Grpc.Health.V1.HealthCheckResponse Check(global::Grpc.Health.V1.HealthCheck… in Check() method in Grpc.Health.V1.Health.HealthClient
/external/llvm-project/clang/test/SemaCXX/
Dchar8_t.cpp40 using Check = E; in check() typedef
41 using Check = T; in check() typedef
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp155 auto *Check = in generateCreationChecksForBinOp() local
164 auto *Check = in generateCreationChecksForBinOp() local
206 Value *Check = in generateCreationChecks() local
219 Value *Check = in generateCreationChecks() local
/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DSetLongJmpCheck.cpp27 SetLongJmpCheck &Check; member in clang::tidy::cert::__anon44ab7db30111::SetJmpMacroCallbacks
30 explicit SetJmpMacroCallbacks(SetLongJmpCheck &Check) : Check(Check) {} in SetJmpMacroCallbacks()
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DTodoCommentCheck.cpp20 TodoCommentHandler(TodoCommentCheck &Check, llvm::Optional<std::string> User) in TodoCommentHandler()
48 TodoCommentCheck &Check; member in clang::tidy::google::readability::TodoCommentCheck::TodoCommentHandler
DAvoidUnderscoreInGoogletestNameCheck.cpp38 Preprocessor *PP, AvoidUnderscoreInGoogletestNameCheck *Check) in AvoidUnderscoreInGoogletestNameCallback()
76 AvoidUnderscoreInGoogletestNameCheck *Check; member in clang::tidy::google::readability::__anon642930010111::AvoidUnderscoreInGoogletestNameCallback
/external/llvm-project/clang-tools-extra/clang-tidy/portability/
DRestrictSystemIncludesCheck.h47 explicit RestrictedIncludesPPCallbacks(RestrictSystemIncludesCheck &Check, in RestrictedIncludesPPCallbacks()
77 RestrictSystemIncludesCheck &Check; variable
/external/pigweed/pw_kvs/
Dfake_flash_memory.cc25 Status FlashError::Check(std::span<FlashError> errors, in Check() function in pw::kvs::FlashError
37 Status FlashError::Check(FlashMemory::Address start_address, size_t size) { in Check() function in pw::kvs::FlashError
/external/libaom/libaom/test/
Dregister_state_check.h67 void Check() const { in Check() function
120 void Check() const { in Check() function
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DReplaceDisallowCopyAndAssignMacroCheck.cpp25 ReplaceDisallowCopyAndAssignMacroCheck &Check, Preprocessor &PP) in ReplaceDisallowCopyAndAssignMacroCallbacks()
68 ReplaceDisallowCopyAndAssignMacroCheck &Check; member in clang::tidy::modernize::__anonf785fb0f0111::ReplaceDisallowCopyAndAssignMacroCallbacks
DDeprecatedHeadersCheck.cpp36 ClangTidyCheck &Check; member in clang::tidy::modernize::__anon7cbeda5c0111::IncludeModernizePPCallbacks
49 IncludeModernizePPCallbacks::IncludeModernizePPCallbacks(ClangTidyCheck &Check, in IncludeModernizePPCallbacks()
/external/llvm-project/clang/test/CodeGen/
Dexceptions-seh-nested-finally.c15 int Check = 0; in main() local
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DMacroUsageCheck.cpp34 MacroUsageCallbacks(MacroUsageCheck *Check, const SourceManager &SM, in MacroUsageCallbacks()
58 MacroUsageCheck *Check; member in clang::tidy::cppcoreguidelines::__anon9acab19e0111::MacroUsageCallbacks
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSuspiciousIncludeCheck.cpp20 explicit SuspiciousIncludePPCallbacks(SuspiciousIncludeCheck &Check, in SuspiciousIncludePPCallbacks()
33 SuspiciousIncludeCheck &Check; member in clang::tidy::bugprone::__anond52d949f0111::SuspiciousIncludePPCallbacks
/external/gwp_asan/gwp_asan/
Dutilities.h21 GWP_ASAN_ALWAYS_INLINE void Check(bool Condition, const char *Message) { in Check() function
/external/llvm-project/clang/test/Modules/Inputs/odr_hash-Unresolved/
Dfunction.h4 static void Check(int*, int) {} in Check() function
/external/llvm-project/clang-tools-extra/clang-tidy/altera/
DKernelNameRestrictionCheck.cpp26 explicit KernelNameRestrictionPPCallbacks(ClangTidyCheck &Check, in KernelNameRestrictionPPCallbacks()
50 ClangTidyCheck &Check; member in clang::tidy::altera::__anonb77e64330111::KernelNameRestrictionPPCallbacks

123456789