/llvm-project/clang/test/Sema/ |
H A D | ptrauth-intrinsics-macro.c | 13 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 D | ptrauth.c | 22 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 D | sys_date.ostream.pass.cpp | 46 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 D | p1-0x.cpp | 35 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 D | p20.cpp | 60 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 D | sanitizer_posix.h | 124 __sanitizer_dirsiz(dp) global() argument
|
/llvm-project/compiler-rt/test/BlocksRuntime/ |
H A D | cast.c | 26 double *dp; in main() local
|
/llvm-project/clang/test/Modules/ |
H A D | macros.c | 42 DOUBLE *dp = &d; variable 139 LEFT_RIGHT_DIFFERENT *dp = &d; // okay in test3() local
|
/llvm-project/flang/test/Semantics/ |
H A D | structconst09.f90 | 13 subroutine test(da, dp) argument 15 procedure(f) dp local
|
H A D | modfile61.f90 | 50 procedure(p5) dp local
|
H A D | resolve69.f90 | 116 subroutine s2(dp,dpp) argument 118 procedure(character(:)) :: dp local
|
H A D | kinds01.f90 | 35 double precision dp variable
|
/llvm-project/libcxx/test/libcxx/containers/sequences/deque/ |
H A D | spare_block_handling.pass.cpp | 71 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 D | p5-cxx0x-no-extra-copy.cpp | 29 double *dp = 0; in get_value_badly() local
|
H A D | p5-cxx03-extra-copy.cpp | 31 double *dp = 0; in get_value_badly() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | delete-and-function-templates.cpp | 31 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 D | p3.cpp | 19 double * const &dp = ap; in test_ref_arg() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | typename-specifier-2.cpp | 30 extract_type_type<bind_metafun<add_pointer, double> >::t dp = &d; variable
|
H A D | instantiate-init.cpp | 21 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 D | fold-norm2.f90 | 16 integer, parameter :: dp = kind(0.d0) variable
|
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
H A D | p9-0x.cpp | 39 void test_explicit_spec_extension(double *dp) { in test_explicit_spec_extension()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | pointer-arithmetic-on-polymorphic-object-all.cpp | 122 BasePtr bp, DerivedPtr dp, FinalDerivedPtr fdp) { in typeAliases()
|
H A D | pointer-arithmetic-on-polymorphic-object-decl-only.cpp | 123 BasePtr bp, DerivedPtr dp, FinalDerivedPtr fdp) { in typeAliases()
|
/llvm-project/clang/lib/Headers/ |
H A D | pmmintrin.h | 232 _mm_loaddup_pd(dp) global() argument
|
/llvm-project/clang/test/OpenMP/ |
H A D | dispatch_ast_print.cpp | 65 int *dp = get_device_ptr(); in test_one() local
|