Home
last modified time | relevance | path

Searched defs:FunctionBlock (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dfunction_block.h40 class FunctionBlock; variable
Dfunction_block.cc38 FunctionBlock::FunctionBlock(const Parser &parser) : parser_(parser) { in FunctionBlock() function in mindspore::parse::FunctionBlock
/third_party/skia/third_party/externals/tint/src/resolver/
Dcompound_statement_test.cc31 TEST_F(ResolverCompoundStatementTest, FunctionBlock) { in TEST_F() argument
/third_party/python/Include/internal/
Dpycore_symtable.h13 typedef enum _block_type { FunctionBlock, ClassBlock, ModuleBlock, AnnotationBlock } enumerator