Home | History | Annotate | Download | only in CodeGen

Lines Matching full:getcontext

296   PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),S.getLBracLoc(),
620 LoopStack.push(LoopHeader.getBlock(), CGM.getContext(), WhileAttrs);
711 LoopStack.push(LoopBody, CGM.getContext(), DoAttrs);
774 LoopStack.push(CondBlock, CGM.getContext(), ForAttrs);
869 LoopStack.push(CondBlock, CGM.getContext(), ForAttrs);
1005 if (!RV || RV->isEvaluatable(getContext()))
1052 llvm::APSInt LHS = S.getLHS()->EvaluateKnownConstInt(getContext());
1053 llvm::APSInt RHS = S.getRHS()->EvaluateKnownConstInt(getContext());
1145 Builder.getInt(S.getLHS()->EvaluateKnownConstInt(getContext()));
1193 Builder.getInt(CurCase->getLHS()->EvaluateKnownConstInt(getContext()));
1436 getContext(), Case)) {
1690 if (InputExpr->EvaluateAsInt(Result, getContext()))
1701 InputExpr = InputExpr->IgnoreParenNoopCasts(getContext());
1719 const SourceManager &SM = CGF.CGM.getContext().getSourceManager();
1740 std::string AsmString = S.generateAsmString(getContext());
1798 OutExpr = OutExpr->IgnoreParenNoopCasts(getContext());
1832 uint64_t InputSize = getContext().getTypeSize(InputTy);
1833 if (getContext().getTypeSize(OutputType) < InputSize) {
1909 InputConstraint, *InputExpr->IgnoreParenNoopCasts(getContext()),
1924 if (getContext().getTypeSize(OutputType) >
1925 getContext().getTypeSize(InputTy)) {
2087 QualType RecordTy = getContext().getRecordType(RD);
2143 ASTContext &Ctx = CGM.getContext();