Searched refs:AAP (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A Dtoon_1.f1 SUBROUTINE AAP(NOOT) subroutine
/openbsd-current/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DAllocationActions.h82 static size_t size(const AllocActionCallPair &AAP) { argument
83 return AL::size(AAP.Finalize, AAP.Dealloc);
87 const AllocActionCallPair &AAP) {
88 return AL::serialize(OB, AAP.Finalize, AAP.Dealloc);
92 AllocActionCallPair &AAP) {
93 return AL::deserialize(IB, AAP.Finalize, AAP.Dealloc);
86 serialize(SPSOutputBuffer &OB, const AllocActionCallPair &AAP) argument
91 deserialize(SPSInputBuffer &IB, AllocActionCallPair &AAP) argument
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp1727 AliasAnalysisType *AAP,
1757 ModRefInfo ModRef = AAP->getModRefInfo(I, std::nullopt);
1772 ModRefInfo ModRef = AAP->getModRefInfo(I, std::nullopt);
1726 createNewAccess(Instruction *I, AliasAnalysisType *AAP, const MemoryUseOrDef *Template) argument

Completed in 192 milliseconds