Home
last modified time | relevance | path

Searched refs:getScope (Results 1 – 25 of 177) sorted by relevance

12345678

/external/llvm/lib/IR/
DDebugInfo.cpp58 processScope(DIG->getScope()); in processModule()
76 processScope(NS->getScope()); in processModule()
78 processScope(M->getScope()); in processModule()
89 processScope(Loc->getScope()); in processLocation()
96 processScope(DT->getScope().resolve()); in processType()
135 processScope(LB->getScope()); in processScope()
137 processScope(NS->getScope()); in processScope()
139 processScope(M->getScope()); in processScope()
146 processScope(SP->getScope().resolve()); in processSubprogram()
169 processScope(DV->getScope()); in processDeclare()
[all …]
DDebugLoc.cpp35 MDNode *DebugLoc::getScope() const { in getScope() function in DebugLoc
37 return get()->getScope(); in getScope()
90 auto *Scope = cast<DIScope>(getScope()); in print()
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/nodeTypes/
DNodeWithOptionalScopeTest.java16 assertTrue(methodCallExpr.getScope().isPresent()); in commonExpressionWhichHaveInterfaceNodeWithOptionalScope()
17 assertFalse(objectCreationExpr.getScope().isPresent()); in commonExpressionWhichHaveInterfaceNodeWithOptionalScope()
26 assertFalse(methodCallExpr.getScope().isPresent()); in removeScope()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugLoc.cpp36 MDNode *DebugLoc::getScope() const { in getScope() function in DebugLoc
38 return get()->getScope(); in getScope()
97 Ctx, MD->getLine(), MD->getColumn(), MD->getScope(), Last); in appendInlinedAt()
111 auto *Scope = cast<DIScope>(getScope()); in print()
DDebugInfo.cpp84 processScope(GV->getScope()); in processCompileUnit()
101 processScope(NS->getScope()); in processCompileUnit()
103 processScope(M->getScope()); in processCompileUnit()
121 processScope(Loc->getScope()); in processLocation()
128 processScope(DT->getScope().resolve()); in processType()
167 processScope(LB->getScope()); in processScope()
169 processScope(NS->getScope()); in processScope()
171 processScope(M->getScope()); in processScope()
178 processScope(SP->getScope().resolve()); in processSubprogram()
210 processScope(DV->getScope()); in processDeclare()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DBreakpointPrinter.cpp34 getContextName(NS->getScope(), N); in getContextName()
39 getContextName(TY->getScope().resolve(), N); in getContextName()
53 getContextName(SP->getScope().resolve(), Name); in runOnModule()
/external/llvm/tools/opt/
DBreakpointPrinter.cpp34 getContextName(NS->getScope(), N); in getContextName()
39 getContextName(TY->getScope().resolve(), N); in getContextName()
53 getContextName(SP->getScope().resolve(), Name); in runOnModule()
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/
Dcom_github_javaparser_symbolsolver_javaparsermodel_TypeExtractor.txt63 Line 180) node.getScope() ==> com.github.javaparser.ast.expr.FieldAccessExpr.getScope()
64 Line 181) node.getScope() ==> com.github.javaparser.ast.expr.FieldAccessExpr.getScope()
65 Line 182) node.getScope() ==> com.github.javaparser.ast.expr.FieldAccessExpr.getScope()
73 Line 189) node.getScope() ==> com.github.javaparser.ast.expr.FieldAccessExpr.getScope()
74 …Line 192) facade.solve((ThisExpr) node.getScope()) ==> com.github.javaparser.symbolsolver.javapars…
75 Line 192) node.getScope() ==> com.github.javaparser.ast.expr.FieldAccessExpr.getScope()
80 Line 201) node.getScope().toString().indexOf('.') ==> java.lang.String.indexOf(int)
81 Line 201) node.getScope().toString() ==> com.github.javaparser.ast.Node.toString()
82 Line 201) node.getScope() ==> com.github.javaparser.ast.expr.FieldAccessExpr.getScope()
83 …Line 203) typeSolver.tryToSolveType(node.getScope().toString()) ==> com.github.javaparser.symbolso…
[all …]
Dcom_github_javaparser_symbolsolver_javaparsermodel_TypeExtractor_J9.txt63 Line 180) node.getScope() ==> com.github.javaparser.ast.expr.FieldAccessExpr.getScope()
64 Line 181) node.getScope() ==> com.github.javaparser.ast.expr.FieldAccessExpr.getScope()
65 Line 182) node.getScope() ==> com.github.javaparser.ast.expr.FieldAccessExpr.getScope()
73 Line 189) node.getScope() ==> com.github.javaparser.ast.expr.FieldAccessExpr.getScope()
74 …Line 192) facade.solve((ThisExpr) node.getScope()) ==> com.github.javaparser.symbolsolver.javapars…
75 Line 192) node.getScope() ==> com.github.javaparser.ast.expr.FieldAccessExpr.getScope()
80 Line 201) node.getScope().toString().indexOf('.') ==> java.lang.String.indexOf(int)
81 Line 201) node.getScope().toString() ==> com.github.javaparser.ast.Node.toString()
82 Line 201) node.getScope() ==> com.github.javaparser.ast.expr.FieldAccessExpr.getScope()
83 …Line 203) typeSolver.tryToSolveType(node.getScope().toString()) ==> com.github.javaparser.symbolso…
[all …]
Dcom_github_javaparser_symbolsolver_javaparsermodel_contexts_FieldAccessContext.txt4 Line 53) wrappedNode.getScope() ==> com.github.javaparser.ast.expr.FieldAccessExpr.getScope()
19 Line 73) wrappedNode.getScope() ==> com.github.javaparser.ast.expr.FieldAccessExpr.getScope()
Dcom_github_javaparser_symbolsolver_javaparsermodel_declarations_JavaParserClassDeclaration.txt108 Line 358) classOrInterfaceType.getScope().isPresent() ==> java.util.Optional.isPresent()
109 …Line 358) classOrInterfaceType.getScope() ==> com.github.javaparser.ast.type.ClassOrInterfaceType.
110 …Line 360) classOrInterfaceType.getScope().get().toString() ==> com.github.javaparser.ast.Node.toSt…
111 Line 360) classOrInterfaceType.getScope().get() ==> java.util.Optional.get()
112 …Line 360) classOrInterfaceType.getScope() ==> com.github.javaparser.ast.type.ClassOrInterfaceType.
115 …Line 364) classOrInterfaceType.getScope() ==> com.github.javaparser.ast.type.ClassOrInterfaceType.
Dcom_github_javaparser_symbolsolver_javaparsermodel_declarations_JavaParserClassDeclaration_J9.txt108 Line 358) classOrInterfaceType.getScope().isPresent() ==> java.util.Optional.isPresent()
109 …Line 358) classOrInterfaceType.getScope() ==> com.github.javaparser.ast.type.ClassOrInterfaceType.
110 …Line 360) classOrInterfaceType.getScope().get().toString() ==> com.github.javaparser.ast.Node.toSt…
111 Line 360) classOrInterfaceType.getScope().get() ==> java.util.Optional.get()
112 …Line 360) classOrInterfaceType.getScope() ==> com.github.javaparser.ast.type.ClassOrInterfaceType.
115 …Line 364) classOrInterfaceType.getScope() ==> com.github.javaparser.ast.type.ClassOrInterfaceType.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMemoryLegalizer.cpp155 SIAtomicScope getScope() const { in getScope() function in __anon22deacaa0111::SIMemOpInfo
872 Changed |= CC->enableLoadCacheBypass(MI, MOI.getScope(), in expandLoad()
877 Changed |= CC->insertWait(MI, MOI.getScope(), in expandLoad()
885 Changed |= CC->insertWait(MI, MOI.getScope(), in expandLoad()
890 Changed |= CC->insertCacheInvalidate(MI, MOI.getScope(), in expandLoad()
916 Changed |= CC->insertWait(MI, MOI.getScope(), in expandStore()
953 Changed |= CC->insertWait(MI, MOI.getScope(), in expandAtomicFence()
962 Changed |= CC->insertCacheInvalidate(MI, MOI.getScope(), in expandAtomicFence()
983 Changed |= CC->insertWait(MI, MOI.getScope(), in expandAtomicCmpxchgOrRmw()
994 Changed |= CC->insertWait(MI, MOI.getScope(), in expandAtomicCmpxchgOrRmw()
[all …]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DNodeWithScope.java34 Expression getScope(); in getScope() method
39 return Optional.of(getScope()); in traverseScope()
DNodeWithOptionalScope.java34 Optional<Expression> getScope(); in getScope() method
41 return getScope(); in traverseScope()
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/
DTypeExtractor.java184 if (node.getScope() instanceof NameExpr || in visit()
185 node.getScope() instanceof FieldAccessExpr) { in visit()
186 Expression staticValue = node.getScope(); in visit()
193 } else if (node.getScope() instanceof ThisExpr) { in visit()
196 … SymbolReference<ResolvedTypeDeclaration> solve = facade.solve((ThisExpr) node.getScope()); in visit()
205 } else if (node.getScope().toString().indexOf('.') > 0) { in visit()
207 …rence<ResolvedReferenceTypeDeclaration> sr = typeSolver.tryToSolveType(node.getScope().toString()); in visit()
375 if (callExpr.getScope().isPresent()) { in visit()
376 Expression scope = callExpr.getScope().get(); in visit()
/external/llvm/lib/Transforms/Scalar/
DADCE.cpp47 collectLiveScopes(cast<DILocalScope>(*LS.getScope()), AliveScopes); in collectLiveScopes()
58 collectLiveScopes(*DL.getScope(), AliveScopes); in collectLiveScopes()
120 if (AliveScopes.count(DII->getDebugLoc()->getScope())) in aggressiveDCE()
/external/guice/core/src/com/google/inject/internal/
DScopeBindingProcessor.java39 Scope scope = checkNotNull(command.getScope(), "scope"); in visit()
55 if (!scope.equals(existing.getScope())) { in visit()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h462 DIScopeRef getScope() const;
675 DIScopeRef getScope() const { return DIScopeRef(getRawScope()); }
838 getScope(), getBaseType(), getSizeInBits(),
984 getScope(), getBaseType(), getSizeInBits(),
1437 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); }
1443 DIFile *getFile() const { return getScope()->getFile(); }
1444 StringRef getFilename() const { return getScope()->getFilename(); }
1445 StringRef getDirectory() const { return getScope()->getDirectory(); }
1446 Optional<StringRef> getSource() const { return getScope()->getSource(); }
1455 return getScope();
[all …]
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
DFieldAccessContext.java57 if (wrappedNode.getScope() instanceof ThisExpr) { in solveSymbol()
77 Expression scope = wrappedNode.getScope(); in solveSymbolAsValue()
95 …enceTypeDeclaration> rrtds = findTypeDeclarations(Optional.of(wrappedNode.getScope()), typeSolver); in solveField()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h413 DIScopeRef getScope() const;
553 DIScopeRef getScope() const { return DIScopeRef(getRawScope()); }
697 getScope(), getBaseType(), getSizeInBits(),
815 getScope(), getBaseType(), getSizeInBits(),
1217 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); }
1222 DIFile *getFile() const { return getScope()->getFile(); }
1223 StringRef getFilename() const { return getScope()->getFilename(); }
1224 StringRef getDirectory() const { return getScope()->getDirectory(); }
1233 return getScope();
1346 getContext(), getScope(), getName(), getLinkageName(), getFile(),
[all …]
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp336 auto *OldSubprogram = cast<DISubprogram>(OldDL.getScope()); in TEST_F()
337 auto *NewSubprogram = cast<DISubprogram>(NewDL.getScope()); in TEST_F()
374 cast<DISubprogram>(OldIntrin->getVariable()->getScope())); in TEST_F()
377 cast<DISubprogram>(NewIntrin->getVariable()->getScope())); in TEST_F()
384 cast<DISubprogram>(OldIntrin->getVariable()->getScope())); in TEST_F()
387 cast<DISubprogram>(NewIntrin->getVariable()->getScope())); in TEST_F()
/external/llvm/lib/CodeGen/
DLexicalScopes.cpp110 DILocalScope *Scope = DL->getScope(); in findLexicalScope()
152 Parent = getOrCreateLexicalScope(Block->getScope()); in getOrCreateRegularScope()
180 Parent = getOrCreateInlinedScope(Block->getScope(), InlinedAt); in getOrCreateInlinedScope()
204 Parent = getOrCreateAbstractScope(Block->getScope()); in getOrCreateAbstractScope()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLexicalScopes.cpp124 DILocalScope *Scope = DL->getScope(); in findLexicalScope()
170 Parent = getOrCreateLexicalScope(Block->getScope()); in getOrCreateRegularScope()
198 Parent = getOrCreateInlinedScope(Block->getScope(), InlinedAt); in getOrCreateInlinedScope()
221 Parent = getOrCreateAbstractScope(Block->getScope()); in getOrCreateAbstractScope()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h710 DIScope getContext() const { return getScope().getContext(); } in getContext()
711 unsigned getLineNumber() const { return getScope().getLineNumber(); } in getLineNumber()
712 unsigned getColumnNumber() const { return getScope().getColumnNumber(); } in getColumnNumber()
722 DILexicalBlock getScope() const { return getFieldAs<DILexicalBlock>(1); } in getScope() function
756 DIScope getScope() const { return getFieldAs<DIScope>(2); } in getScope() function
758 StringRef getFilename() const { return getScope().getFilename(); } in getFilename()
759 StringRef getDirectory() const { return getScope().getDirectory(); } in getDirectory()

12345678