Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Dcvcompiler.c895 char *ToAdd) in CvAddToCommentList()
929 char *ToAdd) in CvAppendInlineComment()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DStratifiedSets.h357 bool addAbove(const T &Main, const T &ToAdd) { in addAbove()
370 bool addBelow(const T &Main, const T &ToAdd) { in addBelow()
380 bool addWith(const T &Main, const T &ToAdd) { in addWith()
398 bool addAtMerging(const T &ToAdd, StratifiedIndex Index) { in addAtMerging()
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1016 Relocation ToAdd; in initRelocations() local