Home | History | Annotate | Download | only in slang

Lines Matching refs:slang

41 namespace slang {
234 Slang::OutputType OT) {
270 : Slang(), mRSContext(NULL), mAllowRSPrefix(false), mTargetAPI(0),
279 Slang::OutputType OutputType, BitCodeStorageType BitcodeStorage,
322 bool SuppressAllWarnings = (OutputType != Slang::OT_Dependency);
338 if (Slang::compile() > 0)
347 if (OutputType != Slang::OT_Dependency) {
371 if ((OutputType == Slang::OT_Bitcode) &&
414 Slang::reset();
429 } // namespace slang