Home
last modified time | relevance | path

Searched defs:dp (Results 1 – 25 of 44) sorted by relevance

12

/llvm-project/clang/test/Sema/
H A Dptrauth-intrinsics-macro.c13 void test(int *dp, int value) { in test() argument
36 test_string_discriminator(int * dp) test_string_discriminator() argument
41 test_sign_constant(int * dp) test_sign_constant() argument
[all...]
H A Dptrauth.c22 void test_strip(int *dp, int (*fp)(int)) { in test_strip() argument
39 void test_blend_discriminator(int *dp, int (*fp)(int), int value) { in test_blend_discriminator() argument
62 void test_sign_unauthenticated(int *dp, int (*fp)(int)) { in test_sign_unauthenticated() argument
81 void test_auth(int *dp, int (*fp)(int)) { in test_auth() argument
100 void test_auth_and_resign(int *dp, int (*fp)(int)) { in test_auth_and_resign() argument
123 void test_sign_generic_data(int *dp) { in test_sign_generic_data()
177 void test_sign_constant(int *dp, fp_t fp) { in test_sign_constant()
/llvm-project/libcxx/test/std/time/time.clock/time.clock.system/
H A Dsys_date.ostream.pass.cpp46 static std::basic_string<CharT> stream_c_locale(const std::chrono::sys_days& dp) { in stream_c_locale()
53 static std::basic_string<CharT> stream_fr_FR_locale(const std::chrono::sys_days& dp) { in stream_fr_FR_locale()
62 static std::basic_string<CharT> stream_ja_JP_locale(const std::chrono::sys_days& dp) { in stream_ja_JP_locale()
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp35 void test_simple_deduction(int *ip, float *fp, double *dp) { in test_simple_deduction()
48 void test_simple_ref_deduction(int *ip, float *fp, double *dp) { in test_simple_ref_deduction()
62 void test_pair_deduction(int *ip, float *fp, double *dp) { in test_pair_deduction()
/llvm-project/clang/test/CXX/expr/expr.unary/expr.new/
H A Dp20.cpp60 double *dp = &x; in operator delete() local
77 double *dp = &x; in operator delete() local
118 double *dp = &x; in operator delete() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.h124 __sanitizer_dirsiz(dp) global() argument
/llvm-project/compiler-rt/test/BlocksRuntime/
H A Dcast.c26 double *dp; in main() local
/llvm-project/clang/test/Modules/
H A Dmacros.c42 DOUBLE *dp = &d; variable
139 LEFT_RIGHT_DIFFERENT *dp = &d; // okay in test3() local
/llvm-project/flang/test/Semantics/
H A Dstructconst09.f9013 subroutine test(da, dp) argument
15 procedure(f) dp local
H A Dmodfile61.f9050 procedure(p5) dp local
H A Dresolve69.f90116 subroutine s2(dp,dpp) argument
118 procedure(character(:)) :: dp local
H A Dkinds01.f9035 double precision dp variable
/llvm-project/libcxx/test/libcxx/containers/sequences/deque/
H A Dspare_block_handling.pass.cpp71 std::unique_ptr<Deque<LargeT>> dp(new Deque<LargeT>); in push_back() local
133 std::unique_ptr<Deque<LargeT>> dp(new Deque<LargeT>); in push_front() local
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-cxx0x-no-extra-copy.cpp29 double *dp = 0; in get_value_badly() local
H A Dp5-cxx03-extra-copy.cpp31 double *dp = 0; in get_value_badly() local
/llvm-project/clang/test/SemaCXX/
H A Ddelete-and-function-templates.cpp31 double *dp = g(3); //expected-error{{ambiguous}} in foo() local
45 …int *dp = g(3); // this is OK - because the non-double specializations are deleted and sfinae's ou… in foo() local
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp3.cpp19 double * const &dp = ap; in test_ref_arg() local
/llvm-project/clang/test/SemaTemplate/
H A Dtypename-specifier-2.cpp30 extract_type_type<bind_metafun<add_pointer, double> >::t dp = &d; variable
H A Dinstantiate-init.cpp21 void test_f0(int *ip, float *fp, double *dp) { in test_f0()
32 void test_f1(X0 *x0, int *ip, float *fp, double *dp) { in test_f1()
/llvm-project/flang/test/Evaluate/
H A Dfold-norm2.f9016 integer, parameter :: dp = kind(0.d0) variable
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp9-0x.cpp39 void test_explicit_spec_extension(double *dp) { in test_explicit_spec_extension()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dpointer-arithmetic-on-polymorphic-object-all.cpp122 BasePtr bp, DerivedPtr dp, FinalDerivedPtr fdp) { in typeAliases()
H A Dpointer-arithmetic-on-polymorphic-object-decl-only.cpp123 BasePtr bp, DerivedPtr dp, FinalDerivedPtr fdp) { in typeAliases()
/llvm-project/clang/lib/Headers/
H A Dpmmintrin.h232 _mm_loaddup_pd(dp) global() argument
/llvm-project/clang/test/OpenMP/
H A Ddispatch_ast_print.cpp65 int *dp = get_device_ptr(); in test_one() local

12