/external/llvm/test/Object/ |
D | obj2yaml.test | 37 COFF-I386-NEXT: ComplexType: IMAGE_SYM_DTYPE_NULL 46 COFF-I386-NEXT: ComplexType: IMAGE_SYM_DTYPE_NULL 55 COFF-I386-NEXT: ComplexType: IMAGE_SYM_DTYPE_FUNCTION 62 COFF-I386-NEXT: ComplexType: IMAGE_SYM_DTYPE_NULL 69 COFF-I386-NEXT: ComplexType: IMAGE_SYM_DTYPE_NULL 76 COFF-I386-NEXT: ComplexType: IMAGE_SYM_DTYPE_NULL 112 COFF-X86-64-NEXT: ComplexType: IMAGE_SYM_DTYPE_NULL 121 COFF-X86-64-NEXT: ComplexType: IMAGE_SYM_DTYPE_NULL 130 COFF-X86-64-NEXT: ComplexType: IMAGE_SYM_DTYPE_NULL 137 COFF-X86-64-NEXT: ComplexType: IMAGE_SYM_DTYPE_NULL [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | 2010-02-01-DbgValueCrash.ll | 5 %tart.reflect.ComplexType = type { double, double } 7 @.type.SwitchStmtTest = constant %tart.reflect.ComplexType { double 3.0, double 2.0 } 12 …tail call void @"tart.reflect.ComplexType.create->tart.core.Object"(%tart.reflect.ComplexType* @.t… 17 declare void @"tart.reflect.ComplexType.create->tart.core.Object"(%tart.reflect.ComplexType*) nounw… 33 !14 = metadata !{%tart.reflect.ComplexType* @.type.SwitchStmtTest}
|
D | 2009-09-10-LoadFoldingBug.ll | 10 %struct.ComplexType = type { i32 } 18 %2 = inttoptr i64 %1 to %struct.ComplexType* ; <%struct.ComplexType*> [#uses=1] 28 %6 = getelementptr inbounds %struct.ComplexType* %2, i64 0, i32 0 ; <i32*> [#uses=1]
|
/external/chromium_org/tools/json_schema_compiler/dart_test/ |
D | dictionaries.idl | 7 // Documentation for ComplexType. 54 dictionary ComplexType { 58 // Documentation for the ComplexType c. 59 ComplexType c;
|
D | dictionaries.dart | 215 /// Documentation for the ComplexType c.
|
/external/llvm/docs/ |
D | yaml2obj.rst | 38 ComplexType: IMAGE_SYM_DTYPE_NULL # (0) 48 ComplexType: IMAGE_SYM_DTYPE_NULL # (0) 183 ComplexType: [ {type: str, enum: [ IMAGE_SYM_DTYPE_NULL
|
/external/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 32 static const ComplexType *getComplexType(QualType type) { in getComplexType() 34 if (const ComplexType *comp = dyn_cast<ComplexType>(type)) { in getComplexType() 37 return cast<ComplexType>(cast<AtomicType>(type)->getValueType()); in getComplexType() 200 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType(); in VisitCXXScalarValueInitExpr() 206 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType(); in VisitImplicitValueInitExpr() 388 SrcType = SrcType->castAs<ComplexType>()->getElementType(); in EmitComplexToComplexCast() 389 DestType = DestType->castAs<ComplexType>()->getElementType(); in EmitComplexToComplexCast() 403 DestType = DestType->castAs<ComplexType>()->getElementType(); in EmitScalarToComplexCast() 607 if (Op.Ty->castAs<ComplexType>()->getElementType()->isUnsignedIntegerType()) { in EmitBinDiv() 802 QualType Ty = E->getType()->castAs<ComplexType>()->getElementType(); in VisitInitListExpr() [all …]
|
D | CGCall.cpp | 544 } else if (const ComplexType *CT = type->getAs<ComplexType>()) { in GetExpandedTypes() 601 } else if (const ComplexType *CT = Ty->getAs<ComplexType>()) { in ExpandTypeFromArgs() 875 if (const ComplexType *CT = ResultType->getAs<ComplexType>()) { in ReturnTypeUsesFP2Ret()
|
D | TargetInfo.cpp | 295 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) in is32Or64BitBasicType() 1527 if (const ComplexType *CT = Ty->getAs<ComplexType>()) { in classify() 2924 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { in EmitVAArg() 3212 if (const ComplexType *CT = Ty->getAs<ComplexType>()) { in isHomogeneousAggregate() 3430 if (const ComplexType *CT = Ty->getAs<ComplexType>()) in isIntegerLikeType()
|
D | CGDebugInfo.h | 109 llvm::DIType CreateType(const ComplexType *Ty);
|
D | CodeGenTypes.cpp | 403 llvm::Type *EltTy = ConvertType(cast<ComplexType>(Ty)->getElementType()); in ConvertType()
|
/external/clang/lib/AST/ |
D | Type.cpp | 395 if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType)) in isComplexType() 405 const ComplexType *Type::getAsComplexIntegerType() const { in getAsComplexIntegerType() 406 if (const ComplexType *Complex = getAs<ComplexType>()) in getAsComplexIntegerType() 786 if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType)) in isFloatingType() 825 return isa<ComplexType>(CanonicalType); in isArithmeticType() 849 } else if (const ComplexType *CT = dyn_cast<ComplexType>(T)) { in getScalarTypeKind() 2174 return Cache::get(cast<ComplexType>(T)->getElementType()); in computeCachedProperties() 2258 return computeLinkageInfo(cast<ComplexType>(T)->getElementType()); in computeLinkageInfo()
|
D | ExprConstant.cpp | 128 const ComplexType *CT = Type->castAs<ComplexType>(); in findMostDerivedSubobject() 2051 ObjType = ObjType->castAs<ComplexType>()->getElementType(); in findSubobject() 2234 ObjType = ObjType->castAs<ComplexType>()->getElementType(); in FindDesignatorMismatch() 2685 SubobjType->castAs<ComplexType>()->getElementType() in found() 2689 SubobjType->castAs<ComplexType>()->getElementType() in found() 7340 QualType ElemTy = E->getType()->castAs<ComplexType>()->getElementType(); in ZeroInitialization() 7451 QualType To = E->getType()->getAs<ComplexType>()->getElementType(); in VisitCastExpr() 7453 = E->getSubExpr()->getType()->getAs<ComplexType>()->getElementType(); in VisitCastExpr() 7463 QualType To = E->getType()->getAs<ComplexType>()->getElementType(); in VisitCastExpr() 7465 = E->getSubExpr()->getType()->getAs<ComplexType>()->getElementType(); in VisitCastExpr() [all …]
|
D | ASTContext.cpp | 1607 getTypeInfo(cast<ComplexType>(T)->getElementType()); in getTypeInfoImpl() 1741 if (const ComplexType* CT = T->getAs<ComplexType>()) in getPreferredTypeAlign() 2092 ComplexType::Profile(ID, T); in getComplexType() 2095 if (ComplexType *CT = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos)) in getComplexType() 2105 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos); in getComplexType() 2108 ComplexType *New = new (*this, TypeAlignment) ComplexType(T, Canonical); in getComplexType() 4232 if (const ComplexType *CT = T->getAs<ComplexType>()) in getFloatingRank() 5155 const ComplexType *CT = T->castAs<ComplexType>(); in getObjCEncodingForTypeImpl()
|
/external/llvm/test/tools/llvm-readobj/ |
D | symbols.test | 12 COFF-NEXT: ComplexType: Null (0x0)
|
/external/llvm/include/llvm/Object/ |
D | COFFYAML.h | 56 COFF::SymbolComplexType ComplexType; member
|
/external/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 96 Sym.ComplexType = COFF::SymbolComplexType(Symbol->getComplexType()); in dumpSymbols()
|
/external/clang/utils/ABITest/ |
D | TypeGen.py | 151 class ComplexType(Type): class 289 return ComplexType(N, self.typeGen.get(N))
|
D | ABITestGen.py | 240 elif isinstance(t, ComplexType): 301 elif isinstance(t, ComplexType): 331 elif isinstance(t, ComplexType):
|
/external/clang/include/clang/AST/ |
D | CanonicalType.h | 475 struct CanProxyAdaptor<ComplexType> : public CanProxyBase<ComplexType> {
|
D | Type.h | 1676 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type. 1906 class ComplexType : public Type, public llvm::FoldingSetNode { 1908 ComplexType(QualType Element, QualType CanonicalPtr) : 4891 return isa<ComplexType>(CanonicalType); 5067 isa<ComplexType>(CanonicalType) ||
|
/external/clang/tools/libclang/ |
D | CIndexUSRs.cpp | 651 if (const ComplexType *CT = T->getAs<ComplexType>()) { in VisitType()
|
/external/llvm/lib/Object/ |
D | COFFYAML.cpp | 257 IO.mapRequired("ComplexType", S.ComplexType); in mapping()
|
/external/llvm/tools/yaml2obj/ |
D | yaml2coff.cpp | 84 Sym.Header.Type |= Sym.ComplexType << COFF::SCT_COMPLEX_TYPE_SHIFT; in parseSymbols()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 897 QualType fpTy = cast<ComplexType>(ComplexTy)->getElementType(); in handleIntegerToComplexFloatConversion() 946 QualType fp = cast<ComplexType>(ComplexTy)->getElementType(); in handleOtherComplexFloatConversion() 1154 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion() 1155 const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType(); in handleComplexIntConversion() 1172 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion() local 1173 RHS = S.ImpCastExprToType(RHS.take(), ComplexType, in handleComplexIntConversion() 1176 return ComplexType; in handleComplexIntConversion() 1185 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion() local 1188 LHS = S.ImpCastExprToType(LHS.take(), ComplexType, in handleComplexIntConversion() 1190 return ComplexType; in handleComplexIntConversion() [all …]
|