Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h216 void ForgetSource(clang::ASTContext *dst_ctx, clang::ASTContext *src_ctx);
435 clang::ASTContext *src_ctx) { in GetDelegate() argument
439 DelegateMap::iterator delegate_iter = delegates.find(src_ctx); in GetDelegate()
443 ImporterDelegateSP(new ASTImporterDelegate(*this, dst_ctx, src_ctx)); in GetDelegate()
444 delegates[src_ctx] = delegate; in GetDelegate()
H A DClangASTImporter.cpp237 clang::ASTContext *src_ctx) in CompleteTagDeclsScope() argument
238 : m_delegate(importer.GetDelegate(dst_ctx, src_ctx)), m_dst_ctx(dst_ctx), in CompleteTagDeclsScope()
239 m_src_ctx(src_ctx), importer(importer) { in CompleteTagDeclsScope()
332 clang::ASTContext *src_ctx = &decl->getASTContext(); in DeportDecl() local
336 decl->getDeclKindName(), decl, src_ctx, dst_ctx); in DeportDecl()
344 CompleteTagDeclsScope complete_scope(*this, dst_ctx, src_ctx); in DeportDecl()
/freebsd-14.2/sys/dev/ice/
H A Dice_common.c4857 from = src_ctx + ce_info->offset; in ice_write_byte()
4897 from = src_ctx + ce_info->offset; in ice_write_word()
4940 from = src_ctx + ce_info->offset; in ice_write_dword()
4991 from = src_ctx + ce_info->offset; in ice_write_qword()
5052 ice_write_byte(src_ctx, dest_ctx, &ce_info[f]); in ice_set_ctx()
5145 src = src_ctx + (ce_info->lsb / 8); in ice_read_byte()
5182 src = src_ctx + (ce_info->lsb / 8); in ice_read_word()
5233 src = src_ctx + (ce_info->lsb / 8); in ice_read_dword()
5284 src = src_ctx + (ce_info->lsb / 8); in ice_read_qword()
5319 ice_read_byte(src_ctx, dest_ctx, &ce_info[f]); in ice_get_ctx()
[all …]
H A Dice_common.h172 ice_set_ctx(struct ice_hw *hw, u8 *src_ctx, u8 *dest_ctx,
175 ice_get_ctx(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1295 void ForgetSource(clang::ASTContext *src_ctx, ClangASTImporter &importer);
H A DTypeSystemClang.cpp9569 void ScratchTypeSystemClang::ForgetSource(ASTContext *src_ctx, in ForgetSource() argument
9572 importer.ForgetSource(&getASTContext(), src_ctx); in ForgetSource()
9575 importer.ForgetSource(&a.second->getASTContext(), src_ctx); in ForgetSource()