| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 90 ts->GetBasicTypeFromAST(eBasicTypeVoid).GetPointerType(); in InferiorCallMmap()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 426 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in RefreshTrampolines() 738 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupDispatchFunction() 876 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetStepThroughDispatchPlan()
|
| H A D | AppleObjCRuntime.cpp | 137 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription()
|
| H A D | AppleObjCRuntimeV2.cpp | 1792 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl() 1957 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl() 3445 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ObjCExceptionRecognizedStackFrame()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSException.cpp | 77 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ExtractFields()
|
| H A D | NSError.cpp | 93 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()); in NSError_SummaryProvider()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | Coroutines.cpp | 144 CompilerType void_type = ast_ctx->GetBasicType(lldb::eBasicTypeVoid); in Update()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 201 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 221 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 646 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in MakeLoadImageUtilityFunction() 901 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in DoLoadImage()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1717 TypeFromUser user_type(scratch_ast_context->GetBasicType(eBasicTypeVoid) in AddOneGenericVariable() 1720 TypeFromParser parser_type(m_clang_ast_context->GetBasicType(eBasicTypeVoid) in AddOneGenericVariable() 1980 m_clang_ast_context->GetBasicType(eBasicTypeVoid); in AddContextClassType()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 810 eBasicTypeVoid = 1, enumerator
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 615 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetExceptionObjectForThread()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 408 GetPointeeType().GetBasicTypeEnumeration() == lldb::eBasicTypeVoid; in IsPointerToVoid()
|
| H A D | Type.cpp | 665 void_compiler_type = ts->GetBasicTypeFromAST(eBasicTypeVoid); in ResolveCompilerType()
|
| /freebsd/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-extensions.swig | 572 if basic_type == eBasicTypeVoid: return (False,False)
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 985 return lldb::eBasicTypeVoid; in GetCompilerTypeForSimpleKind()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
| H A D | SymbolFileCTF.cpp | 346 if (basic_type != eBasicTypeVoid && basic_type != eBasicTypeBool) { in CreateInteger()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 117 return clang_ast.GetBasicType(eBasicTypeVoid); in GetBuiltinTypeForPDBEncodingAndBitSize()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 1284 return_clang_type = m_ast.GetBasicType(eBasicTypeVoid); in ParseSubroutine() 2089 clang_type = m_ast.GetBasicType(eBasicTypeVoid); in ParseTemplateDIE()
|
| /freebsd/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 1015 .. py:data:: eBasicTypeVoid
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 828 {"void", eBasicTypeVoid}, in GetBasicTypeEnumeration() 888 if (auto size = GetBasicType(lldb::eBasicTypeVoid) in GetPointerByteSize() 2022 case eBasicTypeVoid: in GetOpaqueCompilerType() 5478 return eBasicTypeVoid; in GetBasicTypeEnumeration()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 6407 ts->GetBasicTypeFromAST(eBasicTypeVoid).GetPointerType(); in CallVoidArgVoidPtrReturn()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 82986 {SWIG_LUA_CONSTTAB_INT("eBasicTypeVoid", (lldb::eBasicTypeVoid))},
|