Home
last modified time | relevance | path

Searched refs:t_sdaiBOOLEAN (Results 1 – 2 of 2) sorted by relevance

/dports/cad/stepcode/stepcode-0.8/src/clstepcore/
H A DRegistry.inline.cc21 const TypeDescriptor * t_sdaiBOOLEAN = NULL; variable
54 if( !t_sdaiBOOLEAN ) { in Registry()
55 t_sdaiBOOLEAN = new TypeDescriptor( "BOOLEAN", sdaiBOOLEAN, in Registry()
100 if( t_sdaiBOOLEAN ) { in ~Registry()
101 delete t_sdaiBOOLEAN; in ~Registry()
102 t_sdaiBOOLEAN = NULL; in ~Registry()
H A DExpDict.h50 extern SC_CORE_EXPORT const TypeDescriptor * t_sdaiBOOLEAN;