Home
last modified time | relevance | path

Searched defs:NextChild (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dswapcontext_annotation.cpp57 void NextChild() { in NextChild() function
/llvm-project/llvm/include/llvm/ADT/
H A DSCCIterator.h58 ChildItTy NextChild; ///< The next child, modified inplace during DFS. member
/llvm-project/llvm/include/llvm/Object/
H A DArchive.h279 auto NextChild = C.getNext(); in inc() local