HomeSort by relevance Sort by last modified time
    Searched refs:CTy (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]
DwarfUnit.h 446 void constructTypeDIE(DIE &Buffer, DICompositeType CTy);
472 void constructArrayTypeDIE(DIE &Buffer, DICompositeType CTy);
475 void constructEnumTypeDIE(DIE &Buffer, DICompositeType CTy);
DwarfDebug.h 599 DIE &Die, DICompositeType CTy);
DwarfDebug.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 135 QualType CTy =
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);
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp     [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 93 const Class##Type *CTy = cast<Class##Type>(Ty); \
94 if (CTy->isSugared()) { \
96 Underlying = CTy->desugar(); \
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 483 Type *CTy;
485 if (U->isOffsetOf(CTy, FieldNo) && CTy == STy) {
    [all...]
ScalarEvolution.cpp 228 Type *CTy;
230 if (U->isOffsetOf(CTy, FieldNo)) {
231 OS << "offsetof(" << *CTy << ", ";
427 bool SCEVUnknown::isOffsetOf(Type *&CTy, Constant *&FieldNo) const {
440 CTy = Ty;
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 286 if (const ComplexType *CTy = Ty->getAs<ComplexType>())
287 Ty = CTy->getElementType();
    [all...]

Completed in 446 milliseconds