Home
last modified time | relevance | path

Searched refs:FuncPointer (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics-library.cpp100 struct FuncTypeAnalyzer<FuncPointer<HostTR, HostTA...>> {
168 Expr<SomeType> ApplyHostFunction(FuncPointer<HostTR, HostTA...> func, in ApplyHostFunction()
215 using F = FuncPointer<HostT, HostT>;
216 using F2 = FuncPointer<HostT, HostT, HostT>;
259 using F2A = FuncPointer<std::complex<HostT>, const HostT &,
299 using F = FuncPointer<float, float>;
300 using FN = FuncPointer<float, int, float>;
314 using F = FuncPointer<double, double>;
315 using FN = FuncPointer<double, int, double>;
331 using F = FuncPointer<long double, long double>;
[all …]
/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-nocf_check.c5 typedef void (*FuncPointer)(void); typedef
17 void testNoCfCheckMismatch(FuncPointer f) { in testNoCfCheckMismatch()
H A Dattr-nocf_check.cpp5 typedef void (*FuncPointer)(void); typedef
17 void testNoCfCheckMismatch(FuncPointer f) { in testNoCfCheckMismatch()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dnocf_check.ll9 ;; typedef void(*FuncPointer)(void); ;;
10 ;; void NoCfCheckCall(FuncPointer f) { ;;
11 ;; __attribute__((nocf_check)) FuncPointer p = f; ;;