Home
last modified time | relevance | path

Searched refs:func18 (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/
H A Dfunc.spec.cpp146 template <typename T> auto func18() -> A::C;
184 template <typename T> auto func18() -> A::C { in func18() function
216 template <> auto func18<int>() -> class A::C;
231 template auto func18<char>() -> A::C;
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Darm-unwind-packed.s604 func18: label
712 .rva func18
/llvm-project-15.0.7/llvm/test/CodeGen/VE/Scalar/
H A Dleft_shift.ll155 define i32 @func18(i32 %0) {
156 ; CHECK-LABEL: func18:
H A Dright_shift.ll143 define zeroext i16 @func18(i16 zeroext %0) {
144 ; CHECK-LABEL: func18:
H A Dsext_zext_load.ll160 define i64 @func18() {
161 ; CHECK-LABEL: func18:
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dseh-packed.s758 .seh_proc func18
759 func18: label
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dcmp_elimination.ll449 define void @func18(i32 zeroext %a, i32 zeroext %b) {
450 ; CHECK-LABEL: @func18
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A DMultipleConstraintsOnSmallInputTest.cpp151 int func18(uint8_t a1, uint8_t a2) { in func18() function
3331 if (func18(data[1], data[11]) == 0) in api()