OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PairTy
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/CodeGen/
MachineModuleInfoImpls.cpp
28
typedef std::pair<MCSymbol*, MachineModuleInfoImpl::StubValueTy>
PairTy
;
29
const MCSymbol *LHSS = ((const
PairTy
*)LHS)->first;
30
const MCSymbol *RHSS = ((const
PairTy
*)RHS)->first;
/external/clang/include/clang/AST/
BaseSubobject.h
69
typedef std::pair<const clang::CXXRecordDecl *, clang::CharUnits>
PairTy
;
70
return DenseMapInfo<
PairTy
>::getHashValue(
PairTy
(Base.getBase(),
/external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h
96
typedef PointerIntPair<Instruction*, 2, DepType>
PairTy
;
97
PairTy
Value;
98
explicit MemDepResult(
PairTy
V) : Value(V) {}
106
return MemDepResult(
PairTy
(Inst, Def));
110
return MemDepResult(
PairTy
(Inst, Clobber));
114
PairTy
(reinterpret_cast<Instruction*>(NonLocal), Other));
118
PairTy
(reinterpret_cast<Instruction*>(NonFuncLocal), Other));
122
PairTy
(reinterpret_cast<Instruction*>(Unknown), Other));
183
return MemDepResult(
PairTy
(Inst, Invalid));
CallGraph.h
435
typedef std::pair<const Function *, CallGraphNode *>
PairTy
;
436
typedef std::pointer_to_unary_function<
PairTy
, CallGraphNode &> DerefFun;
447
static CallGraphNode &CGdereference(
PairTy
P) { return *P.second; }
/external/clang/include/clang/Analysis/
CallGraph.h
205
typedef std::pair<const clang::Decl*, clang::CallGraphNode*>
PairTy
;
206
typedef std::pointer_to_unary_function<
PairTy
, clang::CallGraphNode&> DerefFun;
216
static clang::CallGraphNode &CGdereference(
PairTy
P) {
230
typedef std::pair<const clang::Decl*, clang::CallGraphNode*>
PairTy
;
231
typedef std::pointer_to_unary_function<
PairTy
, clang::CallGraphNode&> DerefFun;
242
static clang::CallGraphNode &CGdereference(
PairTy
P) {
/external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp
477
typedef std::pair<IdentifierInfo*, Selector>
PairTy
;
478
return DenseMapInfo<
PairTy
>::getHashValue(
PairTy
(V.getIdentifier(),
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp
[
all
...]
Completed in 129 milliseconds