HomeSort by relevance Sort by last modified time
    Searched refs:NewScope (Results 1 - 25 of 59) sorted by null

1 2 3

  /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,
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 91 void closeInsnRange(LexicalScope *NewScope = nullptr) {
96 // If Parent dominates NewScope then do not close Parent's instruction
98 if (Parent && (!NewScope || !Parent->dominates(NewScope)))
99 Parent->closeInsnRange(NewScope);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LexicalScopes.h 200 void closeInsnRange(LexicalScope *NewScope = NULL) {
205 // If Parent dominates NewScope then do not close Parent's instruction
207 if (Parent && (!NewScope || !Parent->dominates(NewScope)))
208 Parent->closeInsnRange(NewScope);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
LexicalScopes.h 92 void closeInsnRange(LexicalScope *NewScope = nullptr) {
97 // If Parent dominates NewScope then do not close Parent's instruction
99 if (Parent && (!NewScope || !Parent->dominates(NewScope)))
100 Parent->closeInsnRange(NewScope);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
LexicalScopes.h 92 void closeInsnRange(LexicalScope *NewScope = nullptr) {
97 // If Parent dominates NewScope then do not close Parent's instruction
99 if (Parent && (!NewScope || !Parent->dominates(NewScope)))
100 Parent->closeInsnRange(NewScope);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
LexicalScopes.h 92 void closeInsnRange(LexicalScope *NewScope = nullptr) {
97 // If Parent dominates NewScope then do not close Parent's instruction
99 if (Parent && (!NewScope || !Parent->dominates(NewScope)))
100 Parent->closeInsnRange(NewScope);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LexicalScopes.h 92 void closeInsnRange(LexicalScope *NewScope = nullptr) {
97 // If Parent dominates NewScope then do not close Parent's instruction
99 if (Parent && (!NewScope || !Parent->dominates(NewScope)))
100 Parent->closeInsnRange(NewScope);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
LexicalScopes.h 92 void closeInsnRange(LexicalScope *NewScope = nullptr) {
97 // If Parent dominates NewScope then do not close Parent's instruction
99 if (Parent && (!NewScope || !Parent->dominates(NewScope)))
100 Parent->closeInsnRange(NewScope);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
LexicalScopes.h 92 void closeInsnRange(LexicalScope *NewScope = nullptr) {
97 // If Parent dominates NewScope then do not close Parent's instruction
99 if (Parent && (!NewScope || !Parent->dominates(NewScope)))
100 Parent->closeInsnRange(NewScope);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
LexicalScopes.h 92 void closeInsnRange(LexicalScope *NewScope = nullptr) {
97 // If Parent dominates NewScope then do not close Parent's instruction
99 if (Parent && (!NewScope || !Parent->dominates(NewScope)))
100 Parent->closeInsnRange(NewScope);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LexicalScopes.h 92 void closeInsnRange(LexicalScope *NewScope = nullptr) {
97 // If Parent dominates NewScope then do not close Parent's instruction
99 if (Parent && (!NewScope || !Parent->dominates(NewScope)))
100 Parent->closeInsnRange(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);
  /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 {
resolve.go 80 pkgScope := NewScope(universe)
110 fileScope := NewScope(pkgScope)
  /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 {
resolve.go 80 pkgScope := NewScope(universe)
110 fileScope := NewScope(pkgScope)
  /build/blueprint/parser/
printer_test.go 323 file, errs := Parse("", r, NewScope(nil))
  /build/soong/bpfix/bpfix/
bpfix_test.go 46 tree, errs := parser.Parse("", strings.NewReader(input), parser.NewScope(nil))
  /prebuilts/go/darwin-x86/src/go/types/
package.go 29 scope := NewScope(Universe, token.NoPos, token.NoPos, fmt.Sprintf("package %q", path))
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/types/
package.go 29 scope := NewScope(Universe, token.NoPos, token.NoPos, fmt.Sprintf("package %q", path))
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 {
  /build/blueprint/bpfmt/
bpfmt.go 61 file, errs := parser.Parse(filename, r, parser.NewScope(nil))
  /build/soong/bpfix/cmd/
bpfix.go 69 file, errs := parser.Parse(filename, r, parser.NewScope(nil))

Completed in 653 milliseconds

1 2 3