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

1 2 3 4 5 6 7 8 91011>>

  /external/guice/core/src/com/google/inject/internal/
ScopeBindingProcessor.java 39 Scope scope = checkNotNull(command.getScope(), "scope");
54 if (!scope.equals(existing.getScope())) {
  /external/llvm/tools/opt/
BreakpointPrinter.cpp 34 getContextName(NS->getScope(), N);
39 getContextName(TY->getScope().resolve(), N);
53 getContextName(SP->getScope().resolve(), Name);
  /external/llvm/lib/IR/
DebugInfo.cpp 58 processScope(DIG->getScope());
76 processScope(NS->getScope());
78 processScope(M->getScope());
89 processScope(Loc->getScope());
96 processScope(DT->getScope().resolve());
135 processScope(LB->getScope());
137 processScope(NS->getScope());
139 processScope(M->getScope());
146 processScope(SP->getScope().resolve());
169 processScope(DV->getScope());
    [all...]
DebugLoc.cpp 35 MDNode *DebugLoc::getScope() const {
37 return get()->getScope();
90 auto *Scope = cast<DIScope>(getScope());
  /frameworks/base/tests/net/java/android/net/
LinkAddressTest.java 84 assertEquals(RT_SCOPE_UNIVERSE, address.getScope());
91 assertEquals(RT_SCOPE_UNIVERSE, address.getScope());
99 assertEquals(RT_SCOPE_LINK, address.getScope());
106 assertEquals(456, address.getScope());
191 assertEquals(RT_SCOPE_HOST, new LinkAddress("::/128").getScope());
192 assertEquals(RT_SCOPE_HOST, new LinkAddress("0.0.0.0/32").getScope());
194 assertEquals(RT_SCOPE_LINK, new LinkAddress("::1/128").getScope());
195 assertEquals(RT_SCOPE_LINK, new LinkAddress("127.0.0.5/8").getScope());
196 assertEquals(RT_SCOPE_LINK, new LinkAddress("fe80::ace:d00d/64").getScope());
197 assertEquals(RT_SCOPE_LINK, new LinkAddress("169.254.5.12/16").getScope());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ADCE.cpp 47 collectLiveScopes(cast<DILocalScope>(*LS.getScope()), AliveScopes);
58 collectLiveScopes(*DL.getScope(), AliveScopes);
120 if (AliveScopes.count(DII->getDebugLoc()->getScope()))
  /external/guice/core/src/com/google/inject/spi/
ScopeBinding.java 56 public Scope getScope() {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DebugLoc.h 85 MDNode *getScope() const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugLoc.h 85 MDNode *getScope() const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugLoc.h 85 MDNode *getScope() const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugLoc.h 85 MDNode *getScope() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugLoc.h 85 MDNode *getScope() const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugLoc.h 85 MDNode *getScope() const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugLoc.h 85 MDNode *getScope() const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugLoc.h 85 MDNode *getScope() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugLoc.h 85 MDNode *getScope() const;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRHashMap.h 51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
85 - (NSInteger)getScope;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRHashMap.h 51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
85 - (NSInteger)getScope;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRHashMap.h 51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
85 - (NSInteger)getScope;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRHashMap.h 82 - (NSInteger)getScope;
101 @property (getter=getScope, setter=setScope:) NSInteger Scope;
  /external/llvm/include/llvm/IR/
DebugLoc.h 95 MDNode *getScope() const;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DebugLoc.h 79 /// getScope - This returns the scope pointer for this DebugLoc, or null if
81 MDNode *getScope(const LLVMContext &Ctx) const;
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
IdentityScopeTest.java 82 assertEquals(scope.getName(), is.getScope().getName());
  /external/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 202 auto *Scope = DIL->getScope();
234 auto *Scope = CurrentDIL->getScope();
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
OProfileJITEventListener.cpp 97 Loc.getScope(MF.getFunction()->getContext()));
129 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext());

Completed in 821 milliseconds

1 2 3 4 5 6 7 8 91011>>