HomeSort by relevance Sort by last modified time
    Searched refs:getTypeInfo (Results 1 - 25 of 25) sorted by null

  /external/llvm/tools/opt/
opt.cpp 167 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out,
176 AU.addRequiredID(PassToPrint->getTypeInfo());
200 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out, &M);
207 AU.addRequiredID(PassToPrint->getTypeInfo());
231 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out,
239 AU.addRequiredID(PassToPrint->getTypeInfo());
264 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out,
272 AU.addRequiredID(PassToPrint->getTypeInfo());
298 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out,
306 AU.addRequiredID(PassToPrint->getTypeInfo());
    [all...]
  /external/llvm/lib/VMCore/
Pass.cpp 252 CFGOnlyList.push_back(P->getTypeInfo());
275 if (PI) Preserved.push_back(PI->getTypeInfo());
PassRegistry.cpp 108 Impl->PassInfoMap.insert(std::make_pair(PI.getTypeInfo(),&PI)).second;
125 Impl->PassInfoMap.find(PI.getTypeInfo());
PassManager.cpp 695 if ((*II)->getTypeInfo() == AID)
800 AvailableAnalysis[II[i]->getTypeInfo()] = P;
938 AvailableAnalysis.find(II[i]->getTypeInfo());
    [all...]
  /external/llvm/include/llvm/
PassSupport.h 79 /// getTypeInfo - Return the id object for the pass...
81 const void *getTypeInfo() const { return PassID; }
242 &Interface::ID, RPB.getTypeInfo(),
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 279 TypeInfo typeInfo = NewXmlFileCreationPage.getTypeInfo(folderType);
294 TypeInfo type = NewXmlFileCreationPage.getTypeInfo(folderType);
NewXmlFileCreationPage.java     [all...]
  /libcore/luni/src/main/java/java/sql/
DatabaseMetaData.java     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 733 std::pair<uint64_t, unsigned> Info = getTypeInfo(T);
750 ASTContext::getTypeInfo(const Type *T) const {
778 std::pair<uint64_t, unsigned> EltInfo = getTypeInfo(CAT->getElementType());
787 std::pair<uint64_t, unsigned> EltInfo = getTypeInfo(VT->getElementType());
    [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 607 llvm::tie(sizeInBits, alignInBits) = CGM.getContext().getTypeInfo(type);
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 1140 public ResultSet getTypeInfo() throws SQLException {
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java 843 ResultSet info = meta.getTypeInfo();
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 2404 milliseconds