Searched defs:kind (Results 151 - 175 of 391) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dquestions.c219 svn_node_kind_t kind; local
367 svn_node_kind_t kind; local
[all...]
H A Drevert.c309 svn_node_kind_t kind; local
482 revert_wc_data(svn_boolean_t *run_wq, svn_boolean_t *notify_required, svn_wc__db_t *db, const char *local_abspath, svn_wc__db_status_t status, svn_node_kind_t kind, svn_node_kind_t reverted_kind, svn_filesize_t recorded_size, apr_time_t recorded_time, svn_boolean_t copied_here, svn_boolean_t use_commit_times, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
945 svn_node_kind_t kind; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.h68 Kind kind() const { return fileKind; } function in class:lld::elf::InputFile
H A DInputSection.h44 Kind kind() const { return (Kind)sectionKind; } function in class:lld::elf::SectionBase
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler.h237 uint16_t kind; member in struct:lld::mach_o::ArchHandler::ReferenceInfo
200 addDataInCodeReference(MachODefinedAtom &atom, uint32_t atomOff, uint16_t length, uint16_t kind) argument
244 uint16_t kind; member in struct:lld::mach_o::ArchHandler::OptionalRefInfo
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h389 enum { Bytes, Instructions } kind; member in struct:lldb_private::Disassembler::Limit
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp25 REPL::REPL(LLVMCastKind kind, Target &target) : m_target(target), m_kind(kind) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp70 const RegisterInfo *NativeRegisterContext::GetRegisterInfo(uint32_t kind, argument
409 NativeRegisterContext::ConvertRegisterKindToRegisterNumber(uint32_t kind, argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp71 bool CPlusPlusNameParser::ConsumeToken(tok::TokenKind kind) { argument
195 tok::TokenKind kind = Peek().getKind(); local
306 tok::TokenKind kind = Peek().getKind(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.cpp686 ConvertRegisterKindToRegisterNumber( RegisterKind kind, uint32_t reg) argument
/freebsd-13-stable/contrib/subversion/subversion/svn/
H A Dsvn.c3023 svn_node_kind_t kind; local
[all...]
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-mptcp.c61 uint8_t kind; member in struct:mptcp_option
69 uint8_t kind; member in struct:mp_capable
82 uint8_t kind; member in struct:mp_join
104 uint8_t kind; member in struct:mp_dss
117 uint8_t kind; member in struct:mp_add_addr
136 uint8_t kind; member in struct:mp_remove_addr
144 uint8_t kind; member in struct:mp_fail
152 uint8_t kind; member in struct:mp_close
160 uint8_t kind; member in struct:mp_prio
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp83 PDB_SymType lldb_private::npdb::CVSymToPDBSym(SymbolKind kind) { argument
135 PDB_SymType lldb_private::npdb::CVTypeToPDBType(TypeLeafKind kind) { argument
687 GetCompilerTypeForSimpleKind(SimpleTypeKind kind) argument
756 GetTypeSizeForSimpleKind(SimpleTypeKind kind) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp584 lldb::RegisterKind kind = m_unwind_plan_ptr->GetRegisterKind(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp31 ThreadPlanStepRange::ThreadPlanStepRange(ThreadPlanKind kind, const char *name, argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp39 static unsigned getCharWidth(tok::TokenKind kind, const TargetInfo &Target) { argument
/freebsd-13-stable/contrib/libedit/
H A Dtty.c941 tty__get_flag(struct termios *t, int kind) { argument
959 tty_update_flag(EditLine *el, tcflag_t f, int mode, int kind) argument
968 tty_update_flags(EditLine *el, int kind) argument
1337 int kind; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h70 UncommonTemplateNameStorage(Kind kind, unsigned size) { argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h94 ShadowKind kind; member in struct:__asan::ShadowAddressDescription
190 AddressKind kind; member in struct:__asan::AddressDescription::AddressDescriptionData
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.h72 Kind kind() const { return fileKind; } function in class:lld::coff::InputFile
/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c228 ushort_t kind = LCTF_INFO_KIND(fp, tp->ctt_info); local
348 ushort_t kind = LCTF_INFO_KIND(fp, tp->ctt_info); local
H A Dctf_types.c63 uint_t kind, n; local
654 uint_t kind, n; local
833 uint_t kind, local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h63 typedef unsigned kind; typedef in namespace:clang::diag
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp146 void doPropAction(PropActionKind kind, argument
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dldebug.c530 const char *kind = NULL; local

Completed in 234 milliseconds

1234567891011>>