Home
last modified time | relevance | path

Searched refs:kind (Results 376 – 400 of 839) sorted by relevance

1...<<11121314151617181920>>...34

/freebsd/contrib/bmake/
H A Dparse.c1233 if (guard != NULL && guard->kind == GK_VARIABLE in SkipGuarded()
1236 if (guard != NULL && guard->kind == GK_TARGET in SkipGuarded()
2516 ReadLowLevelLine(LineKind kind) in ReadLowLevelLine() argument
2535 if (kind != LK_FOR_BODY) in ReadLowLevelLine()
2543 if (kind == LK_FOR_BODY) in ReadLowLevelLine()
2546 if (kind == LK_DOT && line[0] != '.') in ReadLowLevelLine()
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py1190 if descr.type.kind == 'primitive':
1192 elif descr.type.kind == 'enum':
1194 elif descr.type.kind == 'array' and descr.type.item.cname == 'char':
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp1037 if (file->kind() != InputFile::ObjKind) in createTaggedSymbols()
1053 if (file->kind() != InputFile::BinaryKind && in createTaggedSymbols()
1054 file->kind() != InputFile::ObjKind) in createTaggedSymbols()
/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Domp.h.var48 /* schedule kind constants */
494 #pragma omp begin declare variant match(device={kind(host)})
497 #pragma omp begin declare variant match(device={kind(nohost)})
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp102 W.startLine() << getSymbolKindName(CVR.kind()); in visitSymbolBegin()
105 W.printEnum("Kind", unsigned(CVR.kind()), getSymbolTypeNames()); in visitSymbolBegin()
593 switch (CVR.kind()) { in visitKnownRecord()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM64.cpp827 lldb::RegisterKind kind, uint32_t num) { in ConvertRegisterKindToRegisterNumber() argument
829 if (g_reg_infos[i].kinds[kind] == num) in ConvertRegisterKindToRegisterNumber()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp56 BreakpointOptions::OptionKind kind) const { in GetOptionsSpecifyingKind()
57 if (m_options_up && m_options_up->IsOptionSet(kind)) in GetOptionsSpecifyingKind()
/freebsd/sys/dev/pccard/
H A Dpccardvar.h58 int kind; member
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesFormat.h271 contextKind(context ? static_cast<uint8_t>(context->kind) in ContextTableKey()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp429 ConstraintKind kind) { in matchConstraints() argument
430 if (kind == ConstraintKind::NoConstraint) in matchConstraints()
436 return (isRW && kind == ConstraintKind::ReadWrite) || in matchConstraints()
437 (!isRW && kind == ConstraintKind::ReadOnly); in matchConstraints()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp1226 ForActivation_t kind, in SetupCleanupBlockActivation() argument
1234 (kind == ForActivation && CGF.isInConditionalBranch()); in SetupCleanupBlockActivation()
1267 llvm::Constant *value = CGF.Builder.getInt1(kind == ForDeactivation); in SetupCleanupBlockActivation()
1278 CGF.Builder.CreateStore(CGF.Builder.getInt1(kind == ForActivation), var); in SetupCleanupBlockActivation()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp292 this->Kind = CVS.kind(); in fromCodeViewSymbol()
634 auto Impl = std::make_shared<SymbolType>(Symbol.kind()); in fromCodeViewSymbolImpl()
648 switch (Symbol.kind()) { in fromCodeViewSymbol()
/freebsd/contrib/mandoc/
H A DINSTALL79 package using some kind of fake root mechanism, you may need a
120 Consequently, linking mandoc against any kind of C++ program
/freebsd/contrib/ntp/
H A DINSTALL50 a different kind of computer), type `make distclean'. There is
72 You can compile the package for more than one kind of computer at the
/freebsd/sys/contrib/xz-embedded/
H A DREADME91 other popular formats and tools support this too). This kind of .xz
93 threaded XZ compressor, created this kind of .xz files.
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h136 BugReport(Kind kind, const BugType &bt, StringRef desc) in BugReport() argument
137 : BugReport(kind, bt, "", desc) {} in BugReport()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp288 if (Val->kind() == Formula::AtomRef) in buildCNF()
322 switch (Val->kind()) { in buildCNF()
/freebsd/sys/contrib/device-tree/src/powerpc/
H A DkuroboxHD.dts14 * is licensed "as is" without any warranty of any kind, whether express
H A Diss4xx-mpic.dts12 * any warranty of any kind, whether express or implied.
H A DkuroboxHG.dts14 * is licensed "as is" without any warranty of any kind, whether express
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DOtoolOpts.td54 def grp_obsolete : OptionGroup<"kind">,
/freebsd/share/i18n/csmapper/KOI/
H A DUCS%GOST19768-74.src26 # warranties of any kind are expressed or implied. The recipient
H A DGOST19768-74%UCS.src26 # warranties of any kind are expressed or implied. The recipient
/freebsd/share/i18n/csmapper/MISC/
H A DUCS%DECMCS.src25 # warranties of any kind are expressed or implied. The recipient
/freebsd/tests/sys/acl/
H A Dtools-nfs4-trivial.test28 # both kind of trivial ACLs and replaces it by the default one.

1...<<11121314151617181920>>...34