HomeSort by relevance Sort by last modified time
    Searched refs:hash_value (Results 26 - 38 of 38) sorted by null

12

  /external/llvm/lib/TableGen/
Record.cpp 50 friend hash_code hash_value(const TableGenStringKey &Value) { function in class:llvm::TableGenStringKey
51 using llvm::hash_value;
52 return hash_value(Value.str());
69 using llvm::hash_value;
70 return hash_value(Val);
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_ptr.hpp 704 // hash_value
708 template< class T > std::size_t hash_value( boost::shared_ptr<T> const & p ) function in namespace:boost
  /external/llvm/lib/IR/
LLVMContextImpl.h 61 return static_cast<unsigned>(hash_value(Key));
72 return static_cast<unsigned>(hash_value(Key));
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 335 FuncChecksum = hash_value(FunctionNameAndLine);
551 FileChecksums.push_back(hash_value(EdgeDestinations));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 103 friend hash_code hash_value(const Expression &Value) { function in struct:__anon15331::Expression
154 using llvm::hash_value;
155 return static_cast<unsigned>(hash_value(e));
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 186 /// operand. Note that this should stay in sync with the hash_value overload
234 hash_code llvm::hash_value(const MachineOperand &MO) { function in class:llvm
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/v8/src/
objects.cc 4509 int hash_value; local
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 668 hash_code llvm::hash_value(const APInt &Arg) {
    [all...]
APFloat.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 597 llvm::hash_code TypeHash = hash_value(Out.str());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 914 milliseconds

12