Home
last modified time | relevance | path

Searched defs:TValue (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bearssl/T0/
H A DTValue.cs34 struct TValue { struct
39 internal TValue(int x) in TValue() method
45 internal TValue(uint x) in TValue() argument
51 internal TValue(bool b) in TValue() method
57 internal TValue(int x, TPointerBase ptr) in TValue() argument
67 internal bool Bool {
81 internal int Int {
94 internal uint UInt {
104 public override string ToString() in ToString()
138 internal bool Equals(TValue v) in Equals() argument
[all …]
/freebsd/contrib/lua/src/
H A Dlobject.h67 typedef struct TValue { struct
69 } TValue; typedef
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.h103 typedef struct lua_TValue TValue; typedef
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19769 ConstantSDNode *TValue = dyn_cast<ConstantSDNode>(Op.getOperand(0)); in isSetCC() local