Home | History | Annotate | Download | only in slang

Lines Matching refs:Slang

39 namespace slang {
219 Slang::OutputType OT) {
254 : Slang(), mRSContext(NULL), mAllowRSPrefix(false), mTargetAPI(0) {
262 Slang::OutputType OutputType, BitCodeStorageType BitcodeStorage,
299 bool SuppressAllWarnings = (OutputType != Slang::OT_Dependency);
313 if (Slang::compile() > 0)
316 if (OutputType != Slang::OT_Dependency) {
332 if ((OutputType == Slang::OT_Bitcode) &&
373 Slang::reset();
388 } // namespace slang