/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | AbstractCallSite.h | 230 AbstractCallSite ACS(U); in forEachCallbackCallSite() 231 assert(ACS && ACS.isCallbackCall() && "must be a callback call"); in forEachCallbackCallSite() 232 Func(ACS); in forEachCallbackCallSite() 239 forEachCallbackCallSite(CB, [&Func](AbstractCallSite &ACS) { in forEachCallbackFunction() 240 if (Function *Callback = ACS.getCalledFunction()) in forEachCallbackFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 221 AbstractCallSite ACS(U); in getAssociatedArgument() local 222 assert(ACS && ACS.isCallbackCall()); in getAssociatedArgument() 223 if (!ACS.getCalledFunction()) in getAssociatedArgument() 226 for (unsigned u = 0, e = ACS.getNumArgOperands(); u < e; u++) { in getAssociatedArgument() 230 if (ACS.getCallArgOperandNo(u) != ArgNo) in getAssociatedArgument() 233 assert(ACS.getCalledFunction()->arg_size() > u && in getAssociatedArgument() 239 CBCandidateArg = ACS.getCalledFunction()->getArg(u); in getAssociatedArgument() 817 AbstractCallSite ACS(&U); in checkForAllCallSites() local 818 if (!ACS) { in checkForAllCallSites() 829 ACS.isCallbackCall() ? &ACS.getCalleeUseForCallback() : &U; in checkForAllCallSites() [all …]
|
H A D | AttributorAttributes.cpp | 506 auto CallSiteCheck = [&](AbstractCallSite ACS) { in clampCallSiteArgumentStates() argument 507 const IRPosition &ACSArgPos = IRPosition::callsite_argument(ACS, ArgNo); in clampCallSiteArgumentStates() 515 LLVM_DEBUG(dbgs() << "[Attributor] ACS: " << *ACS.getInstruction() in clampCallSiteArgumentStates() 1851 auto CallSitePred = [&](AbstractCallSite ACS) { in updateImpl() argument 1853 *this, IRPosition::function(*ACS.getInstruction()->getFunction()), in updateImpl() 2516 [](AbstractCallSite ACS) { return !ACS.isCallbackCall(); }, *this, in updateImpl() argument 3057 auto PredForCallSite = [&](AbstractCallSite ACS) { in updateImpl() argument 3058 if (ACS.isCallbackCall() || !ACS.getInstruction()) in updateImpl() 3060 return areAllUsesAssumedDead(A, *ACS.getInstruction()); in updateImpl() 4708 auto PredForCallSite = [&](AbstractCallSite ACS) { in updateImpl() argument [all …]
|
H A D | OpenMPOpt.cpp | 2338 auto PredForCallSite = [&](AbstractCallSite ACS) { in updateImpl() argument 2340 *this, IRPosition::function(*ACS.getInstruction()->getFunction()), in updateImpl() 2342 return ExecutionDomainAA.isSingleThreadExecution(*ACS.getInstruction()); in updateImpl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | WhitespaceManager.cpp | 405 const FormatStyle::AlignConsecutiveStyle &ACS = FormatStyle::ACS_None) { in AlignTokens() argument 460 (ACS != FormatStyle::ACS_AcrossEmptyLines) && in AlignTokens() 461 (ACS != FormatStyle::ACS_AcrossEmptyLinesAndComments); in AlignTokens() 468 ((ACS == FormatStyle::ACS_AcrossComments) || in AlignTokens() 469 (ACS == FormatStyle::ACS_AcrossEmptyLinesAndComments))); in AlignTokens() 490 unsigned StoppedAt = AlignTokens(Style, Matches, Changes, i, ACS); in AlignTokens()
|
/netbsd-src/external/gpl2/groff/dist/contrib/mm/examples/ |
H A D | References | 253 ACS 661 ACS
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 303 static const IRPosition callsite_argument(AbstractCallSite ACS, in callsite_argument() 305 if (ACS.getNumArgOperands() <= ArgNo) in callsite_argument() 307 int CSArgNo = ACS.getCallArgOperandNo(ArgNo); in callsite_argument() 310 cast<CallBase>(*ACS.getInstruction()), CSArgNo); in callsite_argument()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Function.cpp | 1668 AbstractCallSite ACS(&U); in hasAddressTaken() local 1669 if (ACS && ACS.isCallbackCall()) in hasAddressTaken()
|
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/ |
H A D | eap_testing.txt | 38 Cisco ACS ----------------------------------------------------------.
|
/netbsd-src/external/public-domain/tz/dist/ |
H A D | backzone | 33 # San Diego: ACS Publications, Inc. (2003).
|
H A D | africa | 15 # San Diego: ACS Publications, Inc. (2003).
|
H A D | northamerica | 62 # San Diego: ACS Publications, Inc. (1991). 1225 # San Diego: ACS Publications, Inc. (2003).
|
H A D | southamerica | 15 # San Diego: ACS Publications, Inc. (2003).
|
H A D | australasia | 1010 # San Diego: ACS Publications, Inc. (2003).
|
H A D | europe | 15 # San Diego: ACS Publications, Inc. (2003).
|
H A D | asia | 15 # San Diego: ACS Publications, Inc. (2003).
|
/netbsd-src/share/misc/ |
H A D | acronyms.comp | 22 ACS access control set
|
H A D | airport | 71 ACS:Anacortes, WA, USA
|
/netbsd-src/share/terminfo/ |
H A D | terminfo | 441 # work; uses \E[12m instead, which is pretty bulletproof but loses you the ACS 2675 # ACS support working, at the cost of making multiple-highlight changes 7042 # from BSD termcap. (hpterm: added empty <acsc>, we have no idea what ACS 8584 # + Some of the program is cut/paste from rxvt-unicode, e.g., the ACS table. 13671 # ACS capabilities from Philippe De Muyter <phdm@info.ucl.ac.be> 30 May 1996 25944 # * ACS correction in vt320-kll due to Phillippe De Muyter.
|