Home
last modified time | relevance | path

Searched defs:PooledString (Results 1 – 9 of 9) sorted by relevance

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/Support/
H A DStringPool.h46 struct PooledString { struct
48 unsigned Refcount; ///< Number of referencing PooledStringPtrs. argument
51 PooledString() : Pool(0), Refcount(0) { } in PooledString() argument
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/Support/
H A DStringPool.h45 struct PooledString { struct
47 unsigned Refcount; ///< Number of referencing PooledStringPtrs. argument
50 PooledString() : Pool(nullptr), Refcount(0) { } in PooledString() function
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Support/
H A DStringPool.h45 struct PooledString { struct
47 unsigned Refcount = 0; ///< Number of referencing PooledStringPtrs. argument
50 PooledString() = default; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DStringPool.h45 struct PooledString { struct
47 unsigned Refcount = 0; ///< Number of referencing PooledStringPtrs. argument
50 PooledString() = default; argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Support/
H A DStringPool.h45 struct PooledString { struct
47 unsigned Refcount = 0; ///< Number of referencing PooledStringPtrs. argument
50 PooledString() = default; argument
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Support/
H A DStringPool.h45 struct PooledString { struct
47 unsigned Refcount = 0; ///< Number of referencing PooledStringPtrs. argument
50 PooledString() = default; argument
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Support/
H A DStringPool.h46 struct PooledString { struct
48 unsigned Refcount = 0; ///< Number of referencing PooledStringPtrs. argument
51 PooledString() = default; argument
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Support/
H A DSwapByteOrder.h46 return __builtin_bswap32(value);
48 return _byteswap_ulong(value);
50 uint32_t Byte0 = value & 0x000000FF;
/dports/games/netradiant/netradiant-20150621-src/libs/string/
H A Dpooledstring.h62 PooledString() : m_i( insert( "" ) ){ in PooledString() function
64 PooledString( const PooledString& other ) : m_i( increment( other.m_i ) ){ in PooledString() function
66 PooledString( const char* string ) : m_i( insert( string ) ){ in PooledString() function