Home
last modified time | relevance | path

Searched refs:declspec (Results 1 – 9 of 9) sorted by relevance

/external/opencv/cxcore/include/
Dcxmisc.h662 #define IPCVAPI(type,declspec,name,args) \ argument
664 typedef type (declspec* name##_t) args; \
666 type declspec name args;
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dmesa.def27 ; points are compiled with dllexport declspec.
/external/clang/test/SemaObjC/
Dnullability.m1 // RUN: %clang_cc1 -fsyntax-only -fblocks -Woverriding-method-mismatch -Wno-nullability-declspec %s…
/external/clang/include/clang/Basic/
DTokenKinds.def481 // disabled via '-fno-declspec'.
DDiagnosticGroups.td266 def NullabilityDeclSpec : DiagGroup<"nullability-declspec">;
/external/pcre/dist/
DCMakeLists.txt694 # # make sure to not use declspec(dllimport) in static mode on windows
/external/openssh/
DChangeLog7417 "declspec(dllimport)" for historical reasons, because the GNU linker didn't
7421 declspec(dllimport). The least intrusive way to get rid of these warnings
Dconfigure.ac590 # Cygwin defines optargs, optargs as declspec(dllimport) for historical
/external/clang/include/clang/Driver/
DOptions.td829 def fno_declspec : Flag<["-"], "fno-declspec">, Group<f_clang_Group>,