Home
last modified time | relevance | path

Searched defs:sf2 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/PCH/
H A Dfixed-point-literal.c13 short _Fract sf2 = sf; variable
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-abbreviated-template.cpp19 using sf2 = decltype(S<int>::foo2(1, 2)); // expected-error{{no matching function}} typedef
/llvm-project/flang/test/Semantics/
H A Dstmt-func01.f9016 type(t1) sf2 global() variable
/llvm-project/clang/test/CodeGen/X86/
H A Davx512fp16-abi.c182 _Float16 sf2(struct shalf2 s) { in sf2() function
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp204 constexpr int (*sf2)(int) = &s.f; global() variable