Home
last modified time | relevance | path

Searched refs:FnTy (Results 26 – 50 of 514) sorted by relevance

12345678910>>...21

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dwarn-cast-align.c64 typedef int (*FnTy)(void); typedef
67 FnTy test5(void) { in test5()
68 return (FnTy)&func5; in test5()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dwarn-cast-align.c64 typedef int (*FnTy)(void); typedef
67 FnTy test5(void) { in test5()
68 return (FnTy)&func5; in test5()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Dwarn-cast-align.c64 typedef int (*FnTy)(void); typedef
67 FnTy test5(void) { in test5()
68 return (FnTy)&func5; in test5()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Sema/
H A Dwarn-cast-align.c64 typedef int (*FnTy)(void); typedef
67 FnTy test5(void) { in test5()
68 return (FnTy)&func5; in test5()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Sema/
H A Dwarn-cast-align.c64 typedef int (*FnTy)(void); typedef
67 FnTy test5(void) { in test5()
68 return (FnTy)&func5; in test5()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Dwarn-cast-align.c64 typedef int (*FnTy)(void); typedef
67 FnTy test5(void) { in test5()
68 return (FnTy)&func5; in test5()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dwarn-cast-align.c64 typedef int (*FnTy)(void); typedef
67 FnTy test5(void) { in test5()
68 return (FnTy)&func5; in test5()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Sema/
H A Dwarn-cast-align.c64 typedef int (*FnTy)(void); typedef
67 FnTy test5(void) { in test5()
68 return (FnTy)&func5; in test5()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Sema/
H A Dwarn-cast-align.c64 typedef int (*FnTy)(void); typedef
67 FnTy test5(void) { in test5()
68 return (FnTy)&func5; in test5()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dwarn-cast-align.c64 typedef int (*FnTy)(void); typedef
67 FnTy test5(void) { in test5()
68 return (FnTy)&func5; in test5()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Dwarn-cast-align.c64 typedef int (*FnTy)(void); typedef
67 FnTy test5(void) { in test5()
68 return (FnTy)&func5; in test5()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dwarn-cast-align.c64 typedef int (*FnTy)(void); typedef
67 FnTy test5(void) { in test5()
68 return (FnTy)&func5; in test5()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Sema/
H A Dwarn-cast-align.c64 typedef int (*FnTy)(void); typedef
67 FnTy test5(void) { in test5()
68 return (FnTy)&func5; in test5()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Dwarn-cast-align.c64 typedef int (*FnTy)(void); typedef
67 FnTy test5(void) { in test5()
68 return (FnTy)&func5; in test5()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dwarn-cast-align.c64 typedef int (*FnTy)(void); typedef
67 FnTy test5(void) { in test5()
68 return (FnTy)&func5; in test5()
/dports/devel/llvm90/llvm-9.0.1.src/unittests/Support/
H A DKnownBitsTest.cpp20 template<typename FnTy>
21 void ForeachKnownBits(unsigned Bits, FnTy Fn) { in ForeachKnownBits()
36 template<typename FnTy>
37 void ForeachNumInKnownBits(const KnownBits &Known, FnTy Fn) { in ForeachNumInKnownBits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dunaddressable-functions.cpp105 using FnTy = void (*)(); typedef
114 FnTy Fn; in test()
125 FnTy Fn; in testUnavailable()
140 FnTy Fn; in testAccess()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dunaddressable-functions.cpp105 using FnTy = void (*)(); typedef
114 FnTy Fn; in test()
125 FnTy Fn; in testUnavailable()
140 FnTy Fn; in testAccess()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dunaddressable-functions.cpp105 using FnTy = void (*)(); typedef
114 FnTy Fn; in test()
125 FnTy Fn; in testUnavailable()
140 FnTy Fn; in testAccess()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dunaddressable-functions.cpp105 using FnTy = void (*)(); typedef
114 FnTy Fn; in test()
125 FnTy Fn; in testUnavailable()
140 FnTy Fn; in testAccess()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dunaddressable-functions.cpp105 using FnTy = void (*)(); typedef
114 FnTy Fn; in test()
125 FnTy Fn; in testUnavailable()
140 FnTy Fn; in testAccess()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dunaddressable-functions.cpp105 using FnTy = void (*)(); typedef
114 FnTy Fn; in test()
125 FnTy Fn; in testUnavailable()
140 FnTy Fn; in testAccess()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dunaddressable-functions.cpp105 using FnTy = void (*)(); typedef
114 FnTy Fn; in test()
125 FnTy Fn; in testUnavailable()
140 FnTy Fn; in testAccess()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dunaddressable-functions.cpp105 using FnTy = void (*)(); typedef
114 FnTy Fn; in test()
125 FnTy Fn; in testUnavailable()
140 FnTy Fn; in testAccess()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dunaddressable-functions.cpp105 using FnTy = void (*)(); typedef
114 FnTy Fn; in test()
125 FnTy Fn; in testUnavailable()
140 FnTy Fn; in testAccess()

12345678910>>...21