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
68
) sorted by relevancy
1
2
3
/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
();
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
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
/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
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
MachineDominators.h
255
static ChildIteratorType
child_end
(NodeRef N) { return N->end(); }
function in struct:llvm::MachineDomTreeGraphTraitsBase
/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
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) {
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
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
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
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
/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
Completed in 44 milliseconds
1
2
3
Indexes created Tue Jun 23 00:25:03 UTC 2026