OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FoldingSetTrait
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp
40
template<> struct
FoldingSetTrait
<SValData> {
47
template<> struct
FoldingSetTrait
<SValPair> {
/external/llvm/include/llvm/ADT/
FoldingSet.h
205
template<typename T> struct
FoldingSetTrait
;
208
/// for
FoldingSetTrait
implementations.
233
///
FoldingSetTrait
- This trait class is used to define behavior of how
239
template<typename T> struct
FoldingSetTrait
257
/// ContextualFoldingSetTrait - Like
FoldingSetTrait
, but for
319
inline void Add(const T &x) {
FoldingSetTrait
<T>::Profile(x, *this); }
350
// Definitions of
FoldingSetTrait
and ContextualFoldingSetTrait functions, which
356
FoldingSetTrait
<T>::Profile(X, TempID);
362
FoldingSetTrait
<T>::Profile(X, TempID);
395
FoldingSetTrait
<T>::Profile(*TN, ID)
[
all
...]
/external/llvm/include/llvm/Analysis/
ScalarEvolution.h
51
template<> struct
FoldingSetTrait
<SCEV>;
58
friend struct
FoldingSetTrait
<SCEV>;
136
// Specialize
FoldingSetTrait
for SCEV to avoid needing to compute
138
template<> struct
FoldingSetTrait
<SCEV> : DefaultFoldingSetTrait<SCEV> {
[
all
...]
/external/llvm/lib/VMCore/
LLVMContextImpl.h
197
// Provide a
FoldingSetTrait
::Equals specialization for MDNode that can use a
199
template<> struct
FoldingSetTrait
<MDNode> : DefaultFoldingSetTrait<MDNode> {
/external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp
70
template <> struct
FoldingSetTrait
<ArgEffect> {
[
all
...]
Completed in 730 milliseconds