Searched refs:src_ctx (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.h | 216 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 D | ClangASTImporter.cpp | 237 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() 331 clang::ASTContext *src_ctx = &decl->getASTContext(); in DeportDecl() local 335 decl->getDeclKindName(), decl, src_ctx, dst_ctx); in DeportDecl() 343 CompleteTagDeclsScope complete_scope(*this, dst_ctx, src_ctx); in DeportDecl()
|
| /freebsd-13.1/sys/dev/ice/ |
| H A D | ice_common.c | 4357 from = src_ctx + ce_info->offset; in ice_write_byte() 4397 from = src_ctx + ce_info->offset; in ice_write_word() 4440 from = src_ctx + ce_info->offset; in ice_write_dword() 4491 from = src_ctx + ce_info->offset; in ice_write_qword() 4552 ice_write_byte(src_ctx, dest_ctx, &ce_info[f]); in ice_set_ctx() 4642 src = src_ctx + (ce_info->lsb / 8); in ice_read_byte() 4679 src = src_ctx + (ce_info->lsb / 8); in ice_read_word() 4730 src = src_ctx + (ce_info->lsb / 8); in ice_read_dword() 4781 src = src_ctx + (ce_info->lsb / 8); in ice_read_qword() 4816 ice_read_byte(src_ctx, dest_ctx, &ce_info[f]); in ice_get_ctx() [all …]
|
| H A D | ice_common.h | 155 ice_set_ctx(struct ice_hw *hw, u8 *src_ctx, u8 *dest_ctx, 254 ice_get_ctx(u8 *src_ctx, u8 *dest_ctx, struct ice_ctx_ele *ce_info);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 1196 void ForgetSource(clang::ASTContext *src_ctx, ClangASTImporter &importer);
|
| H A D | TypeSystemClang.cpp | 9806 void ScratchTypeSystemClang::ForgetSource(ASTContext *src_ctx, in ForgetSource() argument 9809 importer.ForgetSource(&getASTContext(), src_ctx); in ForgetSource() 9812 importer.ForgetSource(&a.second->getASTContext(), src_ctx); in ForgetSource()
|