Searched refs:tempf (Results 1 – 2 of 2) sorted by relevance
32 with open(json_data_file, 'r') as tempf:33 toolchain_data = json.load(tempf)
369 template<typename A, typename B> void tempf(A a, B b) { in tempf() function378 tempf(x, y); // expected-note{{in instantiation of}} in test()