Home
last modified time | relevance | path

Searched defs:const (Results 8076 - 8100 of 19601) sorted by relevance

1...<<321322323324325326327328329330>>...785

/third_party/skia/third_party/externals/icu/source/common/
H A Duvector.h353 size(void) const size() argument
357 isEmpty(void) const isEmpty() argument
361 contains(void* obj) const contains() argument
365 contains(int32_t obj) const contains() argument
369 firstElement(void) const firstElement() argument
373 lastElement(void) const lastElement() argument
377 lastElementi(void) const lastElementi() argument
381 operator [](int32_t index) const operator []() argument
391 empty(void) const empty() argument
395 peek(void) const peek() argument
399 peeki(void) const peeki() argument
[all...]
H A Duvectr32.h223 elementAti(int32_t index) const elementAti() argument
255 size(void) const size() argument
259 isEmpty(void) const isEmpty() argument
263 contains(int32_t obj) const contains() argument
267 lastElementi(void) const lastElementi() argument
275 getBuffer() const getBuffer() argument
282 empty(void) const empty() argument
286 peeki(void) const peeki() argument
[all...]
H A Duvectr64.h127 isEmpty(void) const isEmpty() argument
212 elementAti(int32_t index) const elementAti() argument
244 size(void) const size() argument
248 lastElementi(void) const lastElementi() argument
256 getBuffer() const getBuffer() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DBreadthFirstIterator.h119 bool operator==(const bf_iterator &RHS) const { in operator ==() argument
123 bool operator!=(const bf_iterator &RHS) const { return !(*this == RHS); } in operator !=() argument
125 const NodeRef &operator*() const { return VisitQueue.front()->first; } in operator *() argument
130 NodeRef operator->() const { return **this; } in operator ->() argument
143 unsigned getLevel() const { retur argument
[all...]
H A DPackedVector.h95 operator T() const { in operator T() argument
103 bool empty() const { return Bits.empty(); } in empty() argument
105 unsigned size() const { return Bits.size() >> (BitNum - 1); } in size() argument
127 T operator[](unsigned Idx) const { in operator []() argument
131 bool operator==(const PackedVector &RHS) const { in operator ==() argument
135 bool operator!=(const PackedVecto argument
[all...]
H A DPointerUnion.h179 bool isNull() const { return !this->Val.getPointer(); } in isNull() argument
181 explicit operator bool() const { return !isNull(); } in operator bool() argument
184 template <typename T> int is() const { in is() argument
[all...]
H A DPriorityWorklist.h68 bool empty() const { in empty() argument
73 size_type size() const { in size() argument
79 size_type count(const key_type &key) const { in count() argument
84 const T &back() const { in back() argument
[all...]
H A DSmallSet.h110 bool operator==(const SmallSetIterator &RHS) const { in operator ==() argument
126 const T &operator*() const { return isSmall ? *VecIter : *SetIter; } in operator *() argument
155 LLVM_NODISCARD bool empty() const { in empty() argument
159 size_type size() const { in size() argument
164 size_type count(const T &V) const { in count() argument
223 begin() const begin() argument
229 end() const end() argument
236 isSmall() const isSmall() argument
238 vfind(const T &V) const vfind() argument
[all...]
H A DSparseSet.h174 const_iterator begin() const { retur argument
175 end() const end() argument
183 empty() const empty() argument
190 size() const size() argument
[all...]
H A Dfallible_iterator.h116 typename enable_if_struct_deref_supported<const T>::type operator->() const { in operator ->() argument
200 getErrPtr() const getErrPtr() argument
202 isEnd() const isEnd() argument
204 isValid() const isValid() argument
[all...]
H A Dilist_node.h69 const ilist_node_impl *getPrev() const { in getPrev() argument
73 const ilist_node_impl *getNext() const { in getNext() argument
82 const_self_iterator getIterator() const { return const_self_iterator(*this); } in getIterator() argument
88 const_reverse_self_iterator getReverseIterator() const { in getReverseIterator() argument
99 bool isSentinel() const { in isSentinel() argument
248 empty() const empty() argument
266 getNodeParent() const getNodeParent() argument
283 getPrevNode() const getPrevNode() argument
297 getNextNode() const getNextNode() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h99 bool isSingular() const { return Nodes.size() == 1; } in isSingular() argument
100 unsigned size() const { return Nodes.size(); } in size() argument
108 iterator begin() const { return Nodes.begin(); } in begin() argument
109 iterator end() const { retur in begin() argument
[all...]
H A DDivergenceAnalysis.h51 const Loop *getRegionLoop() const { return RegionLoop; } in getRegionLoop() argument
52 const Function &getFunction() const { return F; } in getFunction() argument
70 hasDetectedDivergence() const hasDetectedDivergence() argument
125 isJoinDivergent(const BasicBlock &Block) const isJoinDivergent() argument
190 hasDivergence() const hasDivergence() argument
193 getFunction() const getFunction() argument
202 isUniform(const Value &V) const isUniform() argument
206 isUniformUse(const Use &U) const isUniformUse() argument
[all...]
H A DGlobalsModRef.h149 getResult() const getResult() argument
[all...]
H A DInterval.h51 inline BasicBlock *getHeaderNode() const { return HeaderNode; } in getHeaderNode() argument
66 inline bool contains(BasicBlock *BB) const { in contains() argument
76 inline bool isSuccessor(BasicBlock *BB) const { in isSuccessor() argument
88 inline bool operator==(const Interval &I) const { in operator ==() argument
H A DOptimizationRemarkEmitter.h94 bool allowExtraAnalysis(StringRef PassName) const { in allowExtraAnalysis() argument
H A DPhiValues.h149 getResult() const getResult() argument
[all...]
H A DProfileSummaryInfo.h167 getPSI() const getPSI() argument
[all...]
H A DTrace.h43 BasicBlock *getEntryBasicBlock () const { return BasicBlocks[0]; } in getEntryBasicBlock() argument
46 BasicBlock *operator[](unsigned i) const { return BasicBlocks[i]; } in operator []() argument
47 BasicBlock *getBlock(unsigned i) const { return BasicBlocks[i]; } in getBlock() argument
58 int getBlockIndex(const BasicBlock *X) const { in getBlockIndex() argument
67 bool contains(const BasicBlock *X) const { in contains() argument
73 dominates(const BasicBlock *B1, const BasicBlock *B2) const dominates() argument
86 begin() const begin() argument
88 end() const end() argument
91 rbegin() const rbegin() argument
93 rend() const rend() argument
95 size() const size() argument
96 empty() const empty() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h35 const StringMapEntry<DwarfStringPoolEntry> *getMapEntry() const { in getMapEntry() argument
45 explicit operator bool() const { return getMapEntry(); } in operator bool() argument
46 MCSymbol *getSymbol() const { in getSymbol() argument
50 unsigned getOffset() const { return getMapEntry()->second.Offset; } in getOffset() argument
51 bool isIndexed() const { return MapEntryAndIndexed.getInt(); } in isIndexed() argument
52 unsigned getIndex() const { in getIndex() argument
57 getString() const getString() argument
59 getEntry() const getEntry() argument
61 operator ==(const DwarfStringPoolEntryRef &X) const operator ==() argument
64 operator !=(const DwarfStringPoolEntryRef &X) const operator !=() argument
[all...]
H A DLiveRegUnits.h84 bool empty() const { return Units.none(); } in empty() argument
117 bool available(MCPhysReg Reg) const { in available() argument
153 getBitVector() const getBitVector() argument
[all...]
H A DMachORelocation.h35 uint32_t getPackedFields() const { in getPackedFields() argument
43 uint32_t getAddress() const { return r_scattered ? r_value : r_address; } in getAddress() argument
44 uint32_t getRawAddress() const { return r_address; } in getRawAddress() argument
H A DMachineConstantPool.h45 Type *getType() const { return Ty; } in getType() argument
92 bool isMachineConstantPoolEntry() const { in isMachineConstantPoolEntry() argument
96 int getAlignment() const { in getAlignment() argument
127 getDataLayout() const getDataLayout() argument
137 getConstantPoolAlignment() const getConstantPoolAlignment() argument
147 isEmpty() const isEmpty() argument
149 getConstants() const getConstants() argument
[all...]
H A DMachineDominanceFrontier.h41 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const { in getRoots() argument
45 MachineBasicBlock *getRoot() const { in getRoot() argument
49 bool isPostDominator() const { in isPostDominator() argument
57 const_iterator begin() const { in begin() argument
65 const_iterator end() const { in end() argument
73 const_iterator find(MachineBasicBlock *B) const { in find() argument
93 compareDomSet(DomSetType &DS1, const DomSetType &DS2) const compareDomSet() argument
97 compare(DominanceFrontierBase<MachineBasicBlock, false> &Other) const compare() argument
[all...]
H A DMachineInstrBundleIterator.h178 reference operator*() const { return *MII; } in operator *() argument
179 pointer operator->() const { return &operator*(); } in operator ->() argument
182 bool isValid() const { return MII.getNodePtr(); } in isValid() argument
274 getInstrIterator() const getInstrIterator() argument
276 getNonConstIterator() const getNonConstIterator() argument
283 getReverse() const getReverse() argument
[all...]

Completed in 17 milliseconds

1...<<321322323324325326327328329330>>...785