Searched refs:CTy (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp976 DICompositeType CTy(Ty);
978 if (MDString *TypeId = CTy.getIdentifier()) {
979 DD->addDwarfTypeUnitType(getCU(), TypeId->getString(), TyDIE, CTy);
983 constructTypeDIE(TyDIE, CTy);
1148 void DwarfUnit::constructTypeDIE(DIE &Buffer, DICompositeType CTy) {
1150 StringRef Name = CTy.getName();
1152 uint64_t Size = CTy.getSizeInBits() >> 3;
1157 constructArrayTypeDIE(Buffer, CTy);
1160 constructEnumTypeDIE(Buffer, CTy);
1164 DIArray Elements = CTy
[all...]
H A DDwarfUnit.h446 void constructTypeDIE(DIE &Buffer, DICompositeType CTy);
472 void constructArrayTypeDIE(DIE &Buffer, DICompositeType CTy);
475 void constructEnumTypeDIE(DIE &Buffer, DICompositeType CTy);
H A DDwarfDebug.h599 DIE &Die, DICompositeType CTy);
H A DDwarfDebug.cpp2393 DICompositeType CTy) {
2400 const DwarfTypeUnit *&TU = DwarfTypeUnits[CTy];
2416 std::make_pair(std::move(OwnedUnit), CTy));
2434 NewTU.setType(NewTU.createTypeDIE(CTy));
2454 CU.constructTypeDIE(RefDie, CTy);
2391 addDwarfTypeUnitType(DwarfCompileUnit &CU, StringRef Identifier, DIE &RefDie, DICompositeType CTy) argument
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp135 QualType CTy = local
137 CTy = getContext().getCanonicalType(CTy);
149 SVal Result = svalBuilder.evalCast(evalBinOp(state, Op, V, RightV, CTy),
150 B->getType(), CTy);
164 Result = svalBuilder.evalCast(LHSVal, CTy, LTy);
169 LHSVal = svalBuilder.evalCast(Result, LTy, CTy);
/external/llvm/lib/IR/
H A DDIBuilder.cpp772 DICompositeType CTy(MDNode::get(VMContext, Elts));
773 AllEnumTypes.push_back(CTy);
775 retainType(CTy);
776 return CTy;
/external/clang/lib/AST/
H A DASTDiagnostic.cpp93 const Class##Type *CTy = cast<Class##Type>(Ty); \
94 if (CTy->isSugared()) { \
96 Underlying = CTy->desugar(); \
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp483 Type *CTy; local
485 if (U->isOffsetOf(CTy, FieldNo) && CTy == STy) {
H A DScalarEvolution.cpp228 Type *CTy; local
230 if (U->isOffsetOf(CTy, FieldNo)) {
231 OS << "offsetof(" << *CTy << ", "; local
427 bool SCEVUnknown::isOffsetOf(Type *&CTy, Constant *&FieldNo) const { argument
440 CTy = Ty;
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp286 if (const ComplexType *CTy = Ty->getAs<ComplexType>())
287 Ty = CTy->getElementType();
3002 if (const ComplexType *CTy = Ty->getAs<ComplexType>())
3003 Ty = CTy->getElementType();
3119 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) {
3120 BaseTy = CTy->getElementType();

Completed in 236 milliseconds