Home
last modified time | relevance | path

Searched refs:isScope (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/src/sksl/ir/
H A DSkSLBlock.h24 const std::shared_ptr<SymbolTable> symbols = nullptr, bool isScope = true) in Block()
28 , fIsScope(isScope) {} in Block()
35 bool isScope = true);
49 bool isScope() const { in isScope() function in SkSL::final
53 void setIsScope(bool isScope) { in setIsScope() argument
54 fIsScope = isScope; in setIsScope()
77 // If isScope is false, this is just a group of statements rather than an actual language-level
H A DSkSLBlock.cpp35 /*symbols=*/nullptr, /*isScope=*/false); in MakeUnscoped()
55 bool isScope) { in Make()
58 return std::make_unique<Block>(line, std::move(statements), std::move(symbols), isScope); in Make()
70 this->isScope()); in clone()
52 Make(int line, StatementArray statements, std::shared_ptr<SymbolTable> symbols, bool isScope) Make() argument
H A DSkSLForStatement.cpp29 if (b.isScope()) { in is_vardecl_block_initializer()
H A DSkSLSwitchStatement.cpp97 block.symbolTable(), block.isScope())); in move_all_but_break()
/third_party/skia/src/sksl/codegen/
H A DSkSLPipelineStageCodeGenerator.cpp698 bool isScope = b.isScope() || b.isEmpty(); in writeBlock() local
699 if (isScope) { in writeBlock()
708 if (isScope) { in writeBlock()
H A DSkSLGLSLCodeGenerator.cpp1266 bool isScope = b.isScope() || b.isEmpty(); in writeBlock() local
1267 if (isScope) { in writeBlock()
1277 if (isScope) { in writeBlock()
H A DSkSLMetalCodeGenerator.cpp2138 bool isScope = b.isScope() || b.isEmpty(); in writeBlock() local
2139 if (isScope) { in writeBlock()
2149 if (isScope) { in writeBlock()
/third_party/skia/src/sksl/dsl/priv/
H A DDSLWriter.cpp101 SkASSERT(!block.isScope()); in AddVarDeclaration()
/third_party/skia/src/sksl/
H A DSkSLInliner.cpp151 if (!(*stmt)->is<Block>() || (*stmt)->as<Block>().isScope()) { in find_parent_statement()
192 int depthIncrement = stmt.as<Block>().isScope() ? 1 : 0;
275 if (nestedBlock->isScope()) { in ensureScopedBlocks()
489 b.isScope()); in inlineStatement()
697 /*symbols=*/nullptr, /*isScope=*/false); in inlineCall()
H A DSkSLRehydrator.cpp320 bool isScope = this->readU8(); in statement() local
321 return Block::Make(/*line=*/-1, std::move(statements), fSymbolTable, isScope); in statement()
H A DSkSLDehydrator.cpp453 this->writeU8(b.isScope()); in write()
H A DSkSLAnalysis.cpp354 if (block.isScope() || block.children().empty()) { in DetectVarDeclarationWithoutScope()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DVerifier.cpp871 static bool isScope(const Metadata *MD) { return !MD || isa<DIScope>(MD); } in isScope() function
936 AssertDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope()); in visitDIDerivedType()
978 AssertDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope()); in visitDICompositeType()
1105 AssertDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope()); in visitDISubprogram()
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]

Completed in 155 milliseconds