Searched defs:Multiply (Results 1 – 5 of 5) sorted by relevance
/llvm-project/flang/lib/Evaluate/ | ||
H A D | complex.cpp | 33 ValueWithRealFlags<Complex<R>> Complex<R>::Multiply( in Multiply() function in Fortran::evaluate::value::Complex |
H A D | real.cpp | 137 ValueWithRealFlags<Real<W, P>> Real<W, P>::Multiply( in Multiply() function in Fortran::evaluate::value::Real |
/llvm-project/clang/test/SemaTemplate/ | ||
H A D | dependent-names.cpp | 193 int Multiply(int x, int y) { // expected-note {{should be declared prior to the call site}} in Multiply() function |
/llvm-project/llvm/unittests/IR/ | ||
H A D | ConstantRangeTest.cpp | 961 TEST_F(ConstantRangeTest,Multiply) TEST_F() argument |
/llvm-project/flang/include/flang/Parser/ | ||
H A D | parse-tree.h | 1706 struct Multiply : public IntrinsicBinary { global() struct |