Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstShared.h40 Complex = 9, enumerator
H A DType.cpp699 if (const auto *Complex = getAs<ComplexType>()) in getAsComplexIntegerType() local
/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.cpp2342 llvm::Constant *Complex[2]; in tryEmitPrivate() local
2365 llvm::Constant *Complex[2]; in tryEmitPrivate() local
H A DCGCall.cpp2210 if (const ComplexType *Complex = dyn_cast<ComplexType>(QTy)) in DetermineNoUndef() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1287 enum class EvalKind { Scalar, Complex, Aggregate }; enumerator