OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ICE_TLS_SET_FIELD
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/subzero/src/
IceMemory.cpp
38
ICE_TLS_SET_FIELD
(CfgAllocator, Allocator);
42
ICE_TLS_SET_FIELD
(CfgAllocator, nullptr);
55
ICE_TLS_SET_FIELD
(LivenessAllocator, Allocator);
IceTLS.h
38
/// any uses of ICE_TLS_GET_FIELD or
ICE_TLS_SET_FIELD
.
44
/// \def
ICE_TLS_SET_FIELD
(FieldName, Value)
92
#define
ICE_TLS_SET_FIELD
(FieldName, Value) \
110
#define
ICE_TLS_SET_FIELD
(FieldName, Value) (FieldName = (Value))
IceASanInstrumentation.cpp
220
ICE_TLS_SET_FIELD
(LocalDtors, new std::vector<InstStore *>());
221
ICE_TLS_SET_FIELD
(LocalVars, new VarSizeMap());
416
ICE_TLS_SET_FIELD
(CurNode, Context.getNode());
419
ICE_TLS_SET_FIELD
(CheckedVars, Checked);
IceGlobalContext.cpp
330
ICE_TLS_SET_FIELD
(TLS, MyTLS);
376
ICE_TLS_SET_FIELD
(TLS, MyTLS);
568
ICE_TLS_SET_FIELD
(TLS, MyTLS);
[
all
...]
Completed in 46 milliseconds