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

  /external/libcxx/test/utilities/meta/meta.trans/meta.trans.other/
result_of.pass.cpp 29 typedef char S::*PMD;
57 test_result_of_imp<PMD(S), char&&> ();
59 test_result_of_imp<PMD(const S*), const char&> ();
84 static_assert((std::is_same<std::result_of<PMD(S)>::type, char&&>::value), "Error!");
86 static_assert((std::is_same<std::result_of<PMD(const S*)>::type, const char&>::value), "Error!");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/
result_of.pass.cpp 29 typedef char S::*PMD;
57 test_result_of_imp<PMD(S), char&&> ();
59 test_result_of_imp<PMD(const S*), const char&> ();
84 static_assert((std::is_same<std::result_of<PMD(S)>::type, char&&>::value), "Error!");
86 static_assert((std::is_same<std::result_of<PMD(const S*)>::type, const char&>::value), "Error!");
  /external/llvm/lib/Analysis/
RegionPass.cpp 253 PMDataManager *PMD = PMS.top();
260 PMTopLevelManager *TPM = PMD->getTopLevelManager();
LoopPass.cpp 355 PMDataManager *PMD = PMS.top();
362 PMTopLevelManager *TPM = PMD->getTopLevelManager();
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 553 PMDataManager *PMD = PMS.top();
559 PMTopLevelManager *TPM = PMD->getTopLevelManager();
  /external/llvm/lib/IR/
LegacyPassManager.cpp     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 244 milliseconds