Searched defs:f2c (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-function.cpp81 function<int(int, int)> f2c = add<float>(); local
84 f2c = f2d;
86 f2c(1.0, 3);
/external/clang/test/CodeGenCXX/
H A Dfloat128-declarations.cpp38 static const __float128 f2c; member in class:C1
46 return arg * C1::f2c;

Completed in 153 milliseconds