Searched refs:VALUETYPE (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/file/src/ |
H A D | softmagic.c | 62 file_private int mcopy(struct magic_set *, union VALUETYPE *, int, int, 67 file_private int cvt_8(union VALUETYPE *, const struct magic *); 68 file_private int cvt_16(union VALUETYPE *, const struct magic *); 69 file_private int cvt_32(union VALUETYPE *, const struct magic *); 70 file_private int cvt_64(union VALUETYPE *, const struct magic *); 591 union VALUETYPE *p = &ms->ms_value; in mprint() 879 union VALUETYPE *p = &ms->ms_value; in moffset() 1085 cvt_8(union VALUETYPE *p, const struct magic *m) in cvt_8() 1092 cvt_16(union VALUETYPE *p, const struct magic *m) in cvt_16() 1099 cvt_32(union VALUETYPE *p, const struct magic *m) in cvt_32() [all …]
|
H A D | file.h | 204 union VALUETYPE { union 378 union VALUETYPE value; /* either number or string */ 497 union VALUETYPE ms_value; /* either number or string */
|
H A D | magic.c | 438 #define SLOP (1 + sizeof(union VALUETYPE)) in file_or_fd()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 72 VALUETYPE, enumerator
|
H A D | SelectionDAGNodes.h | 2385 : SDNode(ISD::VALUETYPE, 0, DebugLoc(), getSDVTList(MVT::Other)), 2392 return N->getOpcode() == ISD::VALUETYPE;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 120 case ISD::VALUETYPE: return "ValueType"; in getOperationName()
|
H A D | SelectionDAG.cpp | 1198 case ISD::VALUETYPE: { in RemoveNodeFromCSEMaps() 5162 case ISD::VALUETYPE: in isGuaranteedNotToBeUndefOrPoison()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 360 def vt : SDNode<"ISD::VALUETYPE" , SDTOther , [], "VTSDNode">;
|