Searched refs:IntFn (Results 1 – 2 of 2) sorted by relevance
180 static void TestUnaryOpExhaustive(UnaryRangeFn RangeFn, UnaryIntFn IntFn, in TestUnaryOpExhaustive() argument186 if (Optional<APInt> ResultN = IntFn(N)) in TestUnaryOpExhaustive()227 static void TestBinaryOpExhaustive(BinaryRangeFn RangeFn, BinaryIntFn IntFn, in TestBinaryOpExhaustive() argument236 if (Optional<APInt> ResultN = IntFn(N1, N2)) in TestBinaryOpExhaustive()
179 typedef int (*IntFn)(); typedef181 int b[(int)IntFn(f)()]; // ok