HomeSort by relevance Sort by last modified time
    Searched refs:ComplexType (Results 1 - 25 of 32) sorted by null

1 2

  /external/clang/lib/CodeGen/
CGExprComplex.cpp 197 QualType Elem = E->getType()->getAs<ComplexType>()->getElementType();
203 QualType Elem = E->getType()->getAs<ComplexType>()->getElementType();
329 CGF.ConvertType(E->getType()->getAs<ComplexType>()->getElementType());
358 SrcType = SrcType->getAs<ComplexType>()->getElementType();
359 DestType = DestType->getAs<ComplexType>()->getElementType();
437 DestTy = DestTy->getAs<ComplexType>()->getElementType();
570 if (Op.Ty->getAs<ComplexType>()->getElementType()->isUnsignedIntegerType()) {
756 QualType Ty = E->getType()->getAs<ComplexType>()->getElementType();
769 CGF.ConvertType(E->getType()->getAs<ComplexType>()->getElementType());
CGDebugInfo.h 85 llvm::DIType CreateType(const ComplexType *Ty);
CGCall.cpp 454 } else if (const ComplexType *CT = type->getAs<ComplexType>()) {
511 } else if (const ComplexType *CT = Ty->getAs<ComplexType>()) {
763 if (const ComplexType *CT = ResultType->getAs<ComplexType>()) {
    [all...]
CodeGenTypes.cpp 380 llvm::Type *EltTy = ConvertType(cast<ComplexType>(Ty)->getElementType());
TargetInfo.cpp     [all...]
CGExpr.cpp 558 QualType ElemTy = E->getType()->getAs<ComplexType>()->getElementType();
587 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) {
    [all...]
  /external/clang/lib/AST/
Type.cpp 356 if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType))
366 const ComplexType *Type::getAsComplexIntegerType() const {
367 if (const ComplexType *Complex = getAs<ComplexType>())
739 if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType))
778 return isa<ComplexType>(CanonicalType);
802 } else if (const ComplexType *CT = dyn_cast<ComplexType>(T))
    [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp 109 const ComplexType *CT = Type->castAs<ComplexType>();
    [all...]
MicrosoftMangle.cpp     [all...]
ASTImporter.cpp 44 QualType VisitComplexType(const ComplexType *T);
419 cast<ComplexType>(T1)->getElementType(),
420 cast<ComplexType>(T2)->getElementType()))
    [all...]
TypePrinter.cpp 217 void TypePrinter::printComplex(const ComplexType *T, std::string &S) {
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 477 struct CanProxyAdaptor<ComplexType> : public CanProxyBase<ComplexType> {
Type.h     [all...]
RecursiveASTVisitor.h 804 DEF_TRAVERSE_TYPE(ComplexType, {
    [all...]
ASTContext.h 90 mutable llvm::FoldingSet<ComplexType> ComplexTypes;
    [all...]
TypeLoc.h     [all...]
  /external/clang/utils/ABITest/
TypeGen.py 151 class ComplexType(Type):
289 return ComplexType(N, self.typeGen.get(N))
ABITestGen.py 240 elif isinstance(t, ComplexType):
301 elif isinstance(t, ComplexType):
331 elif isinstance(t, ComplexType):
  /external/clang/tools/libclang/
CIndexUSRs.cpp 645 if (const ComplexType *CT = T->getAs<ComplexType>()) {
CXType.cpp 538 ET = cast<ComplexType> (TP)->getElementType();
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp 639 QualType fpTy = cast<ComplexType>(ComplexTy)->getElementType();
688 QualType fp = cast<ComplexType>(ComplexTy)->getElementType();
    [all...]
SemaExprCXX.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]

Completed in 137 milliseconds

1 2