OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Kind
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.h
60
LocationKind
Kind
;
67
Location() :
Kind
(LK_Null) {}
69
Kind
(LK_Source), SourceLoc(Loc) {}
71
Kind
(LK_Memory), MemoryLoc(Loc) {}
74
Kind
(LK_Symbolized), SymbolizedLoc(Stack.get()) {}
76
LocationKind getKind() const { return
Kind
; }
78
bool isSourceLocation() const { return
Kind
== LK_Source; }
79
bool isMemoryLocation() const { return
Kind
== LK_Memory; }
80
bool isSymbolizedStack() const { return
Kind
== LK_Symbolized; }
163
Arg(const char *String) :
Kind
(AK_String), String(String) {
[
all
...]
ubsan_value.h
84
/// A value from the \c
Kind
enumeration, specifying what flavor of type we
97
enum
Kind
{
113
Kind
getKind() const {
114
return static_cast<
Kind
>(TypeKind);
ubsan_handlers.h
139
/* ImplicitConversionCheckKind */ unsigned char
Kind
;
155
unsigned char
Kind
;
ubsan_diag.cc
182
switch (A.
Kind
) {
ubsan_handlers.cc
468
switch (Data->
Kind
) {
533
<< ((Data->
Kind
== BCK_CTZPassedZero) ? "ctz()" : "clz()");
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_interface_internal.h
29
unsigned char
Kind
;
36
unsigned char
Kind
;
xray_fdr_log_writer.h
65
template <MetadataRecord::RecordKinds
Kind
, class... DataTypes>
72
R.RecordKind = static_cast<uint8_t>(
Kind
);
102
template <MetadataRecord::RecordKinds
Kind
, class... Data>
107
writeRecord(createMetadataRecord<
Kind
>(std::forward<Data>(Ds)...));
130
bool writeFunction(FunctionRecordKind
Kind
, int32_t FuncId, int32_t Delta) {
133
R.RecordKind = uint8_t(
Kind
);
140
bool writeFunctionWithArg(FunctionRecordKind
Kind
, int32_t FuncId,
148
R.RecordKind = uint8_t(
Kind
);
xray_interface.cc
153
switch (Sled.
Kind
) {
173
Report("Unsupported sled
kind
'%d' @%04x\n", Sled.Address, int(Sled.
Kind
));
/src/usr.sbin/sysinst/
msg.mbr.en
39
message mbr_part_header_1 {
Kind
}
85
message mbr_get_ptn_id {Partition
kind
(0..255)}
README.md_defs
30
PART_BOOT_TYPE FS_BSDFS
Kind
of filesystem used
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
omap3-n950-n9.dtsi
305
/*
Kind
of debounce filter */
omap3-n900.dts
763
/*
Kind
of debounce filter */
Completed in 17 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025