OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_value
(Results
51 - 75
of
75
) sorted by null
1
2
3
/external/llvm/include/llvm/ADT/
APInt.h
563
friend hash_code
hash_value
(const APInt &Arg);
[
all
...]
/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
...]
/external/chromium_org/content/renderer/pepper/
v8_var_converter.cc
60
inline size_t
hash_value
(const HashedHandle& handle) { return handle.hash(); }
/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/Transforms/Instrumentation/
GCOVProfiling.cpp
323
FuncChecksum =
hash_value
(FunctionNameAndLine);
547
FileChecksums.push_back(
hash_value
(EdgeDestinations));
[
all
...]
/external/llvm/lib/Transforms/Scalar/
GVN.cpp
99
friend hash_code
hash_value
(const Expression &Value) {
function in struct:__anon30048::Expression
150
using llvm::
hash_value
;
151
return static_cast<unsigned>(
hash_value
(e));
[
all
...]
/external/llvm/lib/CodeGen/
MachineInstr.cpp
167
/// operand. Note that this should stay in sync with the
hash_value
overload
215
hash_code llvm::
hash_value
(const MachineOperand &MO) {
function in class:llvm
[
all
...]
/external/clang/lib/Frontend/
CompilerInvocation.cpp
[
all
...]
/external/clang/lib/Lex/
HeaderSearch.cpp
139
llvm::APInt Code(64, llvm::
hash_value
(AbsModuleMapPath.str().lower()));
[
all
...]
/external/chromium_org/net/
net.target.darwin-arm.mk
37
net/base/
hash_value
.cc \
net.target.darwin-arm64.mk
37
net/base/
hash_value
.cc \
net.target.darwin-mips.mk
37
net/base/
hash_value
.cc \
net.target.darwin-x86.mk
37
net/base/
hash_value
.cc \
net.target.darwin-x86_64.mk
37
net/base/
hash_value
.cc \
net.target.linux-arm.mk
37
net/base/
hash_value
.cc \
net.target.linux-arm64.mk
37
net/base/
hash_value
.cc \
net.target.linux-mips.mk
37
net/base/
hash_value
.cc \
net.target.linux-x86.mk
37
net/base/
hash_value
.cc \
net.target.linux-x86_64.mk
37
net/base/
hash_value
.cc \
/external/chromium_org/v8/src/
objects.cc
4892
int
hash_value
;
local
[
all
...]
/external/llvm/lib/Support/
APInt.cpp
664
hash_code llvm::
hash_value
(const APInt &Arg) {
[
all
...]
APFloat.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGExpr.cpp
547
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 1091 milliseconds
1
2
3