Home
last modified time | relevance | path

Searched refs:PF1 (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dcommon_type.pass.cpp211 using PF1 = bool (&)(); typedef
230 static_assert(is_same<typename result_of<PF1()>::type, bool>::value, "Error!");
Dresult_of.pass.cpp113 typedef bool* (*PF1)(int); in main() typedef
128 test_result_of<PF1(int), bool*>(); in main()
/external/llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dresult_of.pass.cpp112 typedef bool* (*PF1)(int); in main() typedef
127 test_result_of<PF1(int), bool*>(); in main()
Dcommon_type.pass.cpp268 typedef bool (&PF1)(); typedef
287 static_assert((is_same<result_of<PF1()>::type, bool>::value), "Error!");
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-make-unique.cpp340 std::unique_ptr<F> PF1 = std::unique_ptr<F>(new F()); in initialization() local
343 PF1.reset(new F()); in initialization()
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
Dvt320.java211 PF1 = "\u001bOP"; in vt320()
254 FunctionKey[1] = PF1; in vt320()
823 private String PF1, PF2, PF3, PF4; field in vt320
1051 writeSpecial(PF1); in keyPressed()