Searched refs:IList (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_ilist.h | 28 friend class IList; variable 42 class IList { 44 IList(); 72 IList(const IList&) = delete; 73 void operator=(const IList&) = delete; 77 IList<Base, Node, Elem>::IList() { in IList() function 82 void IList<Base, Node, Elem>::PushFront(Elem* e) { in PushFront() 87 void IList<Base, Node, Elem>::PushBack(Elem* e) { in PushBack() 92 void IList<Base, Node, Elem>::Push(Elem* e, INode* after) { in Push() 105 void IList<Base, Node, Elem>::Remove(Elem* e) { in Remove() [all …]
|
| H A D | tsan_trace.h | 191 IList<TraceHeader, &TraceHeader::trace_parts, TracePart> parts;
|
| H A D | tsan_rtl.h | 374 IList<TidSlot, &TidSlot::node> slot_queue SANITIZER_GUARDED_BY(slot_mtx); 375 IList<TraceHeader, &TraceHeader::global, TracePart> trace_part_recycle
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 375 InitListExpr *IList, QualType &T, 379 InitListExpr *IList, QualType &DeclType, 386 InitListExpr *IList, QualType ElemType, 392 InitListExpr *IList, QualType DeclType, 397 InitListExpr *IList, QualType DeclType, 402 InitListExpr *IList, QualType DeclType, 407 InitListExpr *IList, QualType DeclType, unsigned &Index, 411 InitListExpr *IList, QualType DeclType, 419 InitListExpr *IList, QualType &DeclType, 425 InitListExpr *IList, DesignatedInitExpr *DIE, [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DDG.cpp | 40 InstructionListType &IList) const { in collectInstructions() 41 assert(IList.empty() && "Expected the IList to be empty on entry."); in collectInstructions() 45 IList.push_back(I); in collectInstructions() 51 llvm::append_range(IList, TmpIList); in collectInstructions() 55 return !IList.empty(); in collectInstructions()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DDG.h | 82 InstructionListType &IList) const;
|