/third_party/skia/src/sksl/ir/ |
H A D | SkSLBlock.h | 24 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 D | SkSLBlock.cpp | 35 /*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 D | SkSLForStatement.cpp | 29 if (b.isScope()) { in is_vardecl_block_initializer()
|
H A D | SkSLSwitchStatement.cpp | 97 block.symbolTable(), block.isScope())); in move_all_but_break()
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLPipelineStageCodeGenerator.cpp | 698 bool isScope = b.isScope() || b.isEmpty(); in writeBlock() local 699 if (isScope) { in writeBlock() 708 if (isScope) { in writeBlock()
|
H A D | SkSLGLSLCodeGenerator.cpp | 1266 bool isScope = b.isScope() || b.isEmpty(); in writeBlock() local 1267 if (isScope) { in writeBlock() 1277 if (isScope) { in writeBlock()
|
H A D | SkSLMetalCodeGenerator.cpp | 2138 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 D | DSLWriter.cpp | 101 SkASSERT(!block.isScope()); in AddVarDeclaration()
|
/third_party/skia/src/sksl/ |
H A D | SkSLInliner.cpp | 151 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 D | SkSLRehydrator.cpp | 320 bool isScope = this->readU8(); in statement() local 321 return Block::Make(/*line=*/-1, std::move(statements), fSymbolTable, isScope); in statement()
|
H A D | SkSLDehydrator.cpp | 453 this->writeU8(b.isScope()); in write()
|
H A D | SkSLAnalysis.cpp | 354 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 D | Verifier.cpp | 871 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 D | typescript.js | [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |