Searched refs:StaticCallable (Results 1 – 3 of 3) sorted by relevance
644 struct StaticCallable { static int opCall(int) { return 0; } } in opCall() argument645 StaticCallable stcall_val;646 StaticCallable* stcall_ptr;
2102 struct StaticCallable { static int opCall(int) { return 0; } }2103 StaticCallable stcall_val;2104 StaticCallable* stcall_ptr;
2284 struct StaticCallable { static int opCall(int) { return 0; } }2285 StaticCallable stcall_val;2286 StaticCallable* stcall_ptr;