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 228 Opts.mOutputType = slang::Slang::OT_Dependency;
268 (Opts.mOutputType != slang::Slang::OT_Dependency)))
339 if (OutputType == slang::Slang::OT_Dependency) {
349 case slang::Slang::OT_Dependency: {
477 if (Opts.mOutputType == slang::Slang::OT_Dependency)
482 slang::Slang::OT_Dependency,
slang.h 70 OT_Dependency,
slang_rs.cpp 326 bool SuppressAllWarnings = (OutputType != Slang::OT_Dependency);
350 if (OutputType != Slang::OT_Dependency) {
slang.cpp 340 case OT_Dependency:

Completed in 35 milliseconds