Home
last modified time | relevance | path

Searched refs:eLanguageTypeC (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp152 {"c", eLanguageTypeC},
253 case eLanguageTypeC: in LanguageIsC()
265 case eLanguageTypeC: in LanguageIsCFamily()
297 case eLanguageTypeC: in GetPrimaryLanguage()
301 return eLanguageTypeC; in GetPrimaryLanguage()
H A DThreadPlanTracer.cpp107 target_sp->GetScratchTypeSystemForLanguage(eLanguageTypeC); in GetIntPointerType()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp31 case eLanguageTypeC: in IsApplicable()
33 return valobj_lang == eLanguageTypeC89 || valobj_lang == eLanguageTypeC || in IsApplicable()
38 return valobj_lang == eLanguageTypeC89 || valobj_lang == eLanguageTypeC || in IsApplicable()
43 return valobj_lang == eLanguageTypeC89 || valobj_lang == eLanguageTypeC || in IsApplicable()
49 return valobj_lang == eLanguageTypeC89 || valobj_lang == eLanguageTypeC || in IsApplicable()
H A DFormatManager.cpp570 case lldb::eLanguageTypeC: in GetCandidateLanguages()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp138 case lldb::eLanguageTypeC: in ScanContext()
333 lldb::eLanguageTypeC)) { in SetupPersistentState()
356 target->GetPersistentExpressionStateForLanguage(lldb::eLanguageTypeC)); in SetupDeclVendor()
953 lldb::eLanguageTypeC); in ResetDeclMap()
H A DClangUtilityFunction.cpp181 lldb::eLanguageTypeC); in ResetDeclMap()
H A DClangExpressionParser.cpp531 case lldb::eLanguageTypeC: in ClangExpressionParser()
677 case lldb::eLanguageTypeC: in ClangExpressionParser()
693 lldb::eLanguageTypeC))) { in ClangExpressionParser()
H A DClangExpressionSourceCode.cpp322 target->GetPersistentExpressionStateForLanguage(lldb::eLanguageTypeC)); in GetText()
H A DASTResultSynthesizer.cpp441 m_target.GetPersistentExpressionStateForLanguage(lldb::eLanguageTypeC); in CommitPersistentDecls()
H A DIRDynamicChecks.cpp53 lldb::eLanguageTypeC, exe_ctx); in Install()
H A DClangModulesDeclVendor.cpp354 case lldb::LanguageType::eLanguageTypeC: in LanguageSupportsClangModules()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp84 eLanguageTypeC); in InferiorCallMmap()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp459 module_sp->GetTypeSystemForLanguage(eLanguageTypeC); in FindFirstType()
477 module_sp->GetTypeSystemForLanguage(eLanguageTypeC); in GetBasicType()
505 module_sp->GetTypeSystemForLanguage(eLanguageTypeC); in FindTypes()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectRegister.cpp204 exe_module->GetTypeSystemForLanguage(eLanguageTypeC); in GetCompilerTypeImpl()
H A DValueObjectDynamicValue.cpp153 known_type != lldb::eLanguageTypeC) { in UpdateValue()
H A DDumpDataExtractor.cpp553 target_sp->GetScratchTypeSystemForLanguage(eLanguageTypeC); in DumpDataExtractor()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp128 lldb::eLanguageTypeC)); in BuildAggregate()
H A DAppleObjCRuntimeV1.cpp178 eLanguageTypeC, exe_ctx); in CreateObjectChecker()
H A DAppleObjCRuntimeV2.cpp1143 eLanguageTypeC, exe_ctx); in CreateObjectChecker()
1542 std::move(code), std::move(name), eLanguageTypeC, exe_ctx); in GetClassInfoUtilityFunctionImpl()
1671 eLanguageTypeC, exe_ctx); in GetClassInfoUtilityFunctionImpl()
H A DAppleObjCTrampolineHandler.cpp812 g_lookup_implementation_function_name, eLanguageTypeC, exe_ctx); in SetupDispatchFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp41 target.GetScratchTypeSystemForLanguage(eLanguageTypeC); in Watchpoint()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h439 eLanguageTypeC = 0x0002, ///< Non-standardized C, such as K&R. enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp572 eLanguageTypeC, voidstar, addr, ValueList(), "caller", error); in GetExceptionObjectForThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp300 return lldb::eLanguageTypeC; in GetMinimumLanguage()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp353 DebugStateCandidates, eFunctionNameTypeFull, eLanguageTypeC, in SetRendezvousBreakpoint()

12