HomeSort by relevance Sort by last modified time
    Searched refs:make_pair (Results 1 - 25 of 613) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/PTX/
PTXFPRoundingModePass.cpp 88 Instrs[PTX::FADDrr32] = std::make_pair(1U, (unsigned)RndNearestEven);
89 Instrs[PTX::FADDri32] = std::make_pair(1U, (unsigned)RndNearestEven);
90 Instrs[PTX::FADDrr64] = std::make_pair(1U, (unsigned)RndNearestEven);
91 Instrs[PTX::FADDri64] = std::make_pair(1U, (unsigned)RndNearestEven);
92 Instrs[PTX::FSUBrr32] = std::make_pair(1U, (unsigned)RndNearestEven);
93 Instrs[PTX::FSUBri32] = std::make_pair(1U, (unsigned)RndNearestEven);
94 Instrs[PTX::FSUBrr64] = std::make_pair(1U, (unsigned)RndNearestEven);
95 Instrs[PTX::FSUBri64] = std::make_pair(1U, (unsigned)RndNearestEven);
96 Instrs[PTX::FMULrr32] = std::make_pair(1U, (unsigned)RndNearestEven);
97 Instrs[PTX::FMULri32] = std::make_pair(1U, (unsigned)RndNearestEven)
    [all...]
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p1-0x.cpp 23 template<typename T, typename U> pair<T, U> make_pair(T, U);
63 int *ip1 = first_arg_pair(make_pair(ip, 17));
64 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17));
65 int *ip3 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17),
66 make_pair(dp, 17));
67 float *fp1 = second_arg_pair(make_pair(ip, 17), make_pair(fp, 17));
68 float *fp2 = second_arg_pair(make_pair(ip, 17), make_pair(fp, 17),
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/splay_tree_/
insert_fn_imps.hpp 62 return std::make_pair(base_type::insert_imp_empty(r_value), true);
72 return std::make_pair(point_iterator(p_nd), false);
81 return std::make_pair(base_type::insert_leaf_new(r_value, base_type::m_p_head->m_p_right, false), true);
87 return (std::make_pair(base_type::insert_leaf_new(r_value, p_pot, true), true));
92 return std::make_pair(insert_leaf_new(r_value, p_nd, false), true);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/
insert_fn_imps.hpp 62 return std::make_pair(base_type::insert_imp_empty(r_value), true);
72 return std::make_pair(point_iterator(p_nd), false);
81 return std::make_pair(base_type::insert_leaf_new(r_value, base_type::m_p_head->m_p_right, false), true);
87 return (std::make_pair(base_type::insert_leaf_new(r_value, p_pot, true), true));
92 return std::make_pair(insert_leaf_new(r_value, p_nd, false), true);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/
insert_fn_imps.hpp 62 return std::make_pair(base_type::insert_imp_empty(r_value), true);
72 return std::make_pair(point_iterator(p_nd), false);
81 return std::make_pair(base_type::insert_leaf_new(r_value, base_type::m_p_head->m_p_right, false), true);
87 return (std::make_pair(base_type::insert_leaf_new(r_value, p_pot, true), true));
92 return std::make_pair(insert_leaf_new(r_value, p_nd, false), true);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
insert_store_hash_fn_imps.hpp 70 std::make_pair(pos, pos_hash_pair.second) :
71 std::make_pair(ins_pos, pos_hash_pair.second));
84 return std::make_pair(pos, pos_hash_pair.second);
95 return std::make_pair(ins_pos, pos_hash_pair.second);
112 return std::make_pair(&p_e->m_value, false);
116 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
insert_store_hash_fn_imps.hpp 70 std::make_pair(pos, pos_hash_pair.second) :
71 std::make_pair(ins_pos, pos_hash_pair.second));
84 return std::make_pair(pos, pos_hash_pair.second);
95 return std::make_pair(ins_pos, pos_hash_pair.second);
112 return std::make_pair(&p_e->m_value, false);
116 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
insert_store_hash_fn_imps.hpp 70 std::make_pair(pos, pos_hash_pair.second) :
71 std::make_pair(ins_pos, pos_hash_pair.second));
84 return std::make_pair(pos, pos_hash_pair.second);
95 return std::make_pair(ins_pos, pos_hash_pair.second);
112 return std::make_pair(&p_e->m_value, false);
116 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true);
  /external/llvm/unittests/ADT/
