/external/rust/cxx/syntax/ |
D | check.rs | 12 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 …]
|
D | ident.rs | 4 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/ |
D | assert_backend_compile_test.cc | 75 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/ |
D | p4.cpp | 72 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/ |
D | pointer-assignment.cpp | 108 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/ |
D | getpw_getgr.cpp | 14 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/ |
D | PoisonChecking.cpp | 157 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/ |
D | register_state_check.h | 66 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/ |
D | HealthGrpc.cs | 52 …::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/ |
D | char8_t.cpp | 40 using Check = E; in check() typedef 41 using Check = T; in check() typedef
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | PoisonChecking.cpp | 155 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/ |
D | SetLongJmpCheck.cpp | 27 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/ |
D | TodoCommentCheck.cpp | 20 TodoCommentHandler(TodoCommentCheck &Check, llvm::Optional<std::string> User) in TodoCommentHandler() 48 TodoCommentCheck &Check; member in clang::tidy::google::readability::TodoCommentCheck::TodoCommentHandler
|
D | AvoidUnderscoreInGoogletestNameCheck.cpp | 38 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/ |
D | RestrictSystemIncludesCheck.h | 47 explicit RestrictedIncludesPPCallbacks(RestrictSystemIncludesCheck &Check, in RestrictedIncludesPPCallbacks() 77 RestrictSystemIncludesCheck &Check; variable
|
/external/pigweed/pw_kvs/ |
D | fake_flash_memory.cc | 25 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/ |
D | register_state_check.h | 67 void Check() const { in Check() function 120 void Check() const { in Check() function
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | ReplaceDisallowCopyAndAssignMacroCheck.cpp | 25 ReplaceDisallowCopyAndAssignMacroCheck &Check, Preprocessor &PP) in ReplaceDisallowCopyAndAssignMacroCallbacks() 68 ReplaceDisallowCopyAndAssignMacroCheck &Check; member in clang::tidy::modernize::__anonf785fb0f0111::ReplaceDisallowCopyAndAssignMacroCallbacks
|
D | DeprecatedHeadersCheck.cpp | 36 ClangTidyCheck &Check; member in clang::tidy::modernize::__anon7cbeda5c0111::IncludeModernizePPCallbacks 49 IncludeModernizePPCallbacks::IncludeModernizePPCallbacks(ClangTidyCheck &Check, in IncludeModernizePPCallbacks()
|
/external/llvm-project/clang/test/CodeGen/ |
D | exceptions-seh-nested-finally.c | 15 int Check = 0; in main() local
|
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
D | MacroUsageCheck.cpp | 34 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/ |
D | SuspiciousIncludeCheck.cpp | 20 explicit SuspiciousIncludePPCallbacks(SuspiciousIncludeCheck &Check, in SuspiciousIncludePPCallbacks() 33 SuspiciousIncludeCheck &Check; member in clang::tidy::bugprone::__anond52d949f0111::SuspiciousIncludePPCallbacks
|
/external/gwp_asan/gwp_asan/ |
D | utilities.h | 21 GWP_ASAN_ALWAYS_INLINE void Check(bool Condition, const char *Message) { in Check() function
|
/external/llvm-project/clang/test/Modules/Inputs/odr_hash-Unresolved/ |
D | function.h | 4 static void Check(int*, int) {} in Check() function
|
/external/llvm-project/clang-tools-extra/clang-tidy/altera/ |
D | KernelNameRestrictionCheck.cpp | 26 explicit KernelNameRestrictionPPCallbacks(ClangTidyCheck &Check, in KernelNameRestrictionPPCallbacks() 50 ClangTidyCheck &Check; member in clang::tidy::altera::__anonb77e64330111::KernelNameRestrictionPPCallbacks
|