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

/external/llvm/lib/VMCore/
H A DPass.cpp45 bool Pass::mustPreserveAnalysisID(char &AID) const {
46 return Resolver->getAnalysisIfAvailable(&AID, true) != 0;
59 AnalysisID AID = getPassID(); local
60 const PassInfo *PI = PassRegistry::getPassRegistry()->getPassInfo(AID);
87 void *Pass::getAdjustedAnalysisPointer(AnalysisID AID) { argument
H A DPassManager.cpp667 /// Find the pass that implements Analysis AID. Search immutable
670 Pass *PMTopLevelManager::findAnalysisPass(AnalysisID AID) { argument
675 if (Pass *P = (*I)->findAnalysisPass(AID, false))
682 if (Pass *P = (*I)->findAnalysisPass(AID, false))
690 if (PI == AID)
701 if ((*II)->getTypeInfo() == AID)
842 AnalysisID AID = *I; local
843 if (Pass *AP = findAnalysisPass(AID, true)) {
1078 /// Find the pass that implements Analysis AID. If desired pass is not found
1080 Pass *PMDataManager::findAnalysisPass(AnalysisID AID, boo argument
[all...]
/external/clang/lib/AST/
H A DDeclPrinter.cpp963 void DeclPrinter::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *AID) { argument
964 Out << "@compatibility_alias " << *AID
965 << ' ' << *AID->getClassInterface() << ";\n";
/external/libpcap/
H A Dtokdefs.h82 AID = 308, enumerator in enum:yytokentype
186 #define AID 308 macro
H A Dgrammar.c117 AID = 308, enumerator in enum:yytokentype
221 #define AID 308 macro
788 "LINK", "GEQ", "LEQ", "NEQ", "ID", "EID", "HID", "HID6", "AID", "LSH",

Completed in 610 milliseconds