Searched defs:Complex (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ExprConstShared.h | 37 Complex = 9, global() enumerator |
H A D | Type.cpp | 645 if (const auto *Complex = getAs<ComplexType>()) getAsComplexIntegerType() local |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGValue.h | 40 enum Flavor { Scalar, Complex, Aggregate }; global() enumerator |
H A D | CGExprConstant.cpp | 2101 llvm::Constant *Complex[2]; tryEmitPrivate() local |
H A D | CGCall.cpp | 2228 if (const ComplexType *Complex = dyn_cast<ComplexType>(QTy)) DetermineNoUndef() local |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ | ||
H A D | PDBTypes.h | 350 Complex = 28, enumerator |