| /freebsd-src/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() 370 ast(struct trapframe *framep) in ast() function
|
| H A D | kern_clock.c | 454 int ast; hardclock_itimer() local
|
| /freebsd-src/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 | 27 ClangExternalASTSourceCallbacks(TypeSystemClang & ast) ClangExternalASTSourceCallbacks() argument
|
| H A D | ClangASTImporter.cpp | 715 TypeSystemClang *ast = TypeSystemClang::GetASTContext(decl_origin.ctx); GetDeclMetadata() local 718 TypeSystemClang *ast = TypeSystemClang::GetASTContext(&decl->getASTContext()); GetDeclMetadata() local
|
| H A D | ClangExpressionDeclMap.cpp | 221 auto ast = parser_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in AddPersistentVariable() local 1150 TypeSystemClang *ast = llvm::dyn_cast_or_null<TypeSystemClang>( SearchFunctionsInSymbolContexts() local
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 692 ASTContext &ast = getASTContext(); SetExternalSource() local 769 GetASTContext(clang::ASTContext * ast) GetASTContext() argument 800 QualTypeMatchesBitSize(const uint64_t bit_size,ASTContext & ast,QualType qual_type) QualTypeMatchesBitSize() argument 808 ASTContext &ast = getASTContext(); GetBuiltinTypeForEncodingAndBitSize() local 934 clang::ASTContext &ast = getASTContext(); GetBasicType() local 946 ASTContext &ast = getASTContext(); GetBuiltinTypeForDWARFEncodingAndBitSize() local 1163 ASTContext &ast = getASTContext(); GetCStringType() local 1174 auto ast = type1.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); AreTypesSame() local 1276 ASTContext &ast = getASTContext(); CreateRecordType() local 1376 CreateTemplateParameterList(ASTContext & ast,const TypeSystemClang::TemplateParameterInfos & template_param_infos,llvm::SmallVector<NamedDecl *,8> & template_param_decls) CreateTemplateParameterList() argument 1462 ASTContext &ast = getASTContext(); CreateFunctionTemplateDecl() local 1598 ASTContext &ast = getASTContext(); CreateClassTemplateDecl() local 1669 ASTContext &ast = getASTContext(); CreateTemplateTemplateParmDecl() local 1695 ASTContext &ast = getASTContext(); CreateClassTemplateSpecializationDecl() local 1729 ASTContext &ast = getASTContext(); CreateClassTemplateSpecializationType() local 1795 ASTContext &ast = getASTContext(); FieldIsBitfield() local 1852 ASTContext &ast = getASTContext(); CreateObjCClass() local 1901 ASTContext &ast = getASTContext(); GetUniqueNamespaceDeclaration() local 2048 GetOpaqueCompilerType(clang::ASTContext * ast,lldb::BasicType basic_type) GetOpaqueCompilerType() argument 2185 ASTContext &ast = getASTContext(); CreateFunctionDeclaration() local 2254 ASTContext &ast = getASTContext(); CreateParameterDeclaration() local 2288 ASTContext &ast = getASTContext(); CreateArrayType() local 2356 ASTContext &ast = getASTContext(); CreateEnumerationType() local 2381 clang::ASTContext &ast = getASTContext(); GetIntTypeFromBitSize() local 2464 GetCompleteDecl(clang::ASTContext * ast,clang::Decl * decl) GetCompleteDecl() argument 2625 GetCompleteQualType(clang::ASTContext * ast,clang::QualType qual_type,bool allow_completion=true) GetCompleteQualType() argument 4246 GetFullyUnqualifiedType_Impl(clang::ASTContext * ast,clang::QualType qual_type) GetFullyUnqualifiedType_Impl() argument 4639 clang::ASTContext &ast = getASTContext(); CreateGenericFunctionPrototype() local 4656 clang::ASTContext &ast = getASTContext(); GetFloatTypeSemantics() local 5244 GetDynamicArrayInfo(TypeSystemClang & ast,SymbolFile * sym_file,clang::QualType qual_type,const ExecutionContext * exe_ctx) GetDynamicArrayInfo() argument 5571 GetObjCFieldAtIndex(clang::ASTContext * ast,clang::ObjCInterfaceDecl * class_interface_decl,size_t idx,std::string & name,uint64_t * bit_offset_ptr,uint32_t * bitfield_bit_size_ptr,bool * is_bitfield_ptr) GetObjCFieldAtIndex() argument 7265 auto ast = ts.dyn_cast_or_null<TypeSystemClang>(); AddFieldToRecordType() local 7359 auto ast = ts.dyn_cast_or_null<TypeSystemClang>(); BuildIndirectFields() local 7466 auto ast = ts.dyn_cast_or_null<TypeSystemClang>(); SetIsPacked() local 7486 auto ast = ts.dyn_cast_or_null<TypeSystemClang>(); AddVariableToRecordType() local 7521 clang::ASTContext &ast = var->getASTContext(); SetIntegerInitializerForVariable() local 7546 clang::ASTContext &ast = var->getASTContext(); SetFloatingInitializerForVariable() local 7794 auto ast = ts.dyn_cast_or_null<TypeSystemClang>(); SetObjCSuperClass() local 7823 auto ast = ts.dyn_cast_or_null<TypeSystemClang>(); AddObjCClassProperty() local 8046 clang::ASTContext &ast = lldb_ast->getASTContext(); AddMethodToObjCObjectType() local 8296 clang::ASTContext &ast = lldb_ast->getASTContext(); CompleteTagDeclarationDefinition() local 8400 auto ast = ts.dyn_cast_or_null<TypeSystemClang>(); CreateMemberPointerType() local 9384 TypeSystemClang *ast = llvm::cast<TypeSystemClang>(dc.GetTypeSystem()); DeclContextGetMetaData() local 9390 TypeSystemClang *ast = DeclContextGetTypeSystemClang() local [all...] |
| H A D | TypeSystemClang.h | 262 clang::ASTContext &ast = getASTContext(); global() variable
|
| /freebsd-src/sys/vm/ |
| H A D | redzone.c | 133 struct stack ast, fst; in redzone_check() local
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 195 TypeSystemClang *ast = m_type_system.get(); in GetSiginfoType() local
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 214 TypeSystemClang *ast = m_type_system.get(); in GetSiginfoType() local
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 109 clang::ASTContext &ast = clang_ast.getASTContext(); in GetBuiltinTypeForPDBEncodingAndBitSize() local 329 GetDeclFromContextByName(const clang::ASTContext & ast,const clang::DeclContext & decl_context,llvm::StringRef name) GetDeclFromContextByName() argument 365 PDBASTParser(lldb_private::TypeSystemClang & ast) PDBASTParser() argument [all...] |
| H A D | SymbolFilePDB.cpp | 1104 PDBASTParser *ast = GetPDBAstParser(); in ParseVariables() local
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 66 DWARFASTParserClang(TypeSystemClang & ast) DWARFASTParserClang() argument 252 PrepareContextToReceiveMembers(TypeSystemClang & ast,ClangASTImporter & ast_importer,clang::DeclContext * decl_ctx,DWARFDIE die,const char * type_name_cstr) PrepareContextToReceiveMembers() argument 1430 auto ast = ParseInheritance() local 2089 clang::ASTContext &ast = m_ast.getASTContext(); ParseTemplateDIE() local 2816 clang::ASTContext &ast = ts.getASTContext(); ExtractIntFromFormValue() local 3144 auto ast = ts.dyn_cast_or_null<TypeSystemClang>(); ParseChildMembers() local [all...] |
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSIndexPath.cpp | 56 auto ast = ScratchTypeSystemClang::GetForTarget( Update() local
|
| /freebsd-src/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-src/sys/dev/usb/serial/ |
| H A D | umodem.c | 935 struct usb_cdc_abstract_state ast; in umodem_set_comm_feature() local
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc64.cpp | 813 auto ast = m_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); GetStructValueObject() local
|