/external/llvm/include/llvm/Analysis/ |
H A D | CallGraph.h | 423 return map_iterator(N->begin(), CGNDerefFun(CGNDeref)); 426 return map_iterator(N->end(), CGNDerefFun(CGNDeref)); 445 return map_iterator(N->begin(), CGNDerefFun(CGNDeref)); 448 return map_iterator(N->end(), CGNDerefFun(CGNDeref)); 467 return map_iterator(CG->begin(), DerefFun(CGdereference)); 470 return map_iterator(CG->end(), DerefFun(CGdereference)); 490 return map_iterator(CG->begin(), DerefFun(CGdereference)); 493 return map_iterator(CG->end(), DerefFun(CGdereference));
|
/external/clang/include/clang/Analysis/ |
H A D | CallGraph.h | 181 return map_iterator(N->begin(), CGNDerefFun(CGNDeref)); 184 return map_iterator(N->end(), CGNDerefFun(CGNDeref)); 211 return map_iterator(CG->begin(), DerefFun(CGdereference)); 214 return map_iterator(CG->end(), DerefFun(CGdereference)); 237 return map_iterator(CG->begin(), DerefFun(CGdereference)); 240 return map_iterator(CG->end(), DerefFun(CGdereference));
|
/external/libunwind/src/coredump/ |
H A D | _UPT_get_dyn_info_list_addr.c | 39 struct map_iterator mi;
|
/external/libunwind/src/ |
H A D | os-linux.h | 32 struct map_iterator struct 68 maps_init (struct map_iterator *mi, pid_t pid) 205 maps_next (struct map_iterator *mi, 303 maps_close (struct map_iterator *mi)
|
H A D | os-linux.c | 38 struct map_iterator mi;
|
/external/libunwind/src/ptrace/ |
H A D | _UPT_get_dyn_info_list_addr.c | 38 struct map_iterator mi;
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
H A D | CallGraph.h | 320 return map_iterator(N->begin(), CGNDerefFun(CGNDeref)); 323 return map_iterator(N->end(), CGNDerefFun(CGNDeref)); 351 return map_iterator(CG->begin(), DerefFun(CGdereference)); 354 return map_iterator(CG->end(), DerefFun(CGdereference));
|
/external/clang/lib/Serialization/ |
H A D | MultiOnDiskHashTable.h | 93 return llvm::make_range(llvm::map_iterator(Begin, AsOnDiskTable()), 94 llvm::map_iterator(End, AsOnDiskTable()));
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
H A D | STLExtras.h | 126 // map_iterator - Provide a convenient way to create mapped_iterators, just like 130 inline mapped_iterator<ItTy, FuncTy> map_iterator(const ItTy &I, FuncTy F) { function in namespace:llvm
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 403 return llvm::map_iterator(parameters().begin(), 408 return llvm::map_iterator(parameters().end(),
|
/external/llvm/include/llvm/ADT/ |
H A D | STLExtras.h | 195 // map_iterator - Provide a convenient way to create mapped_iterators, just like 199 inline mapped_iterator<ItTy, FuncTy> map_iterator(const ItTy &I, FuncTy F) { function in namespace:llvm
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | STLExtras.h | 209 // map_iterator - Provide a convenient way to create mapped_iterators, just like 213 inline mapped_iterator<ItTy, FuncTy> map_iterator(const ItTy &I, FuncTy F) { function in namespace:llvm
|
/external/clang/include/clang/AST/ |
H A D | DeclObjC.h | 389 return llvm::map_iterator(param_begin(), deref_fun(&ParmVarDecl::getType)); 392 return llvm::map_iterator(param_end(), deref_fun(&ParmVarDecl::getType));
|