Home
last modified time | relevance | path

Searched defs:REAL (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/include/flang/Evaluate/
H A Dcomplex.h38 constexpr const Part &REAL() const { return re_; } in REAL() function
/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h241 # define REAL( global() macro
245 # define REAL(x) __interception::PTR_TO_REAL( global() macro
255 # define REAL( global() macro
/llvm-project/flang/include/flang/Optimizer/Support/
H A DInternalNames.h35 enum class IntrinsicType { CHARACTER, COMPLEX, INTEGER, LOGICAL, REAL }; global() enumerator
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp19 #define REAL(x) __interception::PTR_TO_REAL(x) macro