OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PMD
(Results
1 - 8
of
8
) sorted by null
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
result_of11.pass.cpp
39
typedef char F::*
PMD
;
40
test_result_of_imp<
PMD
(F &), char &>();
41
test_result_of_imp<
PMD
(F const &), char const &>();
42
test_result_of_imp<
PMD
(F volatile &), char volatile &>();
43
test_result_of_imp<
PMD
(F const volatile &), char const volatile &>();
45
test_result_of_imp<
PMD
(F &&), char &&>();
46
test_result_of_imp<
PMD
(F const &&), char const &&>();
47
test_result_of_imp<
PMD
(F volatile &&), char volatile &&>();
48
test_result_of_imp<
PMD
(F const volatile &&), char const volatile &&>();
50
test_result_of_imp<
PMD
(F ), char &&>()
[
all
...]
result_of.pass.cpp
241
typedef char S::*
PMD
;
242
test_result_of<
PMD
(S&), char &>();
243
test_result_of<
PMD
(S*), char &>();
244
test_result_of<
PMD
(S* const), char &>();
245
test_result_of<
PMD
(const S&), const char&> ();
246
test_result_of<
PMD
(const S*), const char&> ();
247
test_result_of<
PMD
(volatile S&), volatile char&> ();
248
test_result_of<
PMD
(volatile S*), volatile char&> ();
249
test_result_of<
PMD
(const volatile S&), const volatile char&> ();
250
test_result_of<
PMD
(const volatile S*), const volatile char&> ()
[
all
...]
/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/
LoopPass.cpp
313
PMDataManager *
PMD
= PMS.top();
320
PMTopLevelManager *TPM =
PMD
->getTopLevelManager();
RegionPass.cpp
257
PMDataManager *
PMD
= PMS.top();
264
PMTopLevelManager *TPM =
PMD
->getTopLevelManager();
CallGraphSCCPass.cpp
562
PMDataManager *
PMD
= PMS.top();
568
PMTopLevelManager *TPM =
PMD
->getTopLevelManager();
/external/llvm/lib/IR/
LegacyPassManager.cpp
[
all
...]
/prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar
Completed in 873 milliseconds