Searched refs:write_five_obj (Results 1 – 2 of 2) sorted by relevance
24 struct write_five_obj { void operator()() const { global_int = 5; } }; in operator ()() argument56 write_five_obj five = write_five_obj(); // Initialization for Borland C++ 5.5 in test_zero_args()
23 struct write_five_obj { void operator()() const { global_int = 5; } }; in operator ()() struct55 write_five_obj five; in test_zero_args()