Lines Matching refs:getCtx
27 const TargetInfo &TI = S.getCtx().getTargetInfo(); in getIntPrimType()
38 const TargetInfo &TI = S.getCtx().getTargetInfo(); in getLongPrimType()
140 const TargetInfo &TI = S.getCtx().getTargetInfo(); in pushSizeT()
288 S.getCtx().getFloatTypeSemantics(F->getDecl()->getReturnType()); in interp__builtin_nan()
291 if (S.getCtx().getTargetInfo().isNan2008()) { in interp__builtin_nan()
319 S.getCtx().getFloatTypeSemantics(F->getDecl()->getReturnType()); in interp__builtin_inf()
878 const ASTRecordLayout &RL = S.getCtx().getASTRecordLayout(RD); in InterpretOffsetOf()
881 Result += S.getCtx().toCharUnitsFromBits(RL.getFieldOffset(FieldIndex)); in InterpretOffsetOf()
889 const ArrayType *AT = S.getCtx().getAsArrayType(CurrentType); in InterpretOffsetOf()
893 CharUnits ElementSize = S.getCtx().getTypeSizeInChars(CurrentType); in InterpretOffsetOf()
910 const ASTRecordLayout &RL = S.getCtx().getASTRecordLayout(RD); in InterpretOffsetOf()