Home
last modified time | relevance | path

Searched refs:kind (Results 251 – 275 of 839) sorted by relevance

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

/freebsd/contrib/file/magic/Magdir/
H A Dnatinst15 # Check which kind of file it is
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.h47 char opener, char closer, uint32_t kind);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp85 if (V->kind() == Variable::VK_Let) { in getCanonicalVal()
107 if (V->kind() != Variable::VK_Let) in simplifyToCanonicalVal()
H A DThreadSafety.cpp130 LockKind kind() const { return LKind; } in kind() function in __anon4e9310790111::FactEntry
942 lock(FSet, FactMan, UnderlyingMutex.Cap, entry.kind(), entry.loc(), in handleLock()
961 LockKind kind = UnderlyingMutex.Kind == UCK_ReleasedShared in handleUnlock() local
964 lock(FSet, FactMan, UnderlyingMutex.Cap, kind, UnlockLoc, TSHandler); in handleUnlock()
973 LockKind kind, SourceLocation loc, in lock() argument
982 std::make_unique<LockableFactEntry>(Cp, kind, loc, Managed)); in lock()
1315 if (ReceivedKind != LK_Generic && LDat->kind() != ReceivedKind) { in removeLock()
1316 Handler.handleIncorrectUnlockKind(Cp.getKind(), Cp.toString(), LDat->kind(), in removeLock()
2178 if (A.kind() != B.kind()) { in join()
2183 bool ShouldTakeB = B.kind() == LK_Shared; in join()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h65 bool isKind(IdKind kind) const { return Kind == kind; } in isKind()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h452 void SetBreakpointKind(const char *kind) { m_kind_description.assign(kind); } in SetBreakpointKind() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.cpp104 DecodedThread::CreateNewTraceItem(lldb::TraceItemKind kind, Data &&data) { in CreateNewTraceItem() argument
215 for (const auto &[kind, count] : libipt_errors) in GetTotalCount()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepRange.h22 ThreadPlanStepRange(ThreadPlanKind kind, const char *name, Thread &thread,
/freebsd/usr.bin/mkimg/
H A Dmkimg.h37 u_int kind; /* Content kind. */ member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSimpleTypeSerializer.cpp54 Prefix->RecordKind = CVT.kind(); in serialize()
H A DCVTypeVisitor.cpp26 TypeRecordKind RK = static_cast<TypeRecordKind>(Record.kind()); in visitKnownRecord()
100 switch (Record.kind()) { in finishVisitation()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.h105 PdbSymUidKind kind() const;
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-gate.yaml15 some kind of operation to access the i2c bus past the arbitrator/gate, but
H A Di2c-gate.txt3 some kind of operation to access the i2c bus past the arbitrator/gate, but
/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.h49 return sec->kind() == ConcatKind; in classof()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.h64 lldb_private::OptionValueDictionary *reg_dict, char kind, int first_reg,
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetItinerary.td58 ReservationKind kind = Required> {
62 int Kind = kind.Value; // kind of FU reservation
/freebsd/lib/libmd/
H A Dmd4.copyright16 without express or implied warranty of any kind.
H A Dmd5.copyright17 without express or implied warranty of any kind.
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp279 Stats.update(S.kind(), S.length()); in getSymbolStats()
280 CumulativeStats.update(S.kind(), S.length()); in getSymbolStats()
288 if (SS.kind() != DebugSubsectionKind::Symbols) in getSymbolStats()
294 Stats.update(S.kind(), S.length()); in getSymbolStats()
295 CumulativeStats.update(S.kind(), S.length()); in getSymbolStats()
305 Stats.update(uint32_t(Chunk.kind()), Chunk.getRecordLength()); in getChunkStats()
306 CumulativeStats.update(uint32_t(Chunk.kind()), Chunk.getRecordLength()); in getChunkStats()
609 TypeStats.update(uint32_t(Type.kind()), Type.length()); in dumpTypeStats()
684 if (Sym.kind() != SymbolKind::S_UDT) in dumpUdtStats()
698 Kind = T->kind(); in dumpUdtStats()
[all …]
/freebsd/contrib/lua/src/
H A Dlparser.h99 lu_byte kind; member
/freebsd/lib/libusbhid/
H A Dusbhid.h69 enum hid_kind kind; member
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/
H A Du-boot.yaml11 located on some kind of flash device.
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp502 Shared->TypeKinds.insert(Record.kind()); in visitTypeBegin()
736 SymbolKind Kind = Record.kind(); in visitSymbolBegin()
773 SymbolKind Kind = Record.kind(); in visitSymbolEnd()
1373 if (Record.kind() == SymbolKind::S_GDATA32) in visitKnownRecord()
1580 if (CVFunctionType->kind() == LF_FUNC_ID) in visitKnownRecord()
1599 if (Record.kind() == SymbolKind::S_GPROC32 || in visitKnownRecord()
1600 Record.kind() == SymbolKind::S_GPROC32_ID) in visitKnownRecord()
1874 while (CVEntry.kind() == LF_ARRAY) { in visitKnownRecord()
1893 if (CVElementType.kind() == LF_MODIFIER) { in visitKnownRecord()
2915 switch (Record.kind()) { in finishVisitation()
[all …]
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp64 if (file->parentName.empty() || file->kind() == coff::InputFile::ImportKind) in toString()
717 if (ss.kind() != DebugSubsectionKind::Symbols) in initializeFlags()
731 if (sym->kind() == SymbolKind::S_COMPILE3) { in initializeFlags()
737 if (sym->kind() == SymbolKind::S_OBJNAME) { in initializeFlags()
794 if (firstType->kind() == LF_TYPESERVER2) { in initializeDependencies()
804 if (firstType->kind() == LF_PRECOMP) { in initializeDependencies()

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