Lines Matching defs:base
47 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle);
48 TCompiler* compiler = base->getAsCompiler();
115 TShHandleBase* base = static_cast<TShHandleBase*>(ConstructCompiler(type, spec));
116 TCompiler* compiler = base->getAsCompiler();
122 ShDestruct(base);
126 return reinterpret_cast<void*>(base);
134 TShHandleBase* base = static_cast<TShHandleBase*>(handle);
136 if (base->getAsCompiler())
137 DeleteCompiler(base->getAsCompiler());
159 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle);
160 TCompiler* compiler = base->getAsCompiler();
173 TShHandleBase* base = static_cast<TShHandleBase*>(handle);
174 TCompiler* compiler = base->getAsCompiler();
210 TShHandleBase* base = static_cast<TShHandleBase*>(handle);
211 TCompiler* compiler = base->getAsCompiler();
226 TShHandleBase* base = static_cast<TShHandleBase*>(handle);
227 TCompiler* compiler = base->getAsCompiler();