Home
last modified time | relevance | path

Searched refs:tempf (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/util/bot/
Dvs_toolchain.py32 with open(json_data_file, 'r') as tempf:
33 toolchain_data = json.load(tempf)
/external/clang/test/SemaTemplate/
Ddependent-names.cpp369 template<typename A, typename B> void tempf(A a, B b) { in tempf() function
378 tempf(x, y); // expected-note{{in instantiation of}} in test()