HomeSort by relevance Sort by last modified time
    Searched full:subregion (Results 1 - 25 of 245) sorted by null

1 2 3 4 5 6 7 8 910

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlCharacterMatcher.java 70 ITextRegion subRegion = region.getRegionAtCharacterOffset(offset);
71 if (subRegion == null) {
75 int index = subRegions.indexOf(subRegion);
77 String type = subRegion.getType();
86 (subRegion.getStart() + region.getStartOffset() == offset)) {
95 subRegion = region.getRegionAtCharacterOffset(offset);
96 if (subRegion == null) {
99 type = subRegion.getType();
102 index = subRegions.indexOf(subRegion);
107 subRegion = subRegions.get(i)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
RegionInfo.h 49 /// selected for SubRegions just one RegionNode containing the subregion is
54 /// @brief A RegionNode represents a subregion or a BasicBlock that is part of a
71 /// Use one bit to save, if this RegionNode is a subregion or BasicBlock
85 /// BasicBlock itself. If it represents a subregion, this
86 /// is the entry BasicBlock of the subregion.
87 /// @param isSubRegion If this RegionNode represents a SubRegion.
104 /// itself, otherwise we return the entry BasicBlock of the Subregion
111 /// This can be either a BasicBlock or a subregion. Before calling getNodeAs()
118 /// @brief Is this RegionNode a subregion?
120 /// @return True if it contains a subregion. False if it contains
    [all...]
  /art/runtime/
bit_memory_region.h 24 // Bit memory region is a bit offset subregion of a normal memoryregion. This is useful for
33 region_ = region.Subregion(start, end - start);
43 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset, size_t bit_size) const {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 58 ABSTRACT_REGION(SubRegion, MemRegion)
59 REGION(AllocaRegion, SubRegion)
60 REGION(SymbolicRegion, SubRegion)
61 ABSTRACT_REGION(TypedRegion, SubRegion)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 58 ABSTRACT_REGION(SubRegion, MemRegion)
59 REGION(AllocaRegion, SubRegion)
60 REGION(SymbolicRegion, SubRegion)
61 ABSTRACT_REGION(TypedRegion, SubRegion)
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 58 ABSTRACT_REGION(SubRegion, MemRegion)
59 REGION(AllocaRegion, SubRegion)
60 REGION(SymbolicRegion, SubRegion)
61 ABSTRACT_REGION(TypedRegion, SubRegion)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 58 ABSTRACT_REGION(SubRegion, MemRegion)
59 REGION(AllocaRegion, SubRegion)
60 REGION(SymbolicRegion, SubRegion)
61 ABSTRACT_REGION(TypedRegion, SubRegion)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 58 ABSTRACT_REGION(SubRegion, MemRegion)
59 REGION(AllocaRegion, SubRegion)
60 REGION(SymbolicRegion, SubRegion)
61 ABSTRACT_REGION(TypedRegion, SubRegion)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 58 ABSTRACT_REGION(SubRegion, MemRegion)
59 REGION(AllocaRegion, SubRegion)
60 REGION(SymbolicRegion, SubRegion)
61 ABSTRACT_REGION(TypedRegion, SubRegion)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 58 ABSTRACT_REGION(SubRegion, MemRegion)
59 REGION(AllocaRegion, SubRegion)
60 REGION(SymbolicRegion, SubRegion)
61 ABSTRACT_REGION(TypedRegion, SubRegion)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 58 ABSTRACT_REGION(SubRegion, MemRegion)
59 REGION(AllocaRegion, SubRegion)
60 REGION(SymbolicRegion, SubRegion)
61 ABSTRACT_REGION(TypedRegion, SubRegion)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 58 ABSTRACT_REGION(SubRegion, MemRegion)
59 REGION(AllocaRegion, SubRegion)
60 REGION(SymbolicRegion, SubRegion)
61 ABSTRACT_REGION(TypedRegion, SubRegion)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 58 ABSTRACT_REGION(SubRegion, MemRegion)
59 REGION(AllocaRegion, SubRegion)
60 REGION(SymbolicRegion, SubRegion)
61 ABSTRACT_REGION(TypedRegion, SubRegion)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 58 ABSTRACT_REGION(SubRegion, MemRegion)
59 REGION(AllocaRegion, SubRegion)
60 REGION(SymbolicRegion, SubRegion)
61 ABSTRACT_REGION(TypedRegion, SubRegion)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 58 ABSTRACT_REGION(SubRegion, MemRegion)
59 REGION(AllocaRegion, SubRegion)
60 REGION(SymbolicRegion, SubRegion)
61 ABSTRACT_REGION(TypedRegion, SubRegion)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 58 ABSTRACT_REGION(SubRegion, MemRegion)
59 REGION(AllocaRegion, SubRegion)
60 REGION(SymbolicRegion, SubRegion)
61 ABSTRACT_REGION(TypedRegion, SubRegion)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 58 ABSTRACT_REGION(SubRegion, MemRegion)
59 REGION(AllocaRegion, SubRegion)
60 REGION(SymbolicRegion, SubRegion)
61 ABSTRACT_REGION(TypedRegion, SubRegion)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 58 ABSTRACT_REGION(SubRegion, MemRegion)
59 REGION(AllocaRegion, SubRegion)
60 REGION(SymbolicRegion, SubRegion)
61 ABSTRACT_REGION(TypedRegion, SubRegion)
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 103 /// selected for SubRegions just one RegionNode containing the subregion is
108 /// @brief A RegionNode represents a subregion or a BasicBlock that is part of a
130 /// Use one bit to save, if this RegionNode is a subregion or BasicBlock
144 /// BasicBlock itself. If it represents a subregion, this
145 /// is the entry BasicBlock of the subregion.
146 /// @param isSubRegion If this RegionNode represents a SubRegion.
165 /// itself, otherwise we return the entry BasicBlock of the Subregion
172 /// This can be either a BasicBlock or a subregion. Before calling getNodeAs()
178 /// @brief Is this RegionNode a subregion?
180 /// @return True if it contains a subregion. False if it contains
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfo.h 104 /// selected for SubRegions just one RegionNode containing the subregion is
109 /// @brief A RegionNode represents a subregion or a BasicBlock that is part of a
131 /// Use one bit to save, if this RegionNode is a subregion or BasicBlock
145 /// BasicBlock itself. If it represents a subregion, this
146 /// is the entry BasicBlock of the subregion.
147 /// @param isSubRegion If this RegionNode represents a SubRegion.
166 /// itself, otherwise we return the entry BasicBlock of the Subregion
173 /// This can be either a BasicBlock or a subregion. Before calling getNodeAs()
179 /// @brief Is this RegionNode a subregion?
181 /// @return True if it contains a subregion. False if it contains
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
RegionInfo.h 104 /// selected for SubRegions just one RegionNode containing the subregion is
109 /// @brief A RegionNode represents a subregion or a BasicBlock that is part of a
131 /// Use one bit to save, if this RegionNode is a subregion or BasicBlock
145 /// BasicBlock itself. If it represents a subregion, this
146 /// is the entry BasicBlock of the subregion.
147 /// @param isSubRegion If this RegionNode represents a SubRegion.
166 /// itself, otherwise we return the entry BasicBlock of the Subregion
173 /// This can be either a BasicBlock or a subregion. Before calling getNodeAs()
179 /// @brief Is this RegionNode a subregion?
181 /// @return True if it contains a subregion. False if it contains
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
RegionInfo.h 104 /// selected for SubRegions just one RegionNode containing the subregion is
109 /// @brief A RegionNode represents a subregion or a BasicBlock that is part of a
131 /// Use one bit to save, if this RegionNode is a subregion or BasicBlock
145 /// BasicBlock itself. If it represents a subregion, this
146 /// is the entry BasicBlock of the subregion.
147 /// @param isSubRegion If this RegionNode represents a SubRegion.
166 /// itself, otherwise we return the entry BasicBlock of the Subregion
173 /// This can be either a BasicBlock or a subregion. Before calling getNodeAs()
179 /// @brief Is this RegionNode a subregion?
181 /// @return True if it contains a subregion. False if it contains
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
RegionInfo.h 110 /// selected for SubRegions just one RegionNode containing the subregion is
115 /// @brief A RegionNode represents a subregion or a BasicBlock that is part of a
134 /// Use one bit to save, if this RegionNode is a subregion or BasicBlock
148 /// BasicBlock itself. If it represents a subregion, this
149 /// is the entry BasicBlock of the subregion.
150 /// @param isSubRegion If this RegionNode represents a SubRegion.
172 /// itself, otherwise we return the entry BasicBlock of the Subregion
179 /// This can be either a BasicBlock or a subregion. Before calling getNodeAs()
185 /// @brief Is this RegionNode a subregion?
187 /// @return True if it contains a subregion. False if it contains
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
RegionInfo.h 110 /// selected for SubRegions just one RegionNode containing the subregion is
115 /// @brief A RegionNode represents a subregion or a BasicBlock that is part of a
134 /// Use one bit to save, if this RegionNode is a subregion or BasicBlock
148 /// BasicBlock itself. If it represents a subregion, this
149 /// is the entry BasicBlock of the subregion.
150 /// @param isSubRegion If this RegionNode represents a SubRegion.
172 /// itself, otherwise we return the entry BasicBlock of the Subregion
179 /// This can be either a BasicBlock or a subregion. Before calling getNodeAs()
185 /// @brief Is this RegionNode a subregion?
187 /// @return True if it contains a subregion. False if it contains
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
RegionInfo.h 110 /// selected for SubRegions just one RegionNode containing the subregion is
115 /// @brief A RegionNode represents a subregion or a BasicBlock that is part of a
134 /// Use one bit to save, if this RegionNode is a subregion or BasicBlock
148 /// BasicBlock itself. If it represents a subregion, this
149 /// is the entry BasicBlock of the subregion.
150 /// @param isSubRegion If this RegionNode represents a SubRegion.
172 /// itself, otherwise we return the entry BasicBlock of the Subregion
179 /// This can be either a BasicBlock or a subregion. Before calling getNodeAs()
185 /// @brief Is this RegionNode a subregion?
187 /// @return True if it contains a subregion. False if it contains
    [all...]

Completed in 1050 milliseconds

1 2 3 4 5 6 7 8 910