/prebuilts/go/darwin-x86/src/go/ast/ |
scope.go | 15 // A Scope maintains the set of named language entities declared 16 // in the scope and a link to the immediately surrounding (outer) 17 // scope. 19 type Scope struct { 20 Outer *Scope 24 // NewScope creates a new scope nested in the outer scope. 25 func NewScope(outer *Scope) *Scope { 26 const n = 4 // initial scope capacit [all...] |
/prebuilts/go/linux-x86/src/go/ast/ |
scope.go | 15 // A Scope maintains the set of named language entities declared 16 // in the scope and a link to the immediately surrounding (outer) 17 // scope. 19 type Scope struct { 20 Outer *Scope 24 // NewScope creates a new scope nested in the outer scope. 25 func NewScope(outer *Scope) *Scope { 26 const n = 4 // initial scope capacit [all...] |
/external/clang/include/clang/Sema/ |
ExternalSemaSource.h | 35 class Scope; 95 /// \param S the Scope of the identifier occurrence. 98 virtual bool LookupUnqualified(LookupResult &R, Scope *S) { return false; } 110 /// \brief Read the set of unused file-scope declarations known to the 113 /// The external source should append its own unused, filed-scope to the 203 int LookupKind, Scope *S, CXXScopeSpec *SS,
|
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/ |
JmhClientSocketBenchmark.java | 25 import org.openjdk.jmh.annotations.Scope; 35 @State(Scope.Benchmark) 44 @State(Scope.Thread)
|
JmhServerSocketBenchmark.java | 25 import org.openjdk.jmh.annotations.Scope; 34 @State(Scope.Benchmark) 43 @State(Scope.Thread)
|
/external/tensorflow/tensorflow/cc/gradients/ |
nn_grad.cc | 27 Status SoftmaxGrad(const Scope& scope, const Operation& op, 41 auto dyy = Mul(scope, grad_inputs[0], y); 42 auto sum = Reshape(scope, Sum(scope, dyy, {1}), {-1, 1}); 43 auto sub = Sub(scope, grad_inputs[0], sum); 44 auto dx = Mul(scope, sub, y); 46 return scope.status(); 50 Status LogSoftmaxGrad(const Scope& scope, const Operation& op [all...] |
/frameworks/support/room/migration/src/main/java/androidx/room/migration/bundle/ |
SchemaBundle.java | 39 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP) 72 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP) 87 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/ |
ExternalSemaSource.h | 35 class Scope; 95 /// \param S the Scope of the identifier occurrence. 98 virtual bool LookupUnqualified(LookupResult &R, Scope *S) { return false; } 110 /// \brief Read the set of unused file-scope declarations known to the 113 /// The external source should append its own unused, filed-scope to the 204 int LookupKind, Scope *S, CXXScopeSpec *SS,
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/ |
ExternalSemaSource.h | 35 class Scope; 95 /// \param S the Scope of the identifier occurrence. 98 virtual bool LookupUnqualified(LookupResult &R, Scope *S) { return false; } 110 /// \brief Read the set of unused file-scope declarations known to the 113 /// The external source should append its own unused, filed-scope to the 204 int LookupKind, Scope *S, CXXScopeSpec *SS,
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/ |
DebugInfo.h | 31 /// \brief Find subprogram that is enclosing this scope. 32 DISubprogram *getDISubprogram(const MDNode *Scope); 85 void processScope(DIScope *Scope); 90 bool addScope(DIScope *Scope);
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/ |
ExternalSemaSource.h | 35 class Scope; 95 /// \param S the Scope of the identifier occurrence. 98 virtual bool LookupUnqualified(LookupResult &R, Scope *S) { return false; } 110 /// \brief Read the set of unused file-scope declarations known to the 113 /// The external source should append its own unused, filed-scope to the 204 int LookupKind, Scope *S, CXXScopeSpec *SS,
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/ |
DebugInfo.h | 31 /// \brief Find subprogram that is enclosing this scope. 32 DISubprogram *getDISubprogram(const MDNode *Scope); 85 void processScope(DIScope *Scope); 90 bool addScope(DIScope *Scope);
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/ |
ExternalSemaSource.h | 35 class Scope; 95 /// \param S the Scope of the identifier occurrence. 98 virtual bool LookupUnqualified(LookupResult &R, Scope *S) { return false; } 110 /// \brief Read the set of unused file-scope declarations known to the 113 /// The external source should append its own unused, filed-scope to the 204 int LookupKind, Scope *S, CXXScopeSpec *SS,
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/ |
DebugInfo.h | 31 /// \brief Find subprogram that is enclosing this scope. 32 DISubprogram *getDISubprogram(const MDNode *Scope); 85 void processScope(DIScope *Scope); 90 bool addScope(DIScope *Scope);
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/ |
ExternalSemaSource.h | 35 class Scope; 95 /// \param S the Scope of the identifier occurrence. 98 virtual bool LookupUnqualified(LookupResult &R, Scope *S) { return false; } 110 /// \brief Read the set of unused file-scope declarations known to the 113 /// The external source should append its own unused, filed-scope to the 204 int LookupKind, Scope *S, CXXScopeSpec *SS,
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/ |
DebugInfo.h | 31 /// \brief Find subprogram that is enclosing this scope. 32 DISubprogram *getDISubprogram(const MDNode *Scope); 85 void processScope(DIScope *Scope); 90 bool addScope(DIScope *Scope);
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/ |
ExternalSemaSource.h | 35 class Scope; 95 /// \param S the Scope of the identifier occurrence. 98 virtual bool LookupUnqualified(LookupResult &R, Scope *S) { return false; } 110 /// \brief Read the set of unused file-scope declarations known to the 113 /// The external source should append its own unused, filed-scope to the 204 int LookupKind, Scope *S, CXXScopeSpec *SS,
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/ |
DebugInfo.h | 31 /// \brief Find subprogram that is enclosing this scope. 32 DISubprogram *getDISubprogram(const MDNode *Scope); 85 void processScope(DIScope *Scope); 90 bool addScope(DIScope *Scope);
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/ |
ExternalSemaSource.h | 35 class Scope; 95 /// \param S the Scope of the identifier occurrence. 98 virtual bool LookupUnqualified(LookupResult &R, Scope *S) { return false; } 110 /// \brief Read the set of unused file-scope declarations known to the 113 /// The external source should append its own unused, filed-scope to the 204 int LookupKind, Scope *S, CXXScopeSpec *SS,
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/ |
DebugInfo.h | 31 /// \brief Find subprogram that is enclosing this scope. 32 DISubprogram *getDISubprogram(const MDNode *Scope); 85 void processScope(DIScope *Scope); 90 bool addScope(DIScope *Scope);
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/ |
ExternalSemaSource.h | 35 class Scope; 95 /// \param S the Scope of the identifier occurrence. 98 virtual bool LookupUnqualified(LookupResult &R, Scope *S) { return false; } 110 /// \brief Read the set of unused file-scope declarations known to the 113 /// The external source should append its own unused, filed-scope to the 204 int LookupKind, Scope *S, CXXScopeSpec *SS,
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/ |
ExternalSemaSource.h | 35 class Scope; 95 /// \param S the Scope of the identifier occurrence. 98 virtual bool LookupUnqualified(LookupResult &R, Scope *S) { return false; } 110 /// \brief Read the set of unused file-scope declarations known to the 113 /// The external source should append its own unused, filed-scope to the 204 int LookupKind, Scope *S, CXXScopeSpec *SS,
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/ |
DebugInfo.h | 31 /// \brief Find subprogram that is enclosing this scope. 32 DISubprogram *getDISubprogram(const MDNode *Scope); 85 void processScope(DIScope *Scope); 90 bool addScope(DIScope *Scope);
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/ |
ExternalSemaSource.h | 35 class Scope; 95 /// \param S the Scope of the identifier occurrence. 98 virtual bool LookupUnqualified(LookupResult &R, Scope *S) { return false; } 110 /// \brief Read the set of unused file-scope declarations known to the 113 /// The external source should append its own unused, filed-scope to the 204 int LookupKind, Scope *S, CXXScopeSpec *SS,
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/ |
DebugInfo.h | 31 /// \brief Find subprogram that is enclosing this scope. 32 DISubprogram *getDISubprogram(const MDNode *Scope); 85 void processScope(DIScope *Scope); 90 bool addScope(DIScope *Scope);
|