OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParentTy
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Support/
IntegersSubset.h
459
typedef IntegersSubsetGeneric<IntItem>
ParentTy
;
499
explicit IntegersSubset(Constant *C) :
ParentTy
(rangesFromConstant(C)),
503
ParentTy
(*(const
ParentTy
*)&RHS), // FIXME: tweak for msvc.
507
explicit IntegersSubset(const RangesCollectionTy& Src) :
ParentTy
(Src) {
/external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp
157
ParentTy
;
165
RegionBindingsRef(const
ParentTy
&P, ClusterBindings::Factory &CBFactory)
170
return RegionBindingsRef(static_cast<const
ParentTy
*>(this)->add(K, D),
175
return RegionBindingsRef(static_cast<const
ParentTy
*>(this)->remove(K),
185
*static_cast<
ParentTy
*>(this) = X;
192
return static_cast<const
ParentTy
*>(this)->lookup(R);
[
all
...]
/external/llvm/include/llvm/IR/
Instructions.h
[
all
...]
Completed in 278 milliseconds