Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantRangeTest.cpp180 static void TestUnaryOpExhaustive(UnaryRangeFn RangeFn, UnaryIntFn IntFn, in TestUnaryOpExhaustive() argument
186 if (Optional<APInt> ResultN = IntFn(N)) in TestUnaryOpExhaustive()
227 static void TestBinaryOpExhaustive(BinaryRangeFn RangeFn, BinaryIntFn IntFn, in TestBinaryOpExhaustive() argument
236 if (Optional<APInt> ResultN = IntFn(N1, N2)) in TestBinaryOpExhaustive()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp179 typedef int (*IntFn)(); typedef
181 int b[(int)IntFn(f)()]; // ok