Home
last modified time | relevance | path

Searched refs:APC (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1127 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst() local
1129 StaticAllocaPoisonCallVec.push_back(APC); in visitIntrinsicInst()
1131 DynamicAllocaPoisonCallVec.push_back(APC); in visitIntrinsicInst()
3135 for (const auto &APC : DynamicAllocaPoisonCallVec) { in processDynamicAllocas() local
3136 assert(APC.InsBefore); in processDynamicAllocas()
3137 assert(APC.AI); in processDynamicAllocas()
3138 assert(ASan.isInterestingAlloca(*APC.AI)); in processDynamicAllocas()
3139 assert(!APC.AI->isStaticAlloca()); in processDynamicAllocas()
3141 IRBuilder<> IRB(APC.InsBefore); in processDynamicAllocas()
3142 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in processDynamicAllocas()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMConstantPoolValue.h86 if (Derived *APC = dyn_cast<Derived>(CPV)) in getExistingMachineCPValueImpl() local
87 if (cast<Derived>(this)->equals(APC)) in getExistingMachineCPValueImpl()
/freebsd-12-stable/sys/dev/usb/quirk/
Dusb_quirk.c113 USB_QUIRK(APC, UPS, 0x0000, 0xffff, UQ_HID_IGNORE),
114 USB_QUIRK(APC, UPS1000, 0x0000, 0xffff, UQ_HID_IGNORE),
/freebsd-12-stable/sys/dev/usb/
Dusbdevs218 vendor APC 0x051d American Power Conversion
1098 product APC UPS 0x0002 Uninterruptible Power Supply
1101 product APC UPS1000 0x0003 Uninterruptible Power Supply
/freebsd-12-stable/contrib/ncurses/misc/
Dterminfo.src20869 # APC Applicatn Program Command \E _ - Delim -
/freebsd-12-stable/contrib/ntp/
DCommitLog20926 - use APC queue for deferred error processing