Home
last modified time | relevance | path

Searched refs:getCtx (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang/lib/AST/Interp/
DState.cpp76 return getCtx().getDiagnostics().Report(Loc, DiagId); in report()
81 PartialDiagnostic PD(DiagId, getCtx().getDiagAllocator()); in addDiag()
95 unsigned Limit = getCtx().getDiagnostics().getConstexprBacktraceLimit(); in diag()
115 const LangOptions &State::getLangOpts() const { return getCtx().getLangOpts(); } in getLangOpts()
DInterpState.h53 ASTContext &getCtx() const override { return Parent.getCtx(); } in getCtx() function
DInterpFrame.cpp116 print(OS, This, S.getCtx(), S.getCtx().getRecordType(M->getParent())); in describe()
131 TYPE_SWITCH(PrimTy, print(OS, stackRef<T>(Off), S.getCtx(), Ty)); in describe()
DState.h69 virtual ASTContext &getCtx() const = 0;
DInterp.h445 Field.deref<T>() = Value.truncate(F->Decl->getBitWidthValue(S.getCtx())); in InitThisBitField()
478 Field.deref<T>() = Value.truncate(F->Decl->getBitWidthValue(S.getCtx())); in InitBitField()
660 Ptr.deref<T>() = Value.truncate(FD->getBitWidthValue(S.getCtx())); in StoreBitField()
674 Ptr.deref<T>() = Value.truncate(FD->getBitWidthValue(S.getCtx())); in StoreBitFieldPop()
/external/llvm-project/llvm/unittests/CodeGen/
DDIETest.cpp47 Val = MCConstantExpr::create(42, TestPrinter->getCtx()); in SetUp()
86 Val = TestPrinter->getCtx().createTempSymbol(); in SetUp()
136 Hi = TestPrinter->getCtx().createTempSymbol(); in SetUp()
137 Lo = TestPrinter->getCtx().createTempSymbol(); in SetUp()
DAsmPrinterDwarfTest.cpp56 Val = TestPrinter->getCtx().createTempSymbol(); in init()
57 Sec = TestPrinter->getCtx().getELFSection(".tst", ELF::SHT_PROGBITS, 0); in init()
140 Val.Symbol = TestPrinter->getCtx().createTempSymbol(); in init()
203 Label = TestPrinter->getCtx().createTempSymbol(); in init()
347 Hi = TestPrinter->getCtx().createTempSymbol(); in init()
348 Lo = TestPrinter->getCtx().createTempSymbol(); in init()
DTestAsmPrinter.h77 MCContext &getCtx() const { return *MC; } in getCtx() function
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h198 GlobalContext *getCtx() const { return Ctx; } in getCtx() function
DIceTargetLoweringARM32.cpp2532 Target->getCtx()->getConstantInt32( in negatedSrc1F()
2544 Target->getCtx()->getConstantInt32( in invertedSrc1F()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp1117 ASTContext &getCtx() const override { return Ctx; } in getCtx() function in __anona656c3110311::EvalInfo