HomeSort by relevance Sort by last modified time
    Searched defs:NewScope (Results 1 - 10 of 10) sorted by null

  /build/soong/androidmk/parser/
scope.go 46 func NewScope(parent Scope) Scope {
  /prebuilts/go/darwin-x86/src/go/ast/
scope.go 24 // NewScope creates a new scope nested in the outer scope.
25 func NewScope(outer *Scope) *Scope {
  /prebuilts/go/darwin-x86/src/go/types/
scope.go 33 // NewScope returns a new, empty scope contained in the given parent
35 func NewScope(parent *Scope, pos, end token.Pos, comment string) *Scope {
  /prebuilts/go/linux-x86/src/go/ast/
scope.go 24 // NewScope creates a new scope nested in the outer scope.
25 func NewScope(outer *Scope) *Scope {
  /prebuilts/go/linux-x86/src/go/types/
scope.go 33 // NewScope returns a new, empty scope contained in the given parent
35 func NewScope(parent *Scope, pos, end token.Pos, comment string) *Scope {
  /external/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 198 Metadata *&NewScope = R.first->second;
205 NewScope = Builder.createLexicalBlockFile(Scope, File, ++LDM[L]);
208 NewScope, DIL->getInlinedAt()));
211 << dyn_cast<DILexicalBlockFile>(NewScope)->getDiscriminator()
237 auto *NewScope = Builder.createLexicalBlockFile(Scope, File, ++LDM[L]);
239 CurrentDIL->getColumn(), NewScope,
InlineFunction.cpp     [all...]
  /build/blueprint/parser/
parser.go 559 func NewScope(s *Scope) *Scope {
560 newScope := &Scope{
567 newScope.inheritedVars[k] = v
570 newScope.inheritedVars[k] = v
574 return newScope
  /external/llvm/lib/Transforms/Scalar/
LoopVersioningLICM.cpp 483 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name);
491 Scopes.push_back(NewScope);
492 NoAliases.push_back(NewScope);
  /external/v8/src/parsing/
parser-base.h 307 : ScopeState(scope_stack, NewScope(zone, *scope_stack)) {}
321 Scope* NewScope(Zone* zone, ScopeState* outer_state) {
698 Scope* NewScope(ScopeType scope_type) const {
704 // NewScope(ScopeType) above.
    [all...]

Completed in 1858 milliseconds