HomeSort by: relevance | last modified time | path
    Searched defs:TMP_DECL (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
mpfr-gmp.h 339 #define TMP_DECL(m) struct tmp_marker *tmp_marker
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 331 /* Usage: TMP_DECL;
342 TMP_DECL just declares a variable, but might be empty and so must be last
377 #define TMP_DECL struct tmp_reentrant_t *__tmp_marker
394 #define TMP_SDECL TMP_DECL
395 #define TMP_DECL struct tmp_reentrant_t *__tmp_marker
414 #define TMP_SDECL TMP_DECL
415 #define TMP_DECL struct tmp_marker __tmp_marker
448 #define TMP_DECL TMP_DECL_NAME(__tmp_xmarker, "__tmp_marker")

Completed in 28 milliseconds