Searched refs:getCtx (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/clang/lib/AST/Interp/ |
D | State.cpp | 76 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()
|
D | InterpState.h | 53 ASTContext &getCtx() const override { return Parent.getCtx(); } in getCtx() function
|
D | InterpFrame.cpp | 116 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()
|
D | State.h | 69 virtual ASTContext &getCtx() const = 0;
|
D | Interp.h | 445 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/ |
D | DIETest.cpp | 47 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()
|
D | AsmPrinterDwarfTest.cpp | 56 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()
|
D | TestAsmPrinter.h | 77 MCContext &getCtx() const { return *MC; } in getCtx() function
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.h | 198 GlobalContext *getCtx() const { return Ctx; } in getCtx() function
|
D | IceTargetLoweringARM32.cpp | 2532 Target->getCtx()->getConstantInt32( in negatedSrc1F() 2544 Target->getCtx()->getConstantInt32( in invertedSrc1F()
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 1117 ASTContext &getCtx() const override { return Ctx; } in getCtx() function in __anona656c3110311::EvalInfo
|