OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:child_end
(Results
1 - 25
of
34
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtGraphTraits.h
35
static ChildIteratorType
child_end
(NodeRef N) {
function in struct:llvm::GraphTraits
36
if (N) return N->
child_end
();
61
static ChildIteratorType
child_end
(NodeRef N) {
function in struct:llvm::GraphTraits
62
if (N) return N->
child_end
();
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
Interval.h
124
static ChildIteratorType
child_end
(NodeRef N) { return succ_end(N); }
function in struct:llvm::GraphTraits
133
static ChildIteratorType
child_end
(NodeRef N) { return pred_end(N); }
function in struct:llvm::GraphTraits
CallGraph.h
434
static ChildIteratorType
child_end
(NodeRef N) {
function in struct:GraphTraits
455
static ChildIteratorType
child_end
(NodeRef N) {
function in struct:GraphTraits
LoopIterator.h
84
static ChildIteratorType
child_end
(NodeRef Node) {
function in struct:llvm::LoopBodyTraits
DDG.h
514
static ChildIteratorType
child_end
(NodeRef N) {
function in struct:llvm::DDGEdge::GraphTraits
554
static ChildIteratorType
child_end
(NodeRef N) {
function in struct:llvm::DDGEdge::GraphTraits
LazyCallGraph.h
1263
static ChildIteratorType
child_end
(NodeRef N) { return (*N)->end(); }
function in struct:llvm::LazyCallGraph::GraphTraits
1271
static ChildIteratorType
child_end
(NodeRef N) { return (*N)->end(); }
function in struct:llvm::LazyCallGraph::GraphTraits
LoopInfo.h
245
auto PredEnd = GraphTraits<Inverse<BlockT *>>::
child_end
(Header);
1220
static ChildIteratorType
child_end
(NodeRef N) { return N->end(); }
function in struct:llvm::GraphTraits
1229
static ChildIteratorType
child_end
(NodeRef N) { return N->end(); }
function in struct:llvm::GraphTraits
MemorySSA.h
1155
static ChildIteratorType
child_end
(NodeRef N) { return N->defs_end(); }
function in struct:llvm::GraphTraits
1164
static ChildIteratorType
child_end
(NodeRef N) { return N->user_end(); }
function in struct:llvm::GraphTraits
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineLoopInfo.h
188
static ChildIteratorType
child_end
(NodeRef N) { return N->end(); }
function in struct:llvm::GraphTraits
197
static ChildIteratorType
child_end
(NodeRef N) { return N->end(); }
function in struct:llvm::GraphTraits
MachineDominators.h
255
static ChildIteratorType
child_end
(NodeRef N) { return N->end(); }
function in struct:llvm::MachineDomTreeGraphTraitsBase
ScheduleDAG.h
675
static ChildIteratorType
child_end
(NodeRef N) {
function in struct:llvm::SUnit::GraphTraits
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
ProfiledCallGraph.h
136
static ChildIteratorType
child_end
(NodeRef N) { return N->Callees.end(); }
function in struct:llvm::GraphTraits
/src/external/apache2/llvm/dist/clang/lib/AST/
Comment.cpp
72
ASSERT_IMPLEMENTS_child_begin(&CLASS::
child_end
);
96
Comment::child_iterator Comment::
child_end
() const {
function in class:clang::comments::Comment
102
return static_cast<const CLASS *>(this)->
child_end
();
120
for (child_iterator I = child_begin(), E =
child_end
(); I != E; ++I) {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Dominators.h
219
static ChildIteratorType
child_end
(NodeRef N) { return N->end(); }
function in struct:llvm::DomTreeGraphTraitsBase
CFG.h
307
static ChildIteratorType
child_end
(NodeRef N) { return succ_end(N); }
function in struct:llvm::GraphTraits
317
static ChildIteratorType
child_end
(NodeRef N) { return succ_end(N); }
function in struct:llvm::GraphTraits
331
static ChildIteratorType
child_end
(NodeRef N) { return pred_end(N); }
function in struct:llvm::GraphTraits
340
static ChildIteratorType
child_end
(NodeRef N) { return pred_end(N); }
function in struct:llvm::GraphTraits
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp
103
static ChildIteratorType
child_end
(const NodeRef N) { return N->succ_end(); }
function in struct:llvm::GraphTraits
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
Dominators.h
286
static ChildIteratorType
child_end
(NodeRef N) { return N->end(); }
function in struct:llvm::GraphTraits
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CallGraph.h
250
static ChildIteratorType
child_end
(NodeType *N) { return N->end(); }
function in struct:llvm::GraphTraits
260
static ChildIteratorType
child_end
(NodeType *N) { return N->end(); }
function in struct:llvm::GraphTraits
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ModuleManager.cpp
500
static ChildIteratorType
child_end
(NodeRef Node) {
function in struct:llvm::GraphTraits
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
BlockFrequencyInfo.cpp
114
static ChildIteratorType
child_end
(const NodeRef N) { return succ_end(N); }
function in struct:llvm::GraphTraits
BlockFrequencyInfoImpl.cpp
690
static ChildIteratorType
child_end
(NodeRef N) { return N->succ_end(); }
function in struct:llvm::GraphTraits
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp
439
static ChildIteratorType
child_end
(NodeRef N) { return N->Uses.end(); }
function in struct:llvm::GraphTraits
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h
530
static ChildIteratorType
child_end
(NodeRef N) {
function in struct:llvm::GraphTraits
532
return
child_end
(N->getFirstSucc());
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
ImmutableGraph.h
418
static ChildIteratorType
child_end
(NodeRef N) {
function
/src/external/apache2/llvm/dist/llvm/lib/Object/
Archive.cpp
565
child_iterator E =
child_end
();
774
return
child_end
();
783
return
child_end
();
787
Archive::child_iterator Archive::
child_end
() const {
function in class:Archive
Completed in 55 milliseconds
1
2
Indexes created Thu Jun 11 00:25:07 UTC 2026