/llvm-project/flang/test/Lower/OpenMP/ |
H A D | derived-type-map.f90 | 11 real(4) :: real global() component 29 real(4) :: real global() component 50 real(4) :: real global() component 72 real(4) :: real global() component 96 real(4) :: real global() component 119 real(4) :: real global() component 124 real(4) :: real global() component 151 real(4) :: real global() component 156 real(4) :: real global() component 185 real(4) :: real global() component 190 real(4) :: real global() component 220 real(4) :: real global() component 225 real(4) :: real global() component [all...] |
/llvm-project/flang/test/Integration/OpenMP/ |
H A D | map-types-and-sizes.f90 | 77 real(4) :: real component 92 real(4) :: real component 107 real(4) :: real component 122 real(4) :: real component 137 real( component 153 real(4) :: real global() component 158 real(4) :: real global() component 175 real(4) :: real global() component 180 real(4) :: real global() component 197 real(4) :: real global() component 202 real(4) :: real global() component [all...] |
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | builtins-ppc-xlcompat-cmplx.c | 124 double _Complex testcmplx(double real, double imag) { in testcmplx() argument 236 float _Complex testcmplxf(float real, float imag) { in testcmplxf() argument
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | Complex.cpp | 33 assert(real.getType() == imag.getType() && "part types must match"); in createComplex() argument 26 createComplex(fir::KindTy kind,mlir::Value real,mlir::Value imag) createComplex() argument
|
/llvm-project/flang/test/Lower/HLFIR/ |
H A D | intrinsic-dynamically-optional.f90 | 70 real :: real local 159 real :: real(3) local [all...] |
/llvm-project/mlir/lib/Conversion/ComplexToLLVM/ |
H A D | ComplexToLLVM.cpp | 43 Value real) { in setReal() argument 47 Value ComplexStructBuilder::real(OpBuilder &builder, Location loc) { in real() function in ComplexStructBuilder 75 Value real = complexStruct.real(rewriter, op.getLoc()); in matchAndRewrite() local 129 Value real in matchAndRewrite() local 193 Value real = matchAndRewrite() local 277 Value real = rewriter.create<LLVM::FSubOp>( matchAndRewrite() local 312 Value real = matchAndRewrite() local [all...] |
/llvm-project/mlir/lib/Dialect/Complex/IR/ |
H A D | ComplexDialect.cpp | 63 ::llvm::APFloat real, ::llvm::APFloat imag, ::mlir::Type type) { in verify() 92 double real, imag; in parse() local
|
H A D | ComplexOps.cpp | 359 APFloat real = cast<FloatAttr>(arrayAttr[0]).getValue(); in fold() local 385 APFloat real = cast<FloatAttr>(arrayAttr[0]).getValue(); in fold() local
|
/llvm-project/clang/test/Index/ |
H A D | complete-super.cpp | 19 void B::bar(float real) { in bar()
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve83.f90 | 27 real pure real function realFunc() variable
|
H A D | resolve84.f90 | 12 type real type
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_s390x.S | 14 .macro intercept symbol, real
|
/llvm-project/clang/test/SemaCXX/ |
H A D | delete-non-virtual-dtor.cpp | 25 virtual void real() {} in real() function
|
H A D | align-x86.cpp | 6 double real; member
|
/llvm-project/lld/COFF/ |
H A D | MinGW.h | 60 Symbol *real; global() member
|
/llvm-project/mlir/lib/Conversion/ComplexToStandard/ |
H A D | ComplexToStandard.cpp | 33 Value computeAbs(Value real, Value imag, arith::FastMathFlags fmf, in computeAbs() argument 85 Value real = b.create<complex::ReOp>(adaptor.getComplex()); in matchAndRewrite() local 208 Value real in matchAndRewrite() local 505 Value real = matchAndRewrite() local 536 Value real = b.create<complex::ReOp>(elementType, exp); matchAndRewrite() local 562 Value real = b.create<complex::ReOp>(elementType, adaptor.getComplex()); matchAndRewrite() local 583 Value real = b.create<complex::ReOp>(adaptor.getComplex()); matchAndRewrite() local 652 Value real = b.create<arith::SubFOp>(lhsRealTimesRhsReal, matchAndRewrite() local 820 Value real = matchAndRewrite() local 879 Value real = b.create<complex::ReOp>(elementType, adaptor.getComplex()); matchAndRewrite() local 947 Value real = b.create<complex::ReOp>(elementType, adaptor.getComplex()); matchAndRewrite() local 980 Value real = matchAndRewrite() local 1076 Value real = matchAndRewrite() local 1233 Value real = b.create<complex::ReOp>(elementType, adaptor.getComplex()); matchAndRewrite() local 1298 Value real = matchAndRewrite() local [all...] |
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_win_weak_interception.cpp |
|
/llvm-project/compiler-rt/lib/builtins/ |
H A D | int_types.h | 249 float real, imaginary; member 253 double real, imaginary; member 257 long double real, imaginary; member 269 tf_float real, imaginary; member
|
/llvm-project/compiler-rt/lib/builtins/ppc/ |
H A D | divtc3.c | 49 DD real = {.ld = __gcc_qdiv(realNumerator, denom)}; in __divtc3() local
|
H A D | multc3.c | 29 DD real = {.ld = __gcc_qsub(ac, bd)}; in __multc3() local
|
/llvm-project/clang/test/Tooling/ |
H A D | clang-diff-ast.cpp | 36 using real = double; typedef
|
/llvm-project/compiler-rt/test/builtins/Unit/ |
H A D | divtc3_test.c | 25 tf_float real = COMPLEXTF_REAL(x); in classify() local
|
/llvm-project/compiler-rt/lib/safestack/ |
H A D | safestack_platform.h | 51 void *real = dlsym(RTLD_NEXT, symbol); GetRealLibcAddress() local
|
/llvm-project/clang/test/Analysis/ |
H A D | MPIMock.h | 16 namespace std { template<class T> struct complex { T real; T imag; }; } member
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/mpi/Inputs/type-mismatch/ |
H A D | mpimock.h | 21 namespace std { template<class T> struct complex { T real; T imag; }; } member
|