HomeSort by relevance Sort by last modified time
    Searched refs:OT_Dependency (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/slang/
llvm-rs-cc.cpp 197 Opts.mOutputType = slang::Slang::OT_Dependency;
237 (Opts.mOutputType != slang::Slang::OT_Dependency)))
290 if (OutputType == slang::Slang::OT_Dependency) {
300 case slang::Slang::OT_Dependency: {
424 if (Opts.mOutputType == slang::Slang::OT_Dependency)
429 slang::Slang::OT_Dependency,
slang.h 66 OT_Dependency,
slang_rs.cpp 299 bool SuppressAllWarnings = (OutputType != Slang::OT_Dependency);
316 if (OutputType != Slang::OT_Dependency) {
slang.cpp 333 case OT_Dependency:

Completed in 6121 milliseconds