Lines Matching full:dllimport
2567 @code{__declspec(dllimport)}. However, in practice that
2604 #define FOO_IMPORT __declspec(dllimport)
7361 the @code{dllimport} attribute and also fails to explicitly add the
7395 decorate them with dllexport. Instead, they should use dllimport,
7399 __declspec(dllimport) int a_variable
7400 __declspec(dllimport) void a_function(int with_args)
7406 code the header must declare them as dllimport. There are a number
7416 by adding special decorations (dllimport/dllexport), which let the
7446 without the additional information supplied by dllimport/dllexport decorations.