Searched refs:NewScope (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LexicalScopes.h | 92 void closeInsnRange(LexicalScope *NewScope = nullptr) { 99 if (Parent && (!NewScope || !Parent->dominates(NewScope))) 100 Parent->closeInsnRange(NewScope);
|
/third_party/node/test/js-native-api/test_handle_scope/ |
D | test_handle_scope.c | 11 static napi_value NewScope(napi_env env, napi_callback_info info) { in NewScope() function 75 DECLARE_NODE_API_PROPERTY("NewScope", NewScope), in Init()
|
D | test.js | 9 testHandleScope.NewScope();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopVersioningLICM.cpp | 544 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in setNoAliasToLoop() local 552 Scopes.push_back(NewScope); in setNoAliasToLoop() 553 NoAliases.push_back(NewScope); in setNoAliasToLoop()
|
/third_party/node/deps/v8/src/parsing/ |
D | parser-base.h | 791 Scope* scope = NewScope(BLOCK_SCOPE); in NewBlockScopeForObjectLiteral() 796 Scope* NewScope(ScopeType scope_type) const { in NewScope() function 5365 return ParseBlock(labels, NewScope(BLOCK_SCOPE)); in ParseBlock() 5696 Scope* with_scope = NewScope(WITH_SCOPE); in ParseWithStatement() 5899 catch_info.scope = NewScope(CATCH_SCOPE); in ParseTryStatement() 6024 Scope* inner_block_scope = NewScope(BLOCK_SCOPE); in ParseForStatement() 6255 Scope* inner_scope = NewScope(BLOCK_SCOPE); in ParseStandardForLoopWithLexicalDeclarations() 6367 Scope* inner_block_scope = NewScope(BLOCK_SCOPE); in ParseForAwaitStatement()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 966 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in AddAliasScopeMetadata() local 967 NewScopes.insert(std::make_pair(A, NewScope)); in AddAliasScopeMetadata()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1985 DILexicalBlockFile *NewScope = in cloneWithDiscriminator() local 1987 return DILocation::get(getContext(), getLine(), getColumn(), NewScope, in cloneWithDiscriminator()
|