HomeSort by relevance Sort by last modified time
    Searched defs:PairTy (Results 1 - 25 of 29) sorted by null

1 2

  /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/swiftshader/third_party/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 68 typedef std::pair<const clang::CXXRecordDecl *, clang::CharUnits> PairTy;
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
BaseSubobject.h 68 typedef std::pair<const clang::CXXRecordDecl *, clang::CharUnits> PairTy;
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
BaseSubobject.h 68 typedef std::pair<const clang::CXXRecordDecl *, clang::CharUnits> PairTy;
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
BaseSubobject.h 68 typedef std::pair<const clang::CXXRecordDecl *, clang::CharUnits> PairTy;
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
BaseSubobject.h 68 typedef std::pair<const clang::CXXRecordDecl *, clang::CharUnits> PairTy;
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
BaseSubobject.h 68 typedef std::pair<const clang::CXXRecordDecl *, clang::CharUnits> PairTy;
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
BaseSubobject.h 68 typedef std::pair<const clang::CXXRecordDecl *, clang::CharUnits> PairTy;
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
BaseSubobject.h 68 typedef std::pair<const clang::CXXRecordDecl *, clang::CharUnits> PairTy;
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
BaseSubobject.h 68 typedef std::pair<const clang::CXXRecordDecl *, clang::CharUnits> PairTy;
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
BaseSubobject.h 68 typedef std::pair<const clang::CXXRecordDecl *, clang::CharUnits> PairTy;
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
BaseSubobject.h 68 typedef std::pair<const clang::CXXRecordDecl *, clang::CharUnits> PairTy;
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
BaseSubobject.h 68 typedef std::pair<const clang::CXXRecordDecl *, clang::CharUnits> PairTy;
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
BaseSubobject.h 68 typedef std::pair<const clang::CXXRecordDecl *, clang::CharUnits> PairTy;
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
BaseSubobject.h 68 typedef std::pair<const clang::CXXRecordDecl *, clang::CharUnits> PairTy;
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
BaseSubobject.h 68 typedef std::pair<const clang::CXXRecordDecl *, clang::CharUnits> PairTy;
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /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/llvm/include/llvm/Analysis/
CallGraph.h 460 PairTy;
461 typedef std::pointer_to_unary_function<const PairTy &, CallGraphNode &>
473 static CallGraphNode &CGdereference(const PairTy &P) { return *P.second; }
483 PairTy;
484 typedef std::pointer_to_unary_function<const PairTy &, const CallGraphNode &>
496 static const CallGraphNode &CGdereference(const PairTy &P) {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
CallGraph.h 345 typedef std::pair<const Function*, CallGraphNode*> PairTy;
346 typedef std::pointer_to_unary_function<PairTy, CallGraphNode&> DerefFun;
357 static CallGraphNode &CGdereference(PairTy P) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CallGraph.h 457 PairTy;
458 static CallGraphNode *CGGetValuePtr(const PairTy &P) {
480 PairTy;
481 static const CallGraphNode *CGGetValuePtr(const PairTy &P) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
CallGraph.h 447 PairTy;
448 static CallGraphNode *CGGetValuePtr(const PairTy &P) {
470 PairTy;
471 static const CallGraphNode *CGGetValuePtr(const PairTy &P) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
CallGraph.h 447 PairTy;
448 static CallGraphNode *CGGetValuePtr(const PairTy &P) {
470 PairTy;
471 static const CallGraphNode *CGGetValuePtr(const PairTy &P) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CallGraph.h 457 PairTy;
458 static CallGraphNode *CGGetValuePtr(const PairTy &P) {
480 PairTy;
481 static const CallGraphNode *CGGetValuePtr(const PairTy &P) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
CallGraph.h 447 PairTy;
448 static CallGraphNode *CGGetValuePtr(const PairTy &P) {
470 PairTy;
471 static const CallGraphNode *CGGetValuePtr(const PairTy &P) {

Completed in 464 milliseconds

1 2