Home
last modified time | relevance | path

Searched refs:record_type_class (Results 1 – 25 of 89) sorted by relevance

1234

/dports/sysutils/freeipmi/freeipmi-1.6.8/libfreeipmi/sel/
H A Dipmi-sel-common.c198 int record_type_class;
218 record_type_class = ipmi_sel_record_type_class (record_type);
220 if (record_type_class != IPMI_SEL_RECORD_TYPE_CLASS_SYSTEM_EVENT_RECORD
227 if (record_type_class == IPMI_SEL_RECORD_TYPE_CLASS_SYSTEM_EVENT_RECORD)
277 int record_type_class;
297 record_type_class = ipmi_sel_record_type_class (record_type);
345 int record_type_class;
367 record_type_class = ipmi_sel_record_type_class (record_type);
423 int record_type_class;
447 record_type_class = ipmi_sel_record_type_class (record_type);
[all …]
/dports/sysutils/freeipmi/freeipmi-1.6.8/libipmimonitoring/
H A Dipmi_monitoring_sel.c568 int record_type_class; in _store_sel_record() local
650 record_type_class = ipmi_sel_record_type_class (record_type); in _store_sel_record()
652 if (record_type_class == IPMI_SEL_RECORD_TYPE_CLASS_SYSTEM_EVENT_RECORD) in _store_sel_record()
674 s->record_type_class = IPMI_MONITORING_SEL_RECORD_TYPE_CLASS_UNKNOWN; in _store_sel_record()
729 int record_type_class; in _ipmi_monitoring_sel_parse_sensor_types() local
758 record_type_class = ipmi_sel_record_type_class (record_type); in _ipmi_monitoring_sel_parse_sensor_types()
760 if (record_type_class == IPMI_SEL_RECORD_TYPE_CLASS_SYSTEM_EVENT_RECORD) in _ipmi_monitoring_sel_parse_sensor_types()
805 int record_type_class; in _ipmi_monitoring_sel_parse_date_range() local
834 record_type_class = ipmi_sel_record_type_class (record_type); in _ipmi_monitoring_sel_parse_date_range()
836 if (record_type_class == IPMI_SEL_RECORD_TYPE_CLASS_SYSTEM_EVENT_RECORD in _ipmi_monitoring_sel_parse_date_range()
[all …]
/dports/sysutils/freeipmi/freeipmi-1.6.8/contrib/libipmimonitoring/
H A Dipmimonitoring-sel.c377 int record_type_class; in _ipmimonitoring() local
403 if ((record_type_class = ipmi_monitoring_sel_read_record_type_class (ctx)) < 0) in _ipmimonitoring()
433 if (record_type_class == IPMI_MONITORING_SEL_RECORD_TYPE_CLASS_SYSTEM_EVENT_RECORD in _ipmimonitoring()
434 || record_type_class == IPMI_MONITORING_SEL_RECORD_TYPE_CLASS_TIMESTAMPED_OEM_RECORD) in _ipmimonitoring()
453 if (record_type_class == IPMI_MONITORING_SEL_RECORD_TYPE_CLASS_SYSTEM_EVENT_RECORD) in _ipmimonitoring()
572 else if (record_type_class == IPMI_MONITORING_SEL_RECORD_TYPE_CLASS_TIMESTAMPED_OEM_RECORD in _ipmimonitoring()
573 … || record_type_class == IPMI_MONITORING_SEL_RECORD_TYPE_CLASS_NON_TIMESTAMPED_OEM_RECORD) in _ipmimonitoring()
575 if (record_type_class == IPMI_MONITORING_SEL_RECORD_TYPE_CLASS_TIMESTAMPED_OEM_RECORD) in _ipmimonitoring()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp12 record_type_class, union_type_class, enumerator
56 int a11[__builtin_classify_type(&cl::bar) == record_type_class ? 1 : -1]; in foo()
57 int a12[__builtin_classify_type(cl_obj) == record_type_class ? 1 : -1]; in foo()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp12 record_type_class, union_type_class, enumerator
56 int a11[__builtin_classify_type(&cl::bar) == record_type_class ? 1 : -1]; in foo()
57 int a12[__builtin_classify_type(cl_obj) == record_type_class ? 1 : -1]; in foo()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp12 record_type_class, union_type_class, enumerator
56 int a11[__builtin_classify_type(&cl::bar) == record_type_class ? 1 : -1]; in foo()
57 int a12[__builtin_classify_type(cl_obj) == record_type_class ? 1 : -1]; in foo()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp12 record_type_class, union_type_class, enumerator
56 int a11[__builtin_classify_type(&cl::bar) == record_type_class ? 1 : -1]; in foo()
57 int a12[__builtin_classify_type(cl_obj) == record_type_class ? 1 : -1]; in foo()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp12 record_type_class, union_type_class, enumerator
56 int a11[__builtin_classify_type(&cl::bar) == record_type_class ? 1 : -1]; in foo()
57 int a12[__builtin_classify_type(cl_obj) == record_type_class ? 1 : -1]; in foo()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp12 record_type_class, union_type_class, enumerator
56 int a11[__builtin_classify_type(&cl::bar) == record_type_class ? 1 : -1]; in foo()
57 int a12[__builtin_classify_type(cl_obj) == record_type_class ? 1 : -1]; in foo()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp12 record_type_class, union_type_class, enumerator
56 int a11[__builtin_classify_type(&cl::bar) == record_type_class ? 1 : -1]; in foo()
57 int a12[__builtin_classify_type(cl_obj) == record_type_class ? 1 : -1]; in foo()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp12 record_type_class, union_type_class, enumerator
56 int a11[__builtin_classify_type(&cl::bar) == record_type_class ? 1 : -1]; in foo()
57 int a12[__builtin_classify_type(cl_obj) == record_type_class ? 1 : -1]; in foo()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp12 record_type_class, union_type_class, enumerator
56 int a11[__builtin_classify_type(&cl::bar) == record_type_class ? 1 : -1]; in foo()
57 int a12[__builtin_classify_type(cl_obj) == record_type_class ? 1 : -1]; in foo()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp12 record_type_class, union_type_class, enumerator
56 int a11[__builtin_classify_type(&cl::bar) == record_type_class ? 1 : -1]; in foo()
57 int a12[__builtin_classify_type(cl_obj) == record_type_class ? 1 : -1]; in foo()
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dbuiltin-classify-type.cpp12 record_type_class, union_type_class, enumerator
56 int a11[__builtin_classify_type(&cl::bar) == record_type_class ? 1 : -1]; in foo()
57 int a12[__builtin_classify_type(cl_obj) == record_type_class ? 1 : -1]; in foo()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp12 record_type_class, union_type_class, enumerator
56 int a11[__builtin_classify_type(&cl::bar) == record_type_class ? 1 : -1]; in foo()
57 int a12[__builtin_classify_type(cl_obj) == record_type_class ? 1 : -1]; in foo()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp12 record_type_class, union_type_class, enumerator
56 int a11[__builtin_classify_type(&cl::bar) == record_type_class ? 1 : -1]; in foo()
57 int a12[__builtin_classify_type(cl_obj) == record_type_class ? 1 : -1]; in foo()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp12 record_type_class, union_type_class, enumerator
56 int a11[__builtin_classify_type(&cl::bar) == record_type_class ? 1 : -1]; in foo()
57 int a12[__builtin_classify_type(cl_obj) == record_type_class ? 1 : -1]; in foo()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp12 record_type_class, union_type_class, enumerator
56 int a11[__builtin_classify_type(&cl::bar) == record_type_class ? 1 : -1]; in foo()
57 int a12[__builtin_classify_type(cl_obj) == record_type_class ? 1 : -1]; in foo()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp12 record_type_class, union_type_class, enumerator
56 int a11[__builtin_classify_type(&cl::bar) == record_type_class ? 1 : -1]; in foo()
57 int a12[__builtin_classify_type(cl_obj) == record_type_class ? 1 : -1]; in foo()
/dports/sysutils/freeipmi/freeipmi-1.6.8/ipmi-sel/
H A Dipmi-sel.c565 int record_type_class; in _legacy_normal_output() local
588 record_type_class = ipmi_sel_record_type_class (record_type); in _legacy_normal_output()
589 if (record_type_class == IPMI_SEL_RECORD_TYPE_CLASS_SYSTEM_EVENT_RECORD) in _legacy_normal_output()
1147 int record_type_class; in _normal_output() local
1259 record_type_class = ipmi_sel_record_type_class (record_type); in _normal_output()
1260 if (record_type_class == IPMI_SEL_RECORD_TYPE_CLASS_SYSTEM_EVENT_RECORD) in _normal_output()
1459 int record_type_class; in _sel_parse_callback() local
1564 record_type_class = ipmi_sel_record_type_class (record_type); in _sel_parse_callback()
1567 && record_type_class != IPMI_SEL_RECORD_TYPE_CLASS_SYSTEM_EVENT_RECORD) in _sel_parse_callback()
1571 && record_type_class != IPMI_SEL_RECORD_TYPE_CLASS_TIMESTAMPED_OEM_RECORD in _sel_parse_callback()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dbuiltin-classify-type.c12 record_type_class, union_type_class, enumerator
45 int a0[__builtin_classify_type(s_obj) == record_type_class ? 1 : -1]; in foo()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dbuiltin-classify-type.c12 record_type_class, union_type_class, enumerator
45 int a0[__builtin_classify_type(s_obj) == record_type_class ? 1 : -1]; in foo()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dbuiltin-classify-type.c12 record_type_class, union_type_class, enumerator
45 int a0[__builtin_classify_type(s_obj) == record_type_class ? 1 : -1]; in foo()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dbuiltin-classify-type.c12 record_type_class, union_type_class, enumerator
45 int a0[__builtin_classify_type(s_obj) == record_type_class ? 1 : -1]; in foo()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Dbuiltin-classify-type.c12 record_type_class, union_type_class, enumerator
45 int a0[__builtin_classify_type(s_obj) == record_type_class ? 1 : -1]; in foo()

1234