Home
last modified time | relevance | path

Searched defs:hh (Results 1 – 8 of 8) sorted by relevance

/llvm-project/flang/test/Lower/
H A Dentry-statement.f9020 character(10) hh, qq, m variable
119 function hh(c1) function
120 character(10) c1, hh, qq local
/llvm-project/flang/test/Semantics/OpenACC/
H A Dacc-declare-validity.f9056 real(8) :: ff(:), hh(:), ii(:,:) local
/llvm-project/libc/src/stdio/scanf_core/
H A Dcore_structs.h23 enum class LengthModifier { hh, h, l, ll, j, z, t, L, NONE }; global() enumerator
/llvm-project/libc/src/stdio/printf_core/
H A Dcore_structs.h27 enum class LengthModifier { hh, h, l, ll, j, z, t, L, w, wf, none }; enumerator
/llvm-project/clang/test/Analysis/
H A Dpr22954.c275 struct hh { struct
281 struct hh h0; in f17() argument
/llvm-project/clang/test/SemaCUDA/
H A Dfunction-overload.cu43 __host__ void hh() {} // expected-note {{previous definition is here}} in hh() function
44 void hh() {} // expected-error {{redefinition of 'hh'}} in hh() function
/llvm-project/clang/test/SemaCXX/
H A Dattr-noreturn.cpp116 const HH& hh = HH(); in test_31() local
H A Dcxx2b-consteval-propagate.cpp42 constexpr T hh() { // hh<int> is an immediate function in hh() function