|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Definitions
include/llvm/ADT/DenseMap.h 1202 reference operator*() const {
include/llvm/ADT/DenseSet.h 120 ValueT &operator*() { return I->getFirst(); }
147 const ValueT &operator*() const { return I->getFirst(); }
include/llvm/ADT/STLExtras.h 218 FuncReturnTy operator*() { return F(*this->I); }
1441 result_type &operator*() { return Result; }
include/llvm/ADT/SmallSet.h 126 const T &operator*() const { return isSmall ? *VecIter : *SetIter; }
include/llvm/ADT/StringMap.h 582 StringRef &operator*() {
include/llvm/ADT/iterator.h 271 ReferenceT operator*() const { return *I; }
296 T &operator*() const { return **this->I; }
include/llvm/DebugInfo/DWARF/DWARFDie.h 359 const DWARFDie &operator*() const { return Die; }
431 const llvm::DWARFDie &operator*() const {
include/llvm/DebugInfo/PDB/Native/DbiModuleList.h 48 StringRef &operator*() { return ThisValue; }
include/llvm/IR/CFG.h 73 inline reference operator*() const {
201 inline BlockT *operator*() const { return Inst->getSuccessor(Idx); }
include/llvm/IR/Value.h 192 UserTy *operator*() const {
include/llvm/Support/BinaryStreamArray.h 334 const T &operator*() { return Array[Index]; }
include/llvm/Support/LineIterator.h 69 StringRef operator*() const { return CurrentLine; }
include/llvm/Support/Path.h 65 reference operator*() const { return Component; }
tools/clang/include/clang/AST/CanonicalType.h 412 CanQualType operator*() const { return CanQualType::CreateUnsafe(*this->I); }
tools/clang/include/clang/AST/DeclBase.h 2086 value_type operator*() const { return cast<SpecificDecl>(*Current); }
2164 value_type operator*() const { return cast<SpecificDecl>(*Current); }
tools/clang/include/clang/AST/StmtIterator.h 115 REFERENCE operator*() const {
usr/include/c++/7.4.0/bits/stl_deque.h 160 operator*() const _GLIBCXX_NOEXCEPT
usr/include/c++/7.4.0/bits/stl_iterator.h 169 operator*() const
795 operator*() const _GLIBCXX_NOEXCEPT
1052 operator*() const
usr/include/c++/7.4.0/bits/stl_list.h 152 operator*() const _GLIBCXX_NOEXCEPT
236 operator*() const _GLIBCXX_NOEXCEPT
usr/include/c++/7.4.0/bits/stl_tree.h 356 operator*() const _GLIBCXX_NOEXCEPT
utils/TableGen/CodeGenDAGPatterns.h 118 MVT operator*() const {