| /freebsd/sys/kern/ | 
| H A D | subr_trap.c | 219 ast_register(int ast, int flags, int tdp,  in ast_register()243 ast_deregister(int ast)  in ast_deregister()
 283 ast_sched_mask(struct thread *td, int ast)  in ast_sched_mask()
 371 ast(struct trapframe *framep)  in ast()  function
 
 | 
| H A D | kern_clock.c | 453 	int ast;  in hardclock_itimer()  local
 | 
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ | 
| H A D | NameSearchContext.cpp | 28   clang::ASTContext &ast = lldb_ast->getASTContext(); in AddVarDecl()   local 56   clang::ASTContext &ast = lldb_ast->getASTContext(); in AddFunDecl()   local
 
 | 
| H A D | ClangExternalASTSourceCallbacks.h | 33   ClangExternalASTSourceCallbacks(TypeSystemClang &ast) : m_ast(ast) {}  in ClangExternalASTSourceCallbacks()
 | 
| H A D | ClangASTImporter.cpp | 957     TypeSystemClang *ast = TypeSystemClang::GetASTContext(decl_origin.ctx);  in GetDeclMetadata()  local960   TypeSystemClang *ast = TypeSystemClang::GetASTContext(&decl->getASTContext());  in GetDeclMetadata()  local
 
 | 
| H A D | ClangExpressionDeclMap.cpp | 221   auto ast = parser_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>();  in AddPersistentVariable()  local1148   TypeSystemClang *ast = llvm::dyn_cast_or_null<TypeSystemClang>(  in SearchFunctionsInSymbolContexts()  local
 
 | 
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ | 
| H A D | TypeSystemClang.cpp | 632   ASTContext &ast = getASTContext();  in SetExternalSource()  local708 TypeSystemClang *TypeSystemClang::GetASTContext(clang::ASTContext *ast) {  in GetASTContext()
 739                                           ASTContext &ast, QualType qual_type) {  in QualTypeMatchesBitSize()
 747   ASTContext &ast = getASTContext();  in GetBuiltinTypeForEncodingAndBitSize()  local
 876   clang::ASTContext &ast = getASTContext();  in GetBasicType()  local
 888   ASTContext &ast = getASTContext();  in GetBuiltinTypeForDWARFEncodingAndBitSize()  local
 1105   ASTContext &ast = getASTContext();  in GetCStringType()  local
 1116   auto ast = type1.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>();  in AreTypesSame()  local
 1224   ASTContext &ast = getASTContext();  in CreateRecordType()  local
 1324     ASTContext &ast,  in CreateTemplateParameterList()
 [all …]
 
 | 
| H A D | TypeSystemClang.h | 267     clang::ASTContext &ast = getASTContext();  variable
 | 
| /freebsd/sys/vm/ | 
| H A D | redzone.c | 133 	struct stack ast, fst;  in redzone_check()  local
 | 
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ | 
| H A D | PlatformFreeBSD.cpp | 195   TypeSystemClang *ast = m_type_system.get(); in GetSiginfoType()   local [all...]
 | 
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/ | 
| H A D | PlatformNetBSD.cpp | 214   TypeSystemClang *ast = m_type_system.get(); in GetSiginfoType()   local [all...]
 | 
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ | 
| H A D | PDBASTParser.cpp | 109   clang::ASTContext &ast = clang_ast.getASTContext();  in GetBuiltinTypeForPDBEncodingAndBitSize()  local329 GetDeclFromContextByName(const clang::ASTContext &ast,  in GetDeclFromContextByName()
 365 PDBASTParser::PDBASTParser(lldb_private::TypeSystemClang &ast) : m_ast(ast) {}  in PDBASTParser()
 
 | 
| H A D | SymbolFilePDB.cpp | 1104           PDBASTParser *ast = GetPDBAstParser();  in ParseVariables()  local
 | 
| /freebsd/tools/tools/usbtest/ | 
| H A D | usb_modem_test.c | 177 	struct usb_cdc_abstract_state ast;  in usb_modem_control_ep_test()  local
 | 
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ | 
| H A D | NSIndexPath.cpp | 58     auto ast = ScratchTypeSystemClang::GetForTarget(  in Update()  local
 | 
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ | 
| H A D | DWARFASTParserClang.cpp | 68 DWARFASTParserClang::DWARFASTParserClang(TypeSystemClang &ast)  in DWARFASTParserClang()243 static void PrepareContextToReceiveMembers(TypeSystemClang &ast,  in PrepareContextToReceiveMembers()
 1464   auto ast =  in ParseInheritance()  local
 2014     clang::ASTContext &ast = m_ast.getASTContext();  in ParseTemplateDIE()  local
 2746   clang::ASTContext &ast = ts.getASTContext();  in ExtractIntFromFormValue()  local
 3074   auto ast = ts.dyn_cast_or_null<TypeSystemClang>();  in ParseChildMembers()  local
 
 | 
| /freebsd/sys/dev/usb/serial/ | 
| H A D | umodem.c | 934 	struct usb_cdc_abstract_state ast;  in umodem_set_comm_feature()  local
 | 
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ | 
| H A D | ABISysV_ppc64.cpp | 816     auto ast = m_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>();  in GetStructValueObject()  local
 |