Lines Matching refs:getCtx
39 const TargetInfo &TI = S.getCtx().getTargetInfo(); in getIntPrimType()
50 const TargetInfo &TI = S.getCtx().getTargetInfo(); in getLongPrimType()
273 S.getCtx().getFloatTypeSemantics(F->getDecl()->getReturnType()); in interp__builtin_nan()
276 if (S.getCtx().getTargetInfo().isNan2008()) { in interp__builtin_nan()
304 S.getCtx().getFloatTypeSemantics(F->getDecl()->getReturnType()); in interp__builtin_inf()
646 S.getCtx().getTargetInfo().getEHDataRegisterNumber(Arg.getZExtValue()); in interp__builtin_eh_return_data_regno()
690 uint64_t ResultSize = S.getCtx().getTypeSize(ResultType); in interp__builtin_overflowop()
750 APSInt Temp = Result.extOrTrunc(S.getCtx().getTypeSize(ResultType)); in interp__builtin_overflowop()
930 S.getCtx().getTargetInfo().getMaxAtomicInlineWidth(); in interp__builtin_atomic_lock_free()
931 if (Size <= S.getCtx().toCharUnitsFromBits(InlineWidthBits)) { in interp__builtin_atomic_lock_free()
952 S.getCtx().getTypeAlignInChars(PointeeType) >= Size) in interp__builtin_atomic_lock_free()
1001 unsigned SrcWidth = S.getCtx().getIntWidth(Call->getArg(0)->getType()); in interp__builtin_is_aligned_up_down()
1036 S.getCtx().getDeclAlign(Ptr.getDeclDesc()->asValueDecl()); in interp__builtin_is_aligned_up_down()
1099 analyze_os_log::computeOSLogBufferLayout(S.getCtx(), Call, Layout); in interp__builtin_os_log_format_buffer_size()
1476 const ASTRecordLayout &RL = S.getCtx().getASTRecordLayout(RD); in InterpretOffsetOf()
1479 Result += S.getCtx().toCharUnitsFromBits(RL.getFieldOffset(FieldIndex)); in InterpretOffsetOf()
1487 const ArrayType *AT = S.getCtx().getAsArrayType(CurrentType); in InterpretOffsetOf()
1491 CharUnits ElementSize = S.getCtx().getTypeSizeInChars(CurrentType); in InterpretOffsetOf()
1508 const ASTRecordLayout &RL = S.getCtx().getASTRecordLayout(RD); in InterpretOffsetOf()