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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 898 static bool shouldCreateTypeUnit(DICompositeType CTy) {
899 unsigned Tag = CTy.getTag();
    [all...]
DwarfCompileUnit.h 351 DICompositeType CTy);
358 DICompositeType *CTy);
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 128 QualType CTy =
130 CTy = getContext().getCanonicalType(CTy);
142 SVal Result = svalBuilder.evalCast(evalBinOp(state, Op, V, RightV, CTy),
143 B->getType(), CTy);
157 Result = svalBuilder.evalCast(LHSVal, CTy, LTy);
162 LHSVal = svalBuilder.evalCast(Result, LTy, CTy);
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 86 const Class##Type *CTy = cast<Class##Type>(Ty); \
87 if (CTy->isSugared()) { \
89 Underlying = CTy->desugar(); \
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 653 const SCEV *getOffsetOfExpr(Type *CTy, Constant *FieldNo);
    [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 << ", ";
429 bool SCEVUnknown::isOffsetOf(Type *&CTy, Constant *&FieldNo) const {
442 CTy = Ty;
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 295 if (const ComplexType *CTy = Ty->getAs<ComplexType>())
296 Ty = CTy->getElementType();
    [all...]

Completed in 105 milliseconds