Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.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()
H A DClangASTImporter.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/sys/dev/ice/
H A Dice_common.c4845 * @src_ctx: the context structure to read from in ice_read_byte()
4850 ice_write_byte(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) in ice_read_byte()
4857 from = src_ctx + ce_info->offset;
4884 * @src_ctx: the context structure to read from in ice_read_word()
4889 ice_write_word(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) in ice_read_word()
4897 from = src_ctx + ce_info->offset;
4927 * @src_ctx: the context structure to read from in ice_read_dword()
4932 ice_write_dword(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) in ice_read_dword()
4940 from = src_ctx + ce_info->offset; in ice_read_dword()
4978 * @src_ctx in ice_read_qword()
4546 ice_write_byte(u8 * src_ctx,u8 * dest_ctx,const struct ice_ctx_ele * ce_info) ice_write_byte() argument
4585 ice_write_word(u8 * src_ctx,u8 * dest_ctx,const struct ice_ctx_ele * ce_info) ice_write_word() argument
4628 ice_write_dword(u8 * src_ctx,u8 * dest_ctx,const struct ice_ctx_ele * ce_info) ice_write_dword() argument
4679 ice_write_qword(u8 * src_ctx,u8 * dest_ctx,const struct ice_ctx_ele * ce_info) ice_write_qword() argument
4731 ice_set_ctx(struct ice_hw * hw,u8 * src_ctx,u8 * dest_ctx,const struct ice_ctx_ele * ce_info) ice_set_ctx() argument
4824 ice_read_byte(u8 * src_ctx,u8 * dest_ctx,const struct ice_ctx_ele * ce_info) ice_read_byte() argument
4860 ice_read_word(u8 * src_ctx,u8 * dest_ctx,const struct ice_ctx_ele * ce_info) ice_read_word() argument
4903 ice_read_dword(u8 * src_ctx,u8 * dest_ctx,const struct ice_ctx_ele * ce_info) ice_read_dword() argument
4954 ice_read_qword(u8 * src_ctx,u8 * dest_ctx,const struct ice_ctx_ele * ce_info) ice_read_qword() argument
5005 ice_get_ctx(u8 * src_ctx,u8 * dest_ctx,const struct ice_ctx_ele * ce_info) ice_get_ctx() argument
[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/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1322 void ForgetSource(clang::ASTContext *src_ctx, ClangASTImporter &importer);
H A DTypeSystemClang.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()