DAGDeltaAlgorithmTest.cpp 66 Deps.push_back(std::make_pair(3, 1));
80 Deps.push_back(std::make_pair(1, 0));
81 Deps.push_back(std::make_pair(2, 0));
82 Deps.push_back(std::make_pair(4, 0));
83 Deps.push_back(std::make_pair(3, 2));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
insert_no_store_hash_fn_imps.hpp 64 return std::make_pair(&p_e->m_value, false);
68 return std::make_pair(insert_new_imp(r_val, pos), true);
insert_store_hash_fn_imps.hpp 65 return std::make_pair(&p_e->m_value, false);
69 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
insert_no_store_hash_fn_imps.hpp 64 return std::make_pair(&p_e->m_value, false);
68 return std::make_pair(insert_new_imp(r_val, pos), true);
insert_store_hash_fn_imps.hpp 65 return std::make_pair(&p_e->m_value, false);
69 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
insert_no_store_hash_fn_imps.hpp 64 return std::make_pair(&p_e->m_value, false);
68 return std::make_pair(insert_new_imp(r_val, pos), true);
insert_store_hash_fn_imps.hpp 65 return std::make_pair(&p_e->m_value, false);
69 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true);
  /external/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 33 Notes.push_back(std::make_pair(Info.getLocation(), Buf.str()));
36 Warnings.push_back(std::make_pair(Info.getLocation(), Buf.str()));
40 Errors.push_back(std::make_pair(Info.getLocation(), Buf.str()));
  /external/clang/lib/Index/
SelectorMap.cpp 44 SelMethMap.insert(std::make_pair(D->getSelector(), D));
50 SelRefMap.insert(std::make_pair(Node->getSelector(), ASTLoc));
55 SelRefMap.insert(std::make_pair(Node->getSelector(), ASTLoc));
DeclReferenceMap.cpp 45 Map.insert(std::make_pair(PrimD, ASTLocation(CurrentDecl, Node)));
50 Map.insert(std::make_pair(PrimD, ASTLocation(CurrentDecl, Node)));
54 Map.insert(std::make_pair(Node->getDecl(), ASTLocation(CurrentDecl, Node)));
59 Map.insert(std::make_pair(ND, ASTLocation(CurrentDecl, ND, TL.getNameLoc())));
64 Map.insert(std::make_pair(ND, ASTLocation(CurrentDecl, ND, TL.getNameLoc())));
  /frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheWriter.h 70 mDependencies.insert(std::make_pair(resName,
71 std::make_pair((uint32_t)resType, sha1)));
90 mStringPool.push_back(std::make_pair(str, size));
  /frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
CacheWriter.h 72 mDependencies.insert(std::make_pair(resName,
73 std::make_pair((uint32_t)resType, sha1)));
93 mStringPool.push_back(std::make_pair(str, size));
  /external/clang/test/SemaTemplate/
typename-specifier-4.cpp 20 struct make_pair { struct
27 int a0[is_same<metafun_apply2<make_pair, int, float>::type,
30 typename make_pair::template apply<int, float>, // expected-warning{{'template' keyword outside of a template}} \
32 make_pair::apply<int, float>
44 int a2[is_same<swap_and_apply2<make_pair>::apply<int, float>::type,
55 int a3[is_same<swap_and_apply2b<make_pair>::apply<int, float>::type,
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_view_host.cc 22 ret = message_callbacks_.insert(std::make_pair(message, callback));
  /external/chromium/chrome/browser/
platform_util_linux.cc 27 env.push_back(std::make_pair("MM_NOTTTY", "1"));
35 env.push_back(std::make_pair("GNOME_DISABLE_CRASH_DIALOG", ""));
  /external/llvm/lib/CodeGen/
LiveStackAnalysis.cpp 59 I = S2IMap.insert(I, std::make_pair(Slot,
61 S2RCMap.insert(std::make_pair(Slot, RC));
  /external/llvm/lib/Target/Mips/
MipsMachineFunction.h 57 VarArgsFrameIndex(0), InArgFIRange(std::make_pair(-1, 0)),
58 OutArgFIRange(std::make_pair(-1, 0)), GPFI(0), DynAllocFI(0),

Completed in 421 milliseconds

1 2 3 4 5 6 7 8 91011>>