Searched refs:BGL_FIRST (Results 1 – 2 of 2) sorted by relevance
17 #define BGL_FIRST(linenum) (BGL_RANGE(linenum).first) macro66 BGL_FIRST(__LINE__) != BGL_LAST(__LINE__); \67 BGL_FIRST(__LINE__) = BGL_LAST(__LINE__)) \70 BGL_FIRST(__LINE__) != BGL_LAST(__LINE__) \71 ? (VNAME = *BGL_FIRST(__LINE__), true) \73 ++BGL_FIRST(__LINE__))80 BGL_FIRST(__LINE__) != BGL_LAST(__LINE__); \81 BGL_FIRST(__LINE__) = BGL_LAST(__LINE__)) \83 BGL_FIRST(__LINE__) != BGL_LAST(__LINE__) \84 ? (VNAME = *BGL_FIRST(__LINE__), true) \[all …]
14 #undef BGL_FIRST