Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DAddDiscriminators.cpp198 Metadata *&NewScope = R.first->second; in addDiscriminators() local
237 auto *NewScope = Builder.createLexicalBlockFile(Scope, File, ++LDM[L]); in addDiscriminators() local
DInlineFunction.cpp879 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in AddAliasScopeMetadata() local
/external/v8/src/torque/
Dscope.cc22 Scope* ScopeChain::NewScope() { in NewScope() function in v8::internal::torque::ScopeChain
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCompletionQueueSafeHandle.cs71 public UsageScope NewScope() in NewScope() method in Grpc.Core.Internal.CompletionQueueSafeHandle
/external/grpc-grpc/src/csharp/Grpc.Core/Profiling/
DProfilers.cs41 public static ProfilerScope NewScope(this IProfiler profiler, string tag) in NewScope() method in Grpc.Core.Profiling.Profilers
/external/tensorflow/tensorflow/go/op/
Dscope.go50 func NewScope() *Scope { func
/external/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp483 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in setNoAliasToLoop() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp566 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in setNoAliasToLoop() local
/external/tensorflow/tensorflow/cc/framework/
Dscope.cc509 static Scope NewScope(Graph* graph, Status* status, ShapeRefiner* refiner) { in NewScope() function in tensorflow::InternalScope
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp959 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in AddAliasScopeMetadata() local
/external/v8/src/parsing/
Dparser-base.h634 Scope* NewScope(ScopeType scope_type) const { in NewScope() function