Searched refs:AID (Results 1 - 10 of 10) 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/libpcap/
H A Dtokdefs.h82 AID = 308, enumerator in enum:yytokentype
186 #define AID 308 macro
H A Dgrammar.y178 %token ID EID HID HID6 AID
197 %type <e> AID
270 | AID {
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",
H A Dscanner.l309 return AID; }
H A Dscanner.c3266 return AID; }
/external/llvm/include/llvm/
H A DPassManagers.h193 /// Find the pass that implements Analysis AID. Search immutable
196 Pass *findAnalysisPass(AnalysisID AID);
327 /// Find the pass that implements Analysis AID. If desired pass is not found
329 Pass *findAnalysisPass(AnalysisID AID, bool Direction);
H A DPass.h199 bool mustPreserveAnalysisID(char &AID) const;
/external/clang/lib/AST/
H A DDeclPrinter.cpp963 void DeclPrinter::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *AID) { argument
964 Out << "@compatibility_alias " << *AID
965 << ' ' << *AID->getClassInterface() << ";\n";

Completed in 190 milliseconds