Searched defs:getContext (Results 76 - 100 of 163) sorted by relevance

1234567

/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h248 LLVMContext &getContext() const { return Context; } function in class:llvm::CCState
H A DSelectionDAG.h280 LLVMContext *getContext() const {return Context; } function in class:llvm::SelectionDAG
/external/llvm/include/llvm/IR/
H A DModule.h253 LLVMContext &getContext() const { return Context; } function in class:llvm::Module
H A DDebugInfo.h217 DIScopeRef getContext() const;
233 friend DIScopeRef DIScope::getContext() const;
305 DIScopeRef getContext() const { return getFieldAs<DIScopeRef>(2); } function in class:llvm::DIType
460 DIScopeRef getContext() const { return getFieldAs<DIScopeRef>(2); } function in class:llvm::DISubprogram
538 DIScope getContext() const { return getFieldAs<DIScope>(2); } function in class:llvm::DILexicalBlock
550 DIScope getContext() const { function in class:llvm::DILexicalBlockFile
553 return getScope().getContext();
568 DIScope getContext() const { return getFieldAs<DIScope>(2); } function in class:llvm::DINameSpace
588 DIScopeRef getContext() const { return getFieldAs<DIScopeRef>(1); } function in class:llvm::DITemplateTypeParameter
606 DIScopeRef getContext() cons function in class:llvm::DITemplateValueParameter
627 DIScope getContext() const { return getFieldAs<DIScope>(2); } function in class:llvm::DIGlobalVariable
660 DIScope getContext() const { return getFieldAs<DIScope>(1); } function in class:llvm::DIVariable
800 DIScope getContext() const { return getFieldAs<DIScope>(1); } function in class:llvm::DIImportedEntity
[all...]
/external/llvm/lib/AsmParser/
H A DLLParser.h140 Context(m->getContext()), Lex(F, SM, Err, m->getContext()),
144 LLVMContext &getContext() { return Context; } function in class:llvm::LLParser
/external/llvm/lib/IR/
H A DAttributes.cpp799 LLVMContext &AttributeSet::getContext() const { function in class:AttributeSet
800 return pImpl->getContext();
805 AttributeSet::get(pImpl->getContext(),
813 AttributeSet::get(pImpl->getContext(),
822 AttributeSet::get(pImpl->getContext(),
1192 return AttributeSet::get(Ty->getContext(), Index, Incompatible);
/external/llvm/lib/Support/
H A DYAMLTraits.cpp33 void *IO::getContext() { function in class:IO
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowApplication.java539 public Context getContext() { method in class:ShadowApplication.Wrapper
/external/chromium_org/third_party/icu/source/i18n/
H A Dlocdspnm.cpp306 virtual UDisplayContext getContext(UDisplayContextType type) const;
482 LocaleDisplayNamesImpl::getContext(UDisplayContextType type) const { function in class:LocaleDisplayNamesImpl
831 return ((const LocaleDisplayNames *)ldn)->getContext(type);
H A Dsmpdtfmt.cpp3315 UDisplayContext SimpleDateFormat::getContext(UDisplayContextType type, UErrorCode& status) const function in class:SimpleDateFormat
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcdattst.c1419 UDisplayContext getContext; local
1432 getContext = udat_getContext(udfmt, UDISPCTX_TYPE_CAPITALIZATION, &status);
1436 } else if (getContext != textContextItemPtr->capitalizationContext) {
1438 textContextItemPtr->locale, (int)textContextItemPtr->capitalizationContext, (int)getContext );
/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTarget.h764 GrContext* getContext() { return fContext; } function in class:GrDrawTarget
765 const GrContext* getContext() const { return fContext; } function in class:GrDrawTarget
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h443 ASTContext &getContext() { return D.getASTContext(); } function in class:clang::ento::BugReporter
544 return BR.getContext();
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h300 const NodeBuilderContext &getContext() { return C; } function in class:clang::ento::NodeBuilder
H A DSymbolManager.h552 ASTContext &getContext() { return Ctx; } function in class:clang::ento::SymbolManager
H A DMemRegion.h131 ASTContext &getContext() const;
510 ASTContext &ctx = getContext();
554 const ASTContext &Ctx = getContext();
1150 ASTContext &getContext() { return C; } function in class:clang::ento::MemRegionManager
1222 superRegion, ER->getContext());
1311 inline ASTContext &MemRegion::getContext() const { function in class:clang::ento::MemRegion
1312 return getMemRegionManager()->getContext();
/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp83 const Context& getContext (void) const { return m_ctx; } function in class:deqp::gls::LifetimeTests::details::ContextWrapper
241 : ContextWrapper (attacher.getContext())
254 : ContextWrapper (attacher.getContext())
H A DglsLifetimeTests.cpp283 setupFbo(getContext(), seed, *fbo);
296 drawFbo(getContext(), fbo, dst);
304 setupFbo(getContext(), seed, fbo);
315 drawFbo(getContext(), *fbo, dst);
690 const Context& getContext (void) const { return m_ctx; } function in class:deqp::gls::LifetimeTests::details::TestBase
723 : TestBase (name, description, type.getContext())
881 : TestBase (name, description, attacher.getContext())
958 : TestBase (name, description, inputAttacher.getContext())
1055 outputAttacher.getContext())
/external/icu/icu4c/source/i18n/
H A Dlocdspnm.cpp307 virtual UDisplayContext getContext(UDisplayContextType type) const;
503 LocaleDisplayNamesImpl::getContext(UDisplayContextType type) const { function in class:LocaleDisplayNamesImpl
811 return ((const LocaleDisplayNames *)ldn)->getContext(type);
H A Dnumfmt.cpp1212 UDisplayContext NumberFormat::getContext(UDisplayContextType type, UErrorCode& status) const function in class:NumberFormat
/external/skia/src/gpu/
H A DGrDrawTarget.h527 return this->getContext()->isGpuTracingEnabled();
782 GrContext* getContext() { return fContext; } function in class:GrDrawTarget
783 const GrContext* getContext() const { return fContext; } function in class:GrDrawTarget
/external/clang/lib/CodeGen/
H A DCodeGenModule.h583 ASTContext &getContext() const { return Context; } function in class:clang::CodeGen::CodeGenModule
/external/conscrypt/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java151 certRefs[i] = certs[i].getContext();
651 public long getContext() throws SSLException { method in class:NativeCryptoTest.Hooks
951 long c = hooks.getContext();
1568 public long getContext() throws SSLException {
1582 public long getContext() throws SSLException {
1605 public long getContext() throws SSLException {
1625 public long getContext() throws SSLException {
/external/icu/icu4c/source/test/cintltst/
H A Dcdattst.c1445 UDisplayContext getContext; local
1458 getContext = udat_getContext(udfmt, UDISPCTX_TYPE_CAPITALIZATION, &status);
1462 } else if (getContext != textContextItemPtr->capitalizationContext) {
1464 textContextItemPtr->locale, (int)textContextItemPtr->capitalizationContext, (int)getContext );
/external/llvm/include/llvm/MC/
H A DMCAssembler.h1035 MCContext &getContext() const { return Context; } function in class:llvm::MCAssembler

Completed in 1370 milliseconds

1234567