Home
last modified time | relevance | path

Searched refs:src_ctx (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangASTImporter.h238 void ForgetSource(clang::ASTContext *dst_ctx, clang::ASTContext *src_ctx);
457 clang::ASTContext *src_ctx) { in GetDelegate() argument
461 DelegateMap::iterator delegate_iter = delegates.find(src_ctx); in GetDelegate()
465 ImporterDelegateSP(new ASTImporterDelegate(*this, dst_ctx, src_ctx)); in GetDelegate()
466 delegates[src_ctx] = delegate; in GetDelegate()
HDClangASTImporter.cpp240 clang::ASTContext *src_ctx) in CompleteTagDeclsScope() argument
241 : m_delegate(importer.GetDelegate(dst_ctx, src_ctx)), m_dst_ctx(dst_ctx), in CompleteTagDeclsScope()
242 m_src_ctx(src_ctx), importer(importer) { in CompleteTagDeclsScope()
335 clang::ASTContext *src_ctx = &decl->getASTContext(); in DeportDecl() local
339 decl->getDeclKindName(), decl, src_ctx, dst_ctx); in DeportDecl()
347 CompleteTagDeclsScope complete_scope(*this, dst_ctx, src_ctx); in DeportDecl()
/freebsd-13-stable/sys/dev/ice/
HDice_common.c4558 ice_write_byte(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) in ice_write_byte() argument
4565 from = src_ctx + ce_info->offset; in ice_write_byte()
4597 ice_write_word(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) in ice_write_word() argument
4605 from = src_ctx + ce_info->offset; in ice_write_word()
4640 ice_write_dword(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) in ice_write_dword() argument
4648 from = src_ctx + ce_info->offset; in ice_write_dword()
4691 ice_write_qword(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) in ice_write_qword() argument
4699 from = src_ctx + ce_info->offset; in ice_write_qword()
4743 ice_set_ctx(struct ice_hw *hw, u8 *src_ctx, u8 *dest_ctx, in ice_set_ctx() argument
4760 ice_write_byte(src_ctx, dest_ctx, &ce_info[f]); in ice_set_ctx()
[all …]
HDice_common.h163 ice_set_ctx(struct ice_hw *hw, u8 *src_ctx, u8 *dest_ctx,
166 ice_get_ctx(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.h1322 void ForgetSource(clang::ASTContext *src_ctx, ClangASTImporter &importer);
HDTypeSystemClang.cpp9783 void ScratchTypeSystemClang::ForgetSource(ASTContext *src_ctx, in ForgetSource() argument
9786 importer.ForgetSource(&getASTContext(), src_ctx); in ForgetSource()
9789 importer.ForgetSource(&a.second->getASTContext(), src_ctx); in ForgetSource()