Home
last modified time | relevance | path

Searched defs:NewScope (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/js-native-api/test_handle_scope/
Dtest_handle_scope.c11 static napi_value NewScope(napi_env env, napi_callback_info info) { in NewScope() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp544 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in setNoAliasToLoop() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp966 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in AddAliasScopeMetadata() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1985 DILexicalBlockFile *NewScope = in cloneWithDiscriminator() local
/third_party/node/deps/v8/src/parsing/
Dparser-base.h796 Scope* NewScope(ScopeType scope_type) const { in NewScope() function