Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dfixlib.h68 #define SUCCEEDED(p) ((p) == SUCCESS) macro
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dfixlib.h68 #define SUCCEEDED(p) ((p) == SUCCESS) macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinerror.d2250 bool SUCCEEDED(HRESULT Status) { in SUCCEEDED() function