OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ValTy
(Results
1 - 8
of
8
) sorted by null
/external/clang/include/clang/Analysis/Analyses/
LiveVariables.h
33
typedef StmtDeclBitVector_Types::
ValTy
ValTy
;
42
ValTy
AlwaysLive;
60
const
ValTy
& V) {}
91
bool isLive(const
ValTy
& V, const VarDecl* D) const;
95
void dumpLiveness(const
ValTy
& V, const SourceManager& M) const;
/external/clang/include/clang/Analysis/FlowSensitive/
DataflowValues.h
48
typedef typename ValueTypes::
ValTy
ValTy
;
51
typedef llvm::DenseMap<ProgramPoint,
ValTy
> EdgeDataMapTy;
52
typedef llvm::DenseMap<const CFGBlock*,
ValTy
> BlockDataMapTy;
53
typedef llvm::DenseMap<const Stmt*,
ValTy
> StmtDataMapTy;
87
ValTy
& getEdgeData(const BlockEdge& E) {
93
const
ValTy
& getEdgeData(const BlockEdge& E) const {
101
ValTy
& getBlockData(const CFGBlock* B) {
107
const
ValTy
& getBlockData(const CFGBlock* B) const {
117
ValTy
& getStmtData(const Stmt* S)
[
all
...]
DataflowSolver.h
121
typename _Equal = std::equal_to<typename _DFValuesTy::
ValTy
> >
134
typedef typename _DFValuesTy::
ValTy
ValTy
;
226
ValTy
& V = TF.getVal();
260
BI = D.getBlockDataMap().insert( std::make_pair(B,
ValTy
()) ).first;
315
void UpdateEdges(CFG& cfg, const CFGBlock* B,
ValTy
& V) {
322
void UpdateEdgeValue(BlockEdge E,
ValTy
& V, const CFGBlock* TargetBlock) {
/external/clang/include/clang/Analysis/Support/
BlkExprDeclBitVector.h
83
//
ValTy
- Dataflow value.
86
class
ValTy
{
104
bool operator==(const
ValTy
& RHS) const {
109
void copyValues(const
ValTy
& RHS) { DeclBV = RHS.DeclBV; }
133
ValTy
& operator|=(const
ValTy
& RHS) {
139
ValTy
& operator&=(const
ValTy
& RHS) {
145
ValTy
& OrDeclBits(const
ValTy
& RHS)
[
all
...]
/external/llvm/include/llvm/ADT/
ScopedHashTable.h
152
typedef ScopedHashTableVal<K, V>
ValTy
;
153
DenseMap<K,
ValTy
*, KInfo> TopLevelMap;
180
typename DenseMap<K,
ValTy
*, KInfo>::iterator I = TopLevelMap.find(Key);
196
typename DenseMap<K,
ValTy
*, KInfo>::iterator I =
212
KeyEntry =
ValTy
::Create(S->getLastValInScope(), KeyEntry, Key, Val,
/external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
Completed in 472 milliseconds