Searched defs:const (Results 251 - 275 of 1980) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/unordered_iterator/
H A Dpoint_iterator.hpp93 operator->() const argument
102 operator*() const argument
111 operator==(const point_iterator_& other) const argument
118 operator==(const const_point_iterator_& other) const argument
125 operator!=(const point_iterator argument
132 operator !=(const const_point_iterator_& other) const argument
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/tr1/
H A Dfunctional_hash.h81 operator()(_Tp* __p) const argument
143 operator()(const std::string& __s) const argument
153 operator()(const std::wstring& __s) const argument
166 operator ()(float __fval) const argument
183 operator ()(double __dval) const argument
202 operator ()(long double __ldval) const argument
[all...]
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dstdexcept.cc45 logic_error::what() const throw() argument
66 runtime_error::what() const thro argument
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DPointerIntPair.h70 PointerTy getPointer() const { argument
75 IntType getInt() const { argument
[all...]
H A DUniqueVector.h53 unsigned idFor(const T &Entry) const { argument
66 const T &operator[](unsigned ID) const { argument
73 size_t size() const { return Vector.size(); } argument
77 bool empty() const { return Vector.empty(); } argument
H A Dilist_node.h31 const NodeTy *getPrev() const { return Prev; } argument
48 const NodeTy *getNext() const { return Next; } argument
69 const NodeTy *getPrevNode() const { argument
91 const NodeTy *getNextNode() const { argument
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DPHITransAddr.h54 Value *getAddr() const { return Addr; } argument
58 bool NeedsPHITranslationFromBlock(BasicBlock *BB) const { argument
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h43 unsigned getBundle(unsigned N, bool Out) const { return EC[2 * N + Out]; } argument
46 unsigned getNumBundles() const { return EC.getNumClasses(); } argument
49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } argument
52 const MachineFunction *getMachineFunction() const { return MF; } argument
[all...]
H A DGCMetadataPrinter.h58 const Module &getModule() const { return S->getModule(); } argument
H A DLiveRegUnits.h47 bool empty() const { return LiveUnits.empty(); } argument
66 bool contains(unsigned Reg, const MCRegisterInfo &MCRI) const { argument
[all...]
H A DMachineCodeInfo.h40 size_t size() const { argument
44 void *address() const { argument
H A DMachineModuleInfoImpls.h61 SymbolListTy GetFnStubList() const { argument
64 SymbolListTy GetGVStubList() const { argument
67 SymbolListTy GetHiddenGVStubList() const { argument
90 SymbolListTy GetGVStubList() const { argument
H A DMachinePostDominators.h41 const std::vector<MachineBasicBlock *> &getRoots() const { argument
45 MachineDomTreeNode *getRootNode() const { argument
49 MachineDomTreeNode *operator[](MachineBasicBlock *BB) const { argument
53 MachineDomTreeNode *getNode(MachineBasicBlock *BB) const { argument
57 bool dominates(const MachineDomTreeNode *A, argument
62 bool dominates(const MachineBasicBlock *A, const MachineBasicBloc argument
66 properlyDominates(const MachineDomTreeNode *A, const MachineDomTreeNode *B) const argument
71 properlyDominates(const MachineBasicBlock *A, const MachineBasicBlock *B) const argument
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h55 unsigned getLength() const { argument
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DJITMemoryManager.h61 bool isManagingGOT() const { argument
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DGlobalAlias.h61 const Constant *getAliasee() const { argument
70 const GlobalValue *getAliasedGlobal() const { argument
80 const GlobalValue *resolveAliasedGlobal(bool stopOnWeak = true) const { argument
[all...]
H A DValueSymbolTable.h71 Value *lookup(StringRef Name) const { return vmap.lookup(Name); } argument
75 inline bool empty() const { return vmap.empty(); } argument
78 inline unsigned size() const { return unsigned(vmap.size()); } argument
93 inline const_iterator begin() const { return vmap.begin(); } argument
99 inline const_iterator end() const { return vmap.end(); } argument
/freebsd-9.3-release/contrib/llvm/include/llvm/
H A DLinker.h36 Module *getModule() const { return Composite; } argument
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCAsmLayout.h61 MCAssembler &getAssembler() const { return Assembler; } argument
79 const llvm::SmallVectorImpl<MCSectionData*> &getSectionOrder() const { argument
[all...]
H A DMCCodeGenInfo.h40 Reloc::Model getRelocationModel() const { return RelocationModel; } argument
42 CodeModel::Model getCodeModel() const { return CMModel; } argument
44 CodeGenOpt::Level getOptLevel() const { return OptLevel; } argument
H A DMCInstrAnalysis.h31 virtual bool isBranch(const MCInst &Inst) const { argument
35 virtual bool isConditionalBranch(const MCInst &Inst) const { argument
39 virtual bool isUnconditionalBranch(const MCInst &Inst) const { argument
43 virtual bool isIndirectBranch(const MCInst &Inst) const { argument
47 isCall(const MCInst &Inst) const argument
51 isReturn(const MCInst &Inst) const argument
55 isTerminator(const MCInst &Inst) const argument
[all...]
H A DMCInstrInfo.h43 unsigned getNumOpcodes() const { return NumOpcodes; } argument
48 const MCInstrDesc &get(unsigned Opcode) const { argument
[all...]
H A DMCLabel.h39 unsigned getInstance() const { return Instance; } argument
H A DMCSection.h47 SectionKind getKind() const { return Kind; } argument
49 SectionVariant getVariant() const { return Variant; } argument
64 virtual bool isBaseAddressKnownZero() const { argument
[all...]
H A DMCValue.h42 int64_t getConstant() const { return Cst; } argument
43 const MCSymbolRefExpr *getSymA() const { return SymA; } argument
44 const MCSymbolRefExpr *getSymB() const { return SymB; } argument
47 bool isAbsolute() const { return !SymA && !SymB; } argument
[all...]

Completed in 129 milliseconds

<<11121314151617181920>>