Searched defs:language (Results 1 - 25 of 77) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBLanguageRuntime.cpp26 SBLanguageRuntime::GetNameForLanguageType(lldb::LanguageType language) { argument
H A DSBBlock.cpp75 LanguageType language; local
H A DSBExpressionOptions.cpp173 void SBExpressionOptions::SetLanguage(lldb::LanguageType language) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.cpp49 Language *ObjCPlusPlusLanguage::CreateInstance(lldb::LanguageType language) { argument
/freebsd-11-stable/contrib/libreadline/
H A Dnls.c207 char *cp, *language, *result; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueLanguage.cpp54 auto language = (LanguageType)bit; local
H A DScriptInterpreter.cpp53 std::string ScriptInterpreter::LanguageToString(lldb::ScriptLanguage language) { argument
68 ScriptInterpreter::StringToLanguage(const llvm::StringRef &language) { argument
/freebsd-11-stable/contrib/libucl/python/
H A Dsetup.py18 language = 'c' variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp67 Language *language = lldb_private::Language::FindPlugin(language_type, path); local
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_pci.c231 ASN1_OBJECT *language = NULL; local
76 process_pci_value(CONF_VALUE *val, ASN1_OBJECT **language, ASN1_INTEGER **pathlen, ASN1_OCTET_STRING **policy) argument
[all...]
/freebsd-11-stable/contrib/libxo/doc/
H A Dconf.py70 language = None variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h79 void SetLanguage(lldb::LanguageType language) { m_language = language; } argument
H A DSymbolFileDWARFDwo.cpp141 SymbolFileDWARFDwo::GetTypeSystemForLanguage(LanguageType language) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h144 SetLanguage(lldb::LanguageType language) argument
[all...]
H A DTypeSystem.h435 GetUserExpression(llvm::StringRef expr, llvm::StringRef prefix, lldb::LanguageType language, Expression::ResultType desired_type, const EvaluateExpressionOptions &options, ValueObject *ctx_obj) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.h45 lldb::LanguageType language; member in class:lldb_private::CommandObjectExpression::CommandOptions
/freebsd-11-stable/contrib/gdb/gdb/
H A Dtracepoint.h76 enum language language; member in struct:tracepoint
H A Dbuildsym.h70 enum language language; member in struct:subfile
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp40 LLVMUserExpression(ExecutionContextScope &exe_scope, llvm::StringRef expr, llvm::StringRef prefix, lldb::LanguageType language, ResultType desired_type, const EvaluateExpressionOptions &options) argument
H A DUserExpression.cpp162 lldb::LanguageType language = options.GetLanguage(); local
51 UserExpression(ExecutionContextScope &exe_scope, llvm::StringRef expr, llvm::StringRef prefix, lldb::LanguageType language, ResultType desired_type, const EvaluateExpressionOptions &options) argument
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dresres.c118 rc_uint_type language; local
219 write_res_directory(windres_bfd *wrbfd, rc_uint_type off, const rc_res_directory *rd, const rc_res_id *type, const rc_res_id *name, rc_uint_type *language, int level) argument
635 res_add_resource(rc_res_resource *r, const rc_res_id *type, const rc_res_id *id, rc_uint_type language, int dupok) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp68 CreateInstance(Process *process, lldb::LanguageType language) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp91 SymbolFile::GetTypeSystemForLanguage(lldb::LanguageType language) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp105 ExceptionBreakpointResolver(lldb::LanguageType language, bool catch_bp, argument
228 LanguageRuntime::GetExceptionPrecondition(LanguageType language, argument
21 ExceptionSearchFilter(const lldb::TargetSP &target_sp, lldb::LanguageType language, bool update_module_list) argument
204 FindPlugin(Process *process, lldb::LanguageType language) argument
247 CreateExceptionBreakpoint( Target &target, lldb::LanguageType language, bool catch_bp, bool throw_bp, bool is_internal) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp96 LanguageType language = eLanguageTypeUnknown; local
26 BreakpointResolverName( Breakpoint *bkpt, const char *name_cstr, FunctionNameType name_type_mask, LanguageType language, Breakpoint::MatchType type, lldb::addr_t offset, bool skip_prologue) argument
47 BreakpointResolverName( Breakpoint *bkpt, const char *names[], size_t num_names, FunctionNameType name_type_mask, LanguageType language, lldb::addr_t offset, bool skip_prologue) argument
59 BreakpointResolverName(Breakpoint *bkpt, std::vector<std::string> names, FunctionNameType name_type_mask, LanguageType language, lldb::addr_t offset, bool skip_prologue) argument
73 BreakpointResolverName(Breakpoint *bkpt, RegularExpression func_regex, lldb::LanguageType language, lldb::addr_t offset, bool skip_prologue) argument
[all...]

Completed in 325 milliseconds

1234