Searched defs:AID (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/IR/
H A DPass.cpp48 bool Pass::mustPreserveAnalysisID(char &AID) const {
49 return Resolver->getAnalysisIfAvailable(&AID, true) != nullptr;
62 AnalysisID AID = getPassID(); local
63 const PassInfo *PI = PassRegistry::getPassRegistry()->getPassInfo(AID);
90 void *Pass::getAdjustedAnalysisPointer(AnalysisID AID) { argument
H A DLegacyPassManager.cpp699 /// Find the pass that implements Analysis AID. Search immutable
702 Pass *PMTopLevelManager::findAnalysisPass(AnalysisID AID) { argument
707 if (Pass *P = (*I)->findAnalysisPass(AID, false))
714 if (Pass *P = (*I)->findAnalysisPass(AID, false))
722 if (PI == AID)
733 if ((*II)->getTypeInfo() == AID)
874 AnalysisID AID = *I; local
875 if (Pass *AP = findAnalysisPass(AID, true)) {
1110 /// Find the pass that implements Analysis AID. If desired pass is not found
1112 Pass *PMDataManager::findAnalysisPass(AnalysisID AID, boo argument
[all...]
/external/clang/lib/AST/
H A DDeclPrinter.cpp1068 void DeclPrinter::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *AID) { argument
1069 Out << "@compatibility_alias " << *AID
1070 << ' ' << *AID->getClassInterface() << ";\n";
/external/libpcap/
H A Dtokdefs.h100 AID = 318, enumerator in enum:yytokentype
221 #define AID 318 macro
H A Dgrammar.c407 AID = 318, enumerator in enum:yytokentype
528 #define AID 318 macro
1035 "HID6", "AID", "LSH", "RSH", "LEN", "IPV6", "ICMPV6", "AH", "ESP",

Completed in 511 milliseconds