OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NodeRef
(Results
101 - 125
of
166
) sorted by null
1
2
3
4
5
6
7
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h
453
typedef clang::ento::ExplodedNode *
NodeRef
;
455
typedef llvm::df_iterator<
NodeRef
> nodes_iterator;
457
static
NodeRef
getEntryNode(
NodeRef
N) { return N; }
459
static ChildIteratorType child_begin(
NodeRef
N) { return N->succ_begin(); }
461
static ChildIteratorType child_end(
NodeRef
N) { return N->succ_end(); }
463
static nodes_iterator nodes_begin(
NodeRef
N) { return df_begin(N); }
465
static nodes_iterator nodes_end(
NodeRef
N) { return df_end(N); }
469
typedef const clang::ento::ExplodedNode *
NodeRef
;
471
typedef llvm::df_iterator<
NodeRef
> nodes_iterator
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
LazyCallGraph.h
[
all
...]
LoopInfo.h
801
typedef const Loop *
NodeRef
;
804
static
NodeRef
getEntryNode(const Loop *L) { return L; }
805
static ChildIteratorType child_begin(
NodeRef
N) { return N->begin(); }
806
static ChildIteratorType child_end(
NodeRef
N) { return N->end(); }
810
typedef Loop *
NodeRef
;
813
static
NodeRef
getEntryNode(Loop *L) { return L; }
814
static ChildIteratorType child_begin(
NodeRef
N) { return N->begin(); }
815
static ChildIteratorType child_end(
NodeRef
N) { return N->end(); }
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h
453
typedef clang::ento::ExplodedNode *
NodeRef
;
455
typedef llvm::df_iterator<
NodeRef
> nodes_iterator;
457
static
NodeRef
getEntryNode(
NodeRef
N) { return N; }
459
static ChildIteratorType child_begin(
NodeRef
N) { return N->succ_begin(); }
461
static ChildIteratorType child_end(
NodeRef
N) { return N->succ_end(); }
463
static nodes_iterator nodes_begin(
NodeRef
N) { return df_begin(N); }
465
static nodes_iterator nodes_end(
NodeRef
N) { return df_end(N); }
469
typedef const clang::ento::ExplodedNode *
NodeRef
;
471
typedef llvm::df_iterator<
NodeRef
> nodes_iterator
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
LoopInfo.h
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h
453
typedef clang::ento::ExplodedNode *
NodeRef
;
455
typedef llvm::df_iterator<
NodeRef
> nodes_iterator;
457
static
NodeRef
getEntryNode(
NodeRef
N) { return N; }
459
static ChildIteratorType child_begin(
NodeRef
N) { return N->succ_begin(); }
461
static ChildIteratorType child_end(
NodeRef
N) { return N->succ_end(); }
463
static nodes_iterator nodes_begin(
NodeRef
N) { return df_begin(N); }
465
static nodes_iterator nodes_end(
NodeRef
N) { return df_end(N); }
469
typedef const clang::ento::ExplodedNode *
NodeRef
;
471
typedef llvm::df_iterator<
NodeRef
> nodes_iterator
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
LoopInfo.h
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h
453
typedef clang::ento::ExplodedNode *
NodeRef
;
455
typedef llvm::df_iterator<
NodeRef
> nodes_iterator;
457
static
NodeRef
getEntryNode(
NodeRef
N) { return N; }
459
static ChildIteratorType child_begin(
NodeRef
N) { return N->succ_begin(); }
461
static ChildIteratorType child_end(
NodeRef
N) { return N->succ_end(); }
463
static nodes_iterator nodes_begin(
NodeRef
N) { return df_begin(N); }
465
static nodes_iterator nodes_end(
NodeRef
N) { return df_end(N); }
469
typedef const clang::ento::ExplodedNode *
NodeRef
;
471
typedef llvm::df_iterator<
NodeRef
> nodes_iterator
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
LoopInfo.h
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h
453
typedef clang::ento::ExplodedNode *
NodeRef
;
455
typedef llvm::df_iterator<
NodeRef
> nodes_iterator;
457
static
NodeRef
getEntryNode(
NodeRef
N) { return N; }
459
static ChildIteratorType child_begin(
NodeRef
N) { return N->succ_begin(); }
461
static ChildIteratorType child_end(
NodeRef
N) { return N->succ_end(); }
463
static nodes_iterator nodes_begin(
NodeRef
N) { return df_begin(N); }
465
static nodes_iterator nodes_end(
NodeRef
N) { return df_end(N); }
469
typedef const clang::ento::ExplodedNode *
NodeRef
;
471
typedef llvm::df_iterator<
NodeRef
> nodes_iterator
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
LoopInfo.h
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h
453
typedef clang::ento::ExplodedNode *
NodeRef
;
455
typedef llvm::df_iterator<
NodeRef
> nodes_iterator;
457
static
NodeRef
getEntryNode(
NodeRef
N) { return N; }
459
static ChildIteratorType child_begin(
NodeRef
N) { return N->succ_begin(); }
461
static ChildIteratorType child_end(
NodeRef
N) { return N->succ_end(); }
463
static nodes_iterator nodes_begin(
NodeRef
N) { return df_begin(N); }
465
static nodes_iterator nodes_end(
NodeRef
N) { return df_end(N); }
469
typedef const clang::ento::ExplodedNode *
NodeRef
;
471
typedef llvm::df_iterator<
NodeRef
> nodes_iterator
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h
[
all
...]
LoopInfo.h
810
typedef const Loop *
NodeRef
;
813
static
NodeRef
getEntryNode(const Loop *L) { return L; }
814
static ChildIteratorType child_begin(
NodeRef
N) { return N->begin(); }
815
static ChildIteratorType child_end(
NodeRef
N) { return N->end(); }
819
typedef Loop *
NodeRef
;
822
static
NodeRef
getEntryNode(Loop *L) { return L; }
823
static ChildIteratorType child_begin(
NodeRef
N) { return N->begin(); }
824
static ChildIteratorType child_end(
NodeRef
N) { return N->end(); }
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h
453
typedef clang::ento::ExplodedNode *
NodeRef
;
455
typedef llvm::df_iterator<
NodeRef
> nodes_iterator;
457
static
NodeRef
getEntryNode(
NodeRef
N) { return N; }
459
static ChildIteratorType child_begin(
NodeRef
N) { return N->succ_begin(); }
461
static ChildIteratorType child_end(
NodeRef
N) { return N->succ_end(); }
463
static nodes_iterator nodes_begin(
NodeRef
N) { return df_begin(N); }
465
static nodes_iterator nodes_end(
NodeRef
N) { return df_end(N); }
469
typedef const clang::ento::ExplodedNode *
NodeRef
;
471
typedef llvm::df_iterator<
NodeRef
> nodes_iterator
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
LazyCallGraph.h
[
all
...]
LoopInfo.h
801
typedef const Loop *
NodeRef
;
804
static
NodeRef
getEntryNode(const Loop *L) { return L; }
805
static ChildIteratorType child_begin(
NodeRef
N) { return N->begin(); }
806
static ChildIteratorType child_end(
NodeRef
N) { return N->end(); }
810
typedef Loop *
NodeRef
;
813
static
NodeRef
getEntryNode(Loop *L) { return L; }
814
static ChildIteratorType child_begin(
NodeRef
N) { return N->begin(); }
815
static ChildIteratorType child_end(
NodeRef
N) { return N->end(); }
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h
453
typedef clang::ento::ExplodedNode *
NodeRef
;
455
typedef llvm::df_iterator<
NodeRef
> nodes_iterator;
457
static
NodeRef
getEntryNode(
NodeRef
N) { return N; }
459
static ChildIteratorType child_begin(
NodeRef
N) { return N->succ_begin(); }
461
static ChildIteratorType child_end(
NodeRef
N) { return N->succ_end(); }
463
static nodes_iterator nodes_begin(
NodeRef
N) { return df_begin(N); }
465
static nodes_iterator nodes_end(
NodeRef
N) { return df_end(N); }
469
typedef const clang::ento::ExplodedNode *
NodeRef
;
471
typedef llvm::df_iterator<
NodeRef
> nodes_iterator
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
LazyCallGraph.h
[
all
...]
LoopInfo.h
801
typedef const Loop *
NodeRef
;
804
static
NodeRef
getEntryNode(const Loop *L) { return L; }
805
static ChildIteratorType child_begin(
NodeRef
N) { return N->begin(); }
806
static ChildIteratorType child_end(
NodeRef
N) { return N->end(); }
810
typedef Loop *
NodeRef
;
813
static
NodeRef
getEntryNode(Loop *L) { return L; }
814
static ChildIteratorType child_begin(
NodeRef
N) { return N->begin(); }
815
static ChildIteratorType child_end(
NodeRef
N) { return N->end(); }
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h
453
typedef clang::ento::ExplodedNode *
NodeRef
;
455
typedef llvm::df_iterator<
NodeRef
> nodes_iterator;
457
static
NodeRef
getEntryNode(
NodeRef
N) { return N; }
459
static ChildIteratorType child_begin(
NodeRef
N) { return N->succ_begin(); }
461
static ChildIteratorType child_end(
NodeRef
N) { return N->succ_end(); }
463
static nodes_iterator nodes_begin(
NodeRef
N) { return df_begin(N); }
465
static nodes_iterator nodes_end(
NodeRef
N) { return df_end(N); }
469
typedef const clang::ento::ExplodedNode *
NodeRef
;
471
typedef llvm::df_iterator<
NodeRef
> nodes_iterator
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
LoopInfo.h
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h
453
typedef clang::ento::ExplodedNode *
NodeRef
;
455
typedef llvm::df_iterator<
NodeRef
> nodes_iterator;
457
static
NodeRef
getEntryNode(
NodeRef
N) { return N; }
459
static ChildIteratorType child_begin(
NodeRef
N) { return N->succ_begin(); }
461
static ChildIteratorType child_end(
NodeRef
N) { return N->succ_end(); }
463
static nodes_iterator nodes_begin(
NodeRef
N) { return df_begin(N); }
465
static nodes_iterator nodes_end(
NodeRef
N) { return df_end(N); }
469
typedef const clang::ento::ExplodedNode *
NodeRef
;
471
typedef llvm::df_iterator<
NodeRef
> nodes_iterator
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
LoopInfo.h
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h
453
typedef clang::ento::ExplodedNode *
NodeRef
;
455
typedef llvm::df_iterator<
NodeRef
> nodes_iterator;
457
static
NodeRef
getEntryNode(
NodeRef
N) { return N; }
459
static ChildIteratorType child_begin(
NodeRef
N) { return N->succ_begin(); }
461
static ChildIteratorType child_end(
NodeRef
N) { return N->succ_end(); }
463
static nodes_iterator nodes_begin(
NodeRef
N) { return df_begin(N); }
465
static nodes_iterator nodes_end(
NodeRef
N) { return df_end(N); }
469
typedef const clang::ento::ExplodedNode *
NodeRef
;
471
typedef llvm::df_iterator<
NodeRef
> nodes_iterator
[
all
...]
Completed in 1495 milliseconds
1
2
3
4
5
6
7