Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 1066) sorted by relevance

12345678910>>...43

/llvm-project/clang/docs/
H A DPointerAuthentication.rst288 ``ptrauth_key``
302 ``ptrauth_extra_data_t``
312 ``ptrauth_blend_discriminator``
331 ``ptrauth_string_discriminator``
348 ``ptrauth_strip``
359 ``ptrauth_sign_constant``
378 ``ptrauth_sign_unauthenticated``
392 ``ptrauth_auth_and_resign``
412 ``ptrauth_auth_data``
429 ``ptrauth_sign_generic_data``
/llvm-project/libc/test/src/string/
H A Dmemmem_test.cpp17 char *h = nullptr; TEST() local
24 char *h = nullptr; TEST() local
31 char h[] = {'a', 'b', 'c'}; TEST() local
38 char h[] = {'a', 'b', 'c'}; TEST() local
45 char h[] = {'a', 'a', 'b', 'c'}; TEST() local
53 char h[] = {'a', 'b', 'a', 'c', 'a', 'a'}; TEST() local
59 char h[] = {'a', 'a', 'b', 'a', 'b', 'a'}; TEST() local
67 char h[] = {'\0', 'a', 'b'}; TEST() local
75 char h[] = {'a'}; TEST() local
81 char h[] = {'a', 'A'}; TEST() local
87 char h[] = {'a'}; TEST() local
93 char h[] = {'\0'}; TEST() local
102 char h[] = {'a', 'b', 'c'}; TEST() local
108 char h[] = {'a', 'b', 'c'}; TEST() local
117 char h[] = {'a', 'b', 'c'}; TEST() local
123 char h[] = {'a', 'b', 'c'}; TEST() local
[all...]
/llvm-project/clang/test/CodeGen/
H A Dmips-madd4.c7 float madd_s (float f, float g, float h) in madd_s()
15 float msub_s (float f, float g, float h) in msub_s()
23 double madd_d (double f, double g, double h) in madd_d()
31 double msub_d (double f, double g, double h) in msub_d()
40 float nmadd_s (float f, float g, float h) in nmadd_s()
52 float nmsub_s (float f, float g, float h) in nmsub_s()
64 double nmadd_d (double f, double g, double h) in nmadd_d()
76 double nmsub_d (double f, double g, double h) in nmsub_d()
H A Daarch64-args-hfa.c
H A Dcfstring.c23 void h(void) { in h() function
24 static void* h = CFSTR("Goodbye, World!"); in h() local
/llvm-project/clang/test/CodeGen/X86/
H A Dkeylocker.c133 unsigned int test_encodekey128_u32(unsigned int htype, __m128i key, void *h) { in test_encodekey128_u32()
219 unsigned int test_encodekey256_u32(unsigned int htype, __m128i key_lo, __m128i key_hi, void *h) { in test_encodekey256_u32()
293 unsigned char test_mm_aesenc256kl_u8(__m128i *odata, __m128i idata, const void *h) { in test_mm_aesenc256kl_u8()
367 unsigned char test_mm_aesdec256kl_u8(__m128i *odata, __m128i idata, const void *h) { in test_mm_aesdec256kl_u8()
441 unsigned char test_mm_aesenc128kl_u8(__m128i *odata, __m128i idata, const void *h) { in test_mm_aesenc128kl_u8()
515 unsigned char test_mm_aesdec128kl_u8(__m128i *odata, __m128i idata, const void *h) { in test_mm_aesdec128kl_u8()
705 unsigned char test__mm_aesencwide128kl_u8(__m128i odata[8], const __m128i idata[8], const void* h) { in test__mm_aesencwide128kl_u8()
895 unsigned char test__mm_aesdecwide128kl_u8(__m128i odata[8], const __m128i idata[8], const void* h) { in test__mm_aesdecwide128kl_u8()
1085 unsigned char test__mm_aesencwide256kl_u8(__m128i odata[8], const __m128i idata[8], const void* h) { in test__mm_aesencwide256kl_u8()
1275 unsigned char test__mm_aesdecwide256kl_u8(__m128i odata[8], const __m128i idata[8], const void* h) { in test__mm_aesdecwide256kl_u8()
/llvm-project/third-party/unittest/googletest/include/gtest/internal/custom/
H A DREADME.md7 ### The following macros can be defined:
18 ### Logging:
24 ### Threading:
33 ### Underlying library support features
37 ### Exporting API symbols:
/llvm-project/clang/test/CodeGenCXX/
H A Dlinkage.cpp11 void *h() { return g(); } in h() function
22 void *h() { return g(); } in h() function
33 void *h() { return g(); } in h() function
57 void *h() { return g<1>(); } in h() function
66 void *h() { in g() function
75 void *h() { return g(); } in h() function
84 void *h() { in g() function
93 void *h() { return g(); } in h() function
104 void *h() { return g(); } in h() function
115 void *h() { return g(); } in h() function
[all …]
/llvm-project/libcxx/docs/
H A DTestingLibcxx.rst243 TEST_FAIL(ARG)libcxx/test/support/assert_macros.h global() argument
250 TEST_REQUIRE(CONDITION, ARG)libcxx/test/support/assert_macros.h global() argument
257 TEST_LIBCPP_REQUIRE((CONDITION, ARG)libcxx/test/support/assert_macros.h global() argument
267 TEST_DOES_NOT_THROW(EXPR)libcxx/test/support/assert_macros.h global() argument
272 TEST_THROWS_TYPE(TYPE, EXPR)libcxx/test/support/assert_macros.h global() argument
278 TEST_VALIDATE_EXCEPTION(TYPE, PRED, EXPR)libcxx/test/support/assert_macros.h global() argument
/llvm-project/polly/lib/External/isl/include/isl/
H A Dhash.h22 #define isl_hash_byte(h,b) do { \ argument
26 #define isl_hash_hash(h,h2) \ argument
33 #define isl_hash_bits(h,bits) \ argument
42 #define isl_hash_builtin(h,l) isl_hash_mem(h, &l, sizeof(l)) argument
H A Darg.h130 #define ISL_ARG_FOOTER(h) { \ argument
134 #define ISL_ARG_CHOICE(st,f,s,l,c,d,h) { \ argument
143 #define ISL_ARG_OPT_CHOICE(st,f,s,l,c,d,ds,h) { \ argument
152 #define ISL_ARG_PHANTOM_USER_CHOICE_F(s,l,c,setter,d,h,fl) { \ argument
162 #define ISL_ARG_USER_OPT_CHOICE(st,f,s,l,c,setter,d,ds,h) { \ argument
171 #define _ISL_ARG_BOOL_F(o,s,l,setter,d,h,fl) { \ argument
180 #define ISL_ARG_BOOL_F(st,f,s,l,d,h,fl) \ argument
182 #define ISL_ARG_BOOL(st,f,s,l,d,h) \ argument
184 #define ISL_ARG_PHANTOM_BOOL_F(s,l,setter,h,fl) \ argument
186 #define ISL_ARG_PHANTOM_BOOL(s,l,setter,h) \ argument
[all …]
/llvm-project/llvm/test/DebugInfo/AArch64/
H A Ddebugframeinfo.s19 .global h symbol
20 h: label
/llvm-project/lld/test/ELF/
H A Deh-frame-hdr-augmentation.s40 .global h symbol
42 h: label
/llvm-project/clang-tools-extra/test/clang-move/Inputs/
H A Dfunction_test.h6 void h(T t) {} in h() function
9 void h(int t) {} in h() function
/llvm-project/llvm/test/MC/ELF/
H A Dcfi-return-column.s24 .global h symbol
26 h: label
/llvm-project/clang/test/CodeGenObjCXX/
H A Dmsabi-objc-types.mm41 void h(Class) {} function
44 void h(Class &) {} function
47 void h(const Class &) {} function
50 void h(Class &&) {} function
/llvm-project/clang/test/OpenMP/
H A Dtarget_parallel_generic_loop_codegen-3.cpp19 int &h = b[1][1]; in main() local
33 int &h = b[1][1]; in main() local
47 int &h = b[1][1]; in main() local
H A Dtarget_parallel_for_debug_codegen.cpp19 int &h = b[1][1]; in main() local
33 int &h = b[1][1]; in main() local
47 int &h = b[1][1]; in main() local
/llvm-project/libcxx/test/libcxx/containers/gnu_cxx/
H A Dhash_map.pass.cpp24 __gnu_cxx::hash_map<int, int> h; in test_default_does_not_allocate() local
28 __gnu_cxx::hash_multimap<int, int> h; in test_default_does_not_allocate() local
H A Dhash_set.pass.cpp24 __gnu_cxx::hash_set<int> h; in test_default_does_not_allocate() local
28 __gnu_cxx::hash_multiset<int> h; in test_default_does_not_allocate() local
/llvm-project/libcxx/test/std/time/time.duration/time.duration.arithmetic/
H A Dop_++.pass.cpp23 std::chrono::hours h(3); in test_constexpr() local
31 std::chrono::hours h(3); in main() local
H A Dop_--.pass.cpp23 std::chrono::hours h(3); in test_constexpr() local
31 std::chrono::hours h(3); in main() local
/llvm-project/llvm/test/MC/AsmParser/
H A Dseh-directive-errors.s71 .globl h # -- Begin function h symbol
73 h: # @h label
/llvm-project/libcxx/test/std/utilities/variant/variant.hash/
H A Dhash.pass.cpp42 assert(h(v) == h(v)); in test_hash_variant() local
63 const H h{}; test_hash_variant() local
87 const H h{}; test_hash_variant() local
95 const H h{}; test_hash_monostate() local
115 H h{}; test_hash_variant_duplicate_elements() local
[all...]
/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp14-23.cpp18 constexpr static int h() requires C<I> { return 0; } // expected-note {{member declaration nearly matches}} h() function
54 constexpr int A<4>::h() { return 1; } h() function in A
57 constexpr int A<0>::h() { return 2; } // expected-error {{out-of-line definition of 'h' does not match any declaration in 'A<0>'}} h() function in A

12345678910>>...43