Searched defs:ast (Results 1 - 16 of 16) sorted by relevance

/freebsd-11.0-release/sys/kern/
H A Dsubr_trap.c206 ast(struct trapframe *framep) function
/freebsd-11.0-release/sys/vm/
H A Dredzone.c130 struct stack ast, fst; local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSArray.cpp348 clang::ASTContext *ast = valobj_sp->GetExecutionContextRef().GetTargetSP()->GetScratchClangASTContext()->getASTContext(); local
583 ClangASTContext *ast = valobj_sp->GetExecutionContextRef().GetTargetSP()->GetScratchClangASTContext(); local
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DAliasSetTracker.cpp629 AliasSetTracker::ASTCallbackVH::ASTCallbackVH(Value *V, AliasSetTracker *ast) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h279 clang::ASTContext *ast = getASTContext(); local
1149 ClangASTContext *ast = llvm::dyn_cast_or_null<ClangASTContext>(type.GetTypeSystem()); local
1160 ClangASTContext *ast = llvm::dyn_cast_or_null<ClangASTContext>(type.GetTypeSystem()); local
[all...]
/freebsd-11.0-release/sys/mips/include/
H A Dframe.h44 register_t ast; member in struct:trapframe
/freebsd-11.0-release/tools/tools/usbtest/
H A Dusb_modem_test.c178 struct usb_cdc_abstract_state ast; local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserGo.cpp47 DWARFASTParserGo::DWARFASTParserGo(GoASTContext &ast) argument
667 GoASTContext *ast = llvm::dyn_cast_or_null<GoASTContext>(class_compiler_type.GetTypeSystem()); local
H A DDWARFASTParserClang.cpp56 DWARFASTParserClang::DWARFASTParserClang (ClangASTContext &ast) : argument
1855 clang::ASTContext *ast = m_ast.getASTContext(); local
2581 ClangASTContext *ast = llvm::dyn_cast_or_null<ClangASTContext>(class_clang_type.GetTypeSystem()); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp820 LoopPromoter(Value *SP, ArrayRef<const Instruction *> Insts, SSAUpdater &S, SmallPtrSetImpl<Value *> &PMA, SmallVectorImpl<BasicBlock *> &LEB, SmallVectorImpl<Instruction *> &LIP, PredIteratorCache &PIC, AliasSetTracker &ast, LoopInfo &li, DebugLoc dl, int alignment, const AAMDNodes &AATags) argument
/freebsd-11.0-release/sys/dev/usb/serial/
H A Dumodem.c917 struct usb_cdc_abstract_state ast; local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp39 CompilerType::CompilerType (clang::ASTContext *ast, argument
425 CompilerType::SetCompilerType (clang::ASTContext *ast, clang::QualType qual_type) argument
H A DClangASTContext.cpp512 ASTContext *ast = getASTContext(); local
521 ASTContext *ast = getASTContext(); local
533 ASTContext *ast = getASTContext(); local
594 GetASTContext(clang::ASTContext* ast) argument
734 QualTypeMatchesBitSize(const uint64_t bit_size, ASTContext *ast, QualType qual_type) argument
749 GetBuiltinTypeForEncodingAndBitSize(ASTContext *ast, Encoding encoding, uint32_t bit_size) argument
877 GetBasicType(ASTContext *ast, const ConstString &name) argument
902 GetBasicType(ASTContext *ast, lldb::BasicType basic_type) argument
1018 ASTContext *ast = getASTContext(); local
1246 GetUnknownAnyType(clang::ASTContext *ast) argument
1256 ASTContext *ast = getASTContext(); local
1266 GetTranslationUnitDecl(clang::ASTContext *ast) argument
1290 ClangASTContext *ast = llvm::dyn_cast_or_null<ClangASTContext>(type1.GetTypeSystem()); local
1326 ASTContext *ast = &decl->getASTContext(); local
1338 ASTContext *ast = &decl->getASTContext(); local
1354 ASTContext *ast = getASTContext(); local
1403 CreateTemplateParameterList(ASTContext *ast, const ClangASTContext::TemplateParameterInfos &template_param_infos, llvm::SmallVector<NamedDecl *, 8> &template_param_decls) argument
1461 ASTContext *ast = getASTContext(); local
1508 ASTContext *ast = getASTContext(); local
1584 ASTContext *ast = getASTContext(); local
1605 ASTContext *ast = getASTContext(); local
1683 FieldIsBitfield( ASTContext *ast, FieldDecl* field, uint32_t& bitfield_bit_size ) argument
1747 ASTContext *ast = getASTContext(); local
1810 ASTContext *ast = getASTContext(); local
1990 ASTContext *ast = getASTContext(); local
2037 CreateFunctionType(ASTContext *ast, const CompilerType& result_type, const CompilerType *args, unsigned num_args, bool is_variadic, unsigned type_quals) argument
2064 ASTContext *ast = getASTContext(); local
2094 ASTContext *ast = getASTContext(); local
2154 ASTContext *ast = getASTContext(); local
2225 GetIntTypeFromBitSize(clang::ASTContext *ast, size_t bit_size, bool is_signed) argument
2275 GetPointerSizedIntType(clang::ASTContext *ast, bool is_signed) argument
2434 GetCompleteDecl(clang::ASTContext *ast, clang::Decl *decl) argument
2485 SetMetadata(clang::ASTContext *ast, const void *object, ClangASTMetadata &metadata) argument
2497 GetMetadata(clang::ASTContext *ast, const void *object) argument
2597 GetCompleteQualType(clang::ASTContext *ast, clang::QualType qual_type, bool allow_completion = true) argument
4217 GetFullyUnqualifiedType_Impl(clang::ASTContext *ast, clang::QualType qual_type) argument
4490 ClangASTContext *ast = llvm::dyn_cast<ClangASTContext>(type.GetTypeSystem()); local
5375 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) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDataExtractor.cpp1832 clang::ASTContext *ast = clang_ast->getASTContext(); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1932 clang::ASTContext *ast = lldb_ast->getASTContext(); local
1966 clang::ASTContext *ast = lldb_ast->getASTContext(); local
H A DClangExpressionDeclMap.cpp204 ClangASTContext *ast = llvm::dyn_cast_or_null<ClangASTContext>(parser_type.GetTypeSystem()); local
1517 ClangASTContext *ast = llvm::dyn_cast_or_null<ClangASTContext>(frame_decl_context.GetTypeSystem()); local
1864 ASTContext *ast = clang_ast->getASTContext(); local

Completed in 161 milliseconds