Searched refs:VALUETYPE (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/file/src/
H A Dsoftmagic.c60 private int mcopy(struct magic_set *, union VALUETYPE *, int, int,
65 private int cvt_8(union VALUETYPE *, const struct magic *);
66 private int cvt_16(union VALUETYPE *, const struct magic *);
67 private int cvt_32(union VALUETYPE *, const struct magic *);
68 private int cvt_64(union VALUETYPE *, const struct magic *);
576 union VALUETYPE *p = &ms->ms_value;
902 union VALUETYPE *p = &ms->ms_value;
1107 cvt_8(union VALUETYPE *p, const struct magic *m)
1114 cvt_16(union VALUETYPE *p, const struct magic *m)
1121 cvt_32(union VALUETYPE *
[all...]
H A Dfile.h172 union VALUETYPE { union
335 union VALUETYPE value; /* either number or string */
447 union VALUETYPE ms_value; /* either number or string */
H A Dmagic.c419 #define SLOP (1 + sizeof(union VALUETYPE))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h61 BasicBlock, VALUETYPE, CONDCODE, Register, RegisterMask, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h2178 : SDNode(ISD::VALUETYPE, 0, DebugLoc(), getSDVTList(MVT::Other)),
2185 return N->getOpcode() == ISD::VALUETYPE;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp111 case ISD::VALUETYPE: return "ValueType";
H A DSelectionDAG.cpp886 case ISD::VALUETYPE: {

Completed in 142 milliseconds