Home
last modified time | relevance | path

Searched refs:VALUETYPE (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/file/src/
H A Dsoftmagic.c62 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 Dfile.h204 union VALUETYPE { union
378 union VALUETYPE value; /* either number or string */
497 union VALUETYPE ms_value; /* either number or string */
H A Dmagic.c438 #define SLOP (1 + sizeof(union VALUETYPE)) in file_or_fd()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h72 VALUETYPE, enumerator
H A DSelectionDAGNodes.h2385 : SDNode(ISD::VALUETYPE, 0, DebugLoc(), getSDVTList(MVT::Other)),
2392 return N->getOpcode() == ISD::VALUETYPE;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp120 case ISD::VALUETYPE: return "ValueType"; in getOperationName()
H A DSelectionDAG.cpp1198 case ISD::VALUETYPE: { in RemoveNodeFromCSEMaps()
5162 case ISD::VALUETYPE: in isGuaranteedNotToBeUndefOrPoison()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td360 def vt : SDNode<"ISD::VALUETYPE" , SDTOther , [], "VTSDNode">;