Home
last modified time | relevance | path

Searched defs:Complex (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dcomplex_type.h17 template <typename T> struct Complex { struct
25 using type = _Complex float; argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstShared.h45 Complex = 9, enumerator
H A DType.cpp748 if (const auto *Complex = getAs<ComplexType>()) in getAsComplexIntegerType() local
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenValue.h34 enum Flavor { Scalar, Complex, Aggregate }; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h350 Complex = 28, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2459 llvm::Constant *Complex[2]; in tryEmitPrivate() local
2482 llvm::Constant *Complex[2]; in tryEmitPrivate() local
H A DCGCall.cpp2314 if (const ComplexType *Complex = dyn_cast<ComplexType>(QTy)) in DetermineNoUndef() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1384 enum class EvalKind { Scalar, Complex, Aggregate }; enumerator