Searched refs:AID (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/IR/
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.cpp687 /// Find the pass that implements Analysis AID. Search immutable
690 Pass *PMTopLevelManager::findAnalysisPass(AnalysisID AID) { argument
695 if (Pass *P = (*I)->findAnalysisPass(AID, false))
702 if (Pass *P = (*I)->findAnalysisPass(AID, false))
710 if (PI == AID)
721 if ((*II)->getTypeInfo() == AID)
862 AnalysisID AID = *I; local
863 if (Pass *AP = findAnalysisPass(AID, true)) {
1098 /// Find the pass that implements Analysis AID. If desired pass is not found
1100 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.h210 bool mustPreserveAnalysisID(char &AID) const;
/external/clang/lib/AST/
H A DDeclPrinter.cpp1067 void DeclPrinter::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *AID) { argument
1068 Out << "@compatibility_alias " << *AID
1069 << ' ' << *AID->getClassInterface() << ";\n";

Completed in 198 milliseconds