HomeSort by relevance Sort by last modified time
    Searched refs:LookupKey (Results 1 - 19 of 19) sorted by null

  /external/llvm/include/llvm/ADT/
DenseSet.h 161 const LookupKeyT &LookupKey) {
162 return insert_as(ValueT(V), LookupKey);
165 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) {
167 return TheMap.insert_as(std::make_pair(std::move(V), Empty), LookupKey);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
DenseSet.h 195 const LookupKeyT &LookupKey) {
196 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey);
199 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) {
200 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
DenseSet.h 195 const LookupKeyT &LookupKey) {
196 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey);
199 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) {
200 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
DenseSet.h 195 const LookupKeyT &LookupKey) {
196 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey);
199 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) {
200 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DenseSet.h 195 const LookupKeyT &LookupKey) {
196 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey);
199 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) {
200 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
DenseSet.h 195 const LookupKeyT &LookupKey) {
196 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey);
199 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) {
200 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
DenseSet.h 195 const LookupKeyT &LookupKey) {
196 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey);
199 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) {
200 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
DenseSet.h 195 const LookupKeyT &LookupKey) {
196 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey);
199 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) {
200 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DenseSet.h 195 const LookupKeyT &LookupKey) {
196 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey);
199 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) {
200 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey);
  /external/llvm/lib/IR/
ConstantsContext.h 545 typedef std::pair<TypeClass *, ValType> LookupKey;
548 typedef std::pair<unsigned, LookupKey> LookupKeyHashed;
561 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
566 static unsigned getHashValue(const LookupKey &Val) {
572 static bool isEqual(const LookupKey &LHS, const ConstantClass *RHS) {
611 LookupKey Key(Ty, V);
639 LookupKey Key(CP->getType(), ValType(Operands, CP));
  /external/v8/src/ast/
ast-value-factory.cc 106 set_string(StringTable::LookupKey(isolate, &key));
  /external/v8/src/snapshot/
deserializer.cc 341 StringTable::LookupKey(isolate, &key);
    [all...]
  /external/v8/src/
factory.cc 296 return StringTable::LookupKey(isolate(), key);
    [all...]
objects.h     [all...]
objects.cc     [all...]
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.29/
mockito-core-2.2.29.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.5/
mockito-core-2.2.5.jar 
  /external/mockito/lib/
byte-buddy-1.6.9.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.6.5/
byte-buddy-1.6.5.jar 

Completed in 485 milliseconds