OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleValue
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp
43
//
SimpleValue
47
///
SimpleValue
- Instances of this struct represent available values in the
49
struct
SimpleValue
{
52
SimpleValue
(Instruction *I) : Inst(I) {
75
//
SimpleValue
is POD.
76
template<> struct isPodLike<
SimpleValue
> {
80
template<> struct DenseMapInfo<
SimpleValue
> {
81
static inline
SimpleValue
getEmptyKey() {
84
static inline
SimpleValue
getTombstoneKey() {
87
static unsigned getHashValue(
SimpleValue
Val)
[
all
...]
/external/llvm/unittests/Support/
ErrorOrTest.cpp
23
TEST(ErrorOr,
SimpleValue
) {
/system/core/libutils/tests/
BasicHashtable_test.cpp
27
typedef int
SimpleValue
;
28
typedef key_value_pair_t<SimpleKey,
SimpleValue
> SimpleEntry;
Completed in 37 milliseconds