Home
last modified time | relevance | path

Searched defs:Multiply (Results 1 – 5 of 5) sorted by relevance

/llvm-project/flang/lib/Evaluate/
H A Dcomplex.cpp33 ValueWithRealFlags<Complex<R>> Complex<R>::Multiply( in Multiply() function in Fortran::evaluate::value::Complex
H A Dreal.cpp137 ValueWithRealFlags<Real<W, P>> Real<W, P>::Multiply( in Multiply() function in Fortran::evaluate::value::Real
/llvm-project/clang/test/SemaTemplate/
H A Ddependent-names.cpp193 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 DConstantRangeTest.cpp961 TEST_F(ConstantRangeTest,Multiply) TEST_F() argument
/llvm-project/flang/include/flang/Parser/
H A Dparse-tree.h1706 struct Multiply : public IntrinsicBinary { global() struct