Home
last modified time | relevance | path

Searched refs:kind (Results 501 – 525 of 839) sorted by relevance

1...<<21222324252627282930>>...34

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DOptionsBase.td67 // - `Completion`: Gives the option a single completion kind.
/freebsd/sys/dev/mmc/
H A Dmmcbr_if.m42 # kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD
/freebsd/share/i18n/csmapper/CP/
H A DUCS%CP424.src26 # warranties of any kind are expressed or implied. The recipient
H A DCP424%UCS.src26 # warranties of any kind are expressed or implied. The recipient
H A DUCS%CP1006.src26 # warranties of any kind are expressed or implied. The recipient
H A DCP1006%UCS.src26 # warranties of any kind are expressed or implied. The recipient
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h422 enum { Bytes, Instructions } kind; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h365 virtual const RegisterInfo *ResolveNumber(lldb::RegisterKind kind,
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchive.h339 Kind kind() const { return (Kind)Format; } in kind() function
H A DELFTypes.h765 uint8_t kind; // Determines interpretation of variable part of descriptor
772 assert(kind == ELF::ODK_REGINFO);
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSchedRocket.td27 // Define each kind of processor resource and number available.
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp855 const CompilerType *type, uint32_t kind, in CreateWatchpoint() argument
861 __FUNCTION__, addr, (uint64_t)size, kind); in CreateWatchpoint()
877 if (!LLDB_WATCH_TYPE_IS_VALID(kind)) { in CreateWatchpoint()
878 error.SetErrorStringWithFormat("invalid watchpoint type: %d", kind); in CreateWatchpoint()
917 if (size == old_size && kind == old_type) { in CreateWatchpoint()
929 wp_sp->SetWatchpointType(kind, notify); in CreateWatchpoint()
2834 Target::StopHookSP Target::CreateStopHook(StopHook::StopHookKind kind) { in CreateStopHook() argument
2837 switch (kind) { in CreateStopHook()
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dhaleakala.dts8 * any warranty of any kind, whether express or implied.
H A Dksi8560.dts10 * is licensed "as is" without any warranty of any kind, whether express
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckerBase.td88 /// Describes what kind of documentation exists for the checker.
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_STORE_SEARCH.pod129 This criterion supports a search by match of an alias of some kind.
/freebsd/crypto/openssl/doc/HOWTO/
H A Dcertificates.txt88 was kind enough, your certificate is a raw DER thing in PEM format.
/freebsd/sys/dts/arm/
H A Dannapurna-alpine.dts212 // is detected. Just be kind and compatible with Linux
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp410 const char *LVLocation::kind() const { in kind() function in LVLocation
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DREADME.txt48 behavior. The ARM target has the same kind of min/max instructions and has
H A DWebAssemblyInstrSIMD.td313 multiclass LoadLanePatNoOffset<Vec vec, SDPatternOperator kind> {
316 def : Pat<(vec.vt (kind (i32 I32:$addr),
320 def : Pat<(vec.vt (kind (i64 I64:$addr),
393 multiclass StoreLanePat<Vec vec, SDPatternOperator kind> {
394 def : Pat<(kind (AddrOps32 offset32_op:$offset, I32:$addr),
399 def : Pat<(kind (AddrOps64 offset64_op:$offset, I64:$addr),
/freebsd/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.cpp384 return d->kind() == InputSectionBase::Synthetic && d->name == ".text.patch"; in classof()
H A DARMErrataFix.cpp83 return d->kind() == InputSectionBase::Synthetic && d->name ==".text.patch"; in classof()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp149 RecTyKind kind = RHS->getRecTyKind(); in typeIsConvertibleTo() local
150 return (kind == BitRecTyKind && Size == 1) || (kind == IntRecTyKind); in typeIsConvertibleTo()
158 RecTyKind kind = RHS->getRecTyKind(); in typeIsConvertibleTo() local
159 return kind==BitRecTyKind || kind==BitsRecTyKind || kind==IntRecTyKind; in typeIsConvertibleTo()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp3776 static TypeTrait TypeTraitFromTokKind(tok::TokenKind kind) { in TypeTraitFromTokKind() argument
3777 switch (kind) { in TypeTraitFromTokKind()
3790 static ArrayTypeTrait ArrayTypeTraitFromTokKind(tok::TokenKind kind) { in ArrayTypeTraitFromTokKind() argument
3791 switch (kind) { in ArrayTypeTraitFromTokKind()
3801 static ExpressionTrait ExpressionTraitFromTokKind(tok::TokenKind kind) { in ExpressionTraitFromTokKind() argument
3802 switch (kind) { in ExpressionTraitFromTokKind()

1...<<21222324252627282930>>...34