Home
last modified time | relevance | path

Searched defs:g6 (Results 1 – 3 of 3) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dcodecapi.h10 # define DEFINE_CODECAPI_GUID(name, guidstr, g1,g2,g3,g4,g5,g6,g7,g8,g9,g10,g11) \ argument
23 # define DEFINE_CODECAPI_GUID(name, guidstr, g1,g2,g3,g4,g5,g6,g7,g8,g9,g10,g11) \ argument
28 # define DEFINE_CODECAPI_GUID(name, guidstr, g1,g2,g3,g4,g5,g6,g7,g8,g9,g10,g11) DEFINE_GUIDSTRU… argument
/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/
Dissue60377.go82 func g6[P any](T[P], P) {} func
/prebuilts/go/linux-x86/src/internal/types/testdata/examples/
Dinference2.go85 func g6(func(int), func(string)) {} func