Home
last modified time | relevance | path

Searched defs:hf (Results 1 – 23 of 23) sorted by relevance

/llvm-project/clang/test/SemaCUDA/
H A Dasm-constraints-mixed.cu21 void hf() { in hf() function
H A Dbuiltins.cu20 void hf() { in hf() function
H A Ddeferred-oeverload.cu45 __host__ void hf() { in hf() function
H A Dfunction-template-overload.cu84 __host__ void hf() { in hf() function
/llvm-project/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
H A Dallocator.pass.cpp92 HF hf(42); in main() local
H A Dinit.pass.cpp135 HF hf(43); in main() local
H A Diter_iter.pass.cpp147 HF hf(43); in main() local
/llvm-project/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/
H A Dallocator.pass.cpp92 HF hf(42); in main() local
H A Dinit.pass.cpp135 HF hf(43); in main() local
H A Diter_iter.pass.cpp147 HF hf(43); in main() local
/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/
H A Dallocator.pass.cpp114 HF hf(12); in main() local
H A Dinit.pass.cpp135 HF hf(42); in main() local
H A Diter_iter.pass.cpp151 HF hf(42); in main() local
/llvm-project/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
H A Dallocator.pass.cpp114 HF hf(12); in main() local
H A Dinit.pass.cpp190 HF hf(42); in main() local
H A Diter_iter.pass.cpp208 HF hf (43); in main() local
/llvm-project/clang/test/SemaCXX/
H A Dcxx0x-deleted-default-ctor.cpp112 has_friend hf; variable
/llvm-project/clang/test/CodeGen/X86/
H A Dbfloat-half-abi.c92 struct bfloatfloat hf(__bf16 a, float b) { in hf() function
H A Dbfloat-abi.c92 struct bfloatfloat hf(__bf16 a, float b) { in hf() function
H A Davx512fp16-abi.c93 struct halffloat hf(_Float16 a, float b) { in hf() function
/llvm-project/clang/test/CodeGen/RISCV/
H A Dbfloat-abi.c368 struct bfloatfloat hf(__bf16 a, float b) { in hf() function
/llvm-project/clang/test/CodeGen/
H A Dflexible-array-init.c53 struct { int a; union { int b; short x[]; }; int c; int d; } hf = {1, 2, {}, 3}; variable
/llvm-project/clang/test/CodeGenCXX/
H A Dvisibility.cpp1014 HIDDEN foo ha, hb, hc, hd, he, hf; variable