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 | 371 IList<TidSlot, &TidSlot::node> slot_queue SANITIZER_GUARDED_BY(slot_mtx); 372 IList<TraceHeader, &TraceHeader::global, TracePart> trace_part_recycle
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 331 InitListExpr *IList, QualType &T, 335 InitListExpr *IList, QualType &DeclType, 342 InitListExpr *IList, QualType ElemType, 348 InitListExpr *IList, QualType DeclType, 353 InitListExpr *IList, QualType DeclType, 358 InitListExpr *IList, QualType DeclType, 363 InitListExpr *IList, QualType DeclType, unsigned &Index, 367 InitListExpr *IList, QualType DeclType, 375 InitListExpr *IList, QualType &DeclType, 381 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 | 81 InstructionListType &IList) const;
|