Home
last modified time | relevance | path

Searched refs:none2 (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/test/Transforms/FunctionImport/
Dhotness_based_import.ll19 ; HOT-DEFAULT-NOT: define available_externally void @none2()
33 ; HOT-EVOLUTION-NOT: define available_externally void @none2()
46 ; HOT-ONE-NOT: define available_externally void @none2()
56 ; HOT-COLD-ONE-NOT: define available_externally void @none2()
64 ; HOT-ZERO-DAG: define available_externally void @none2()
97 call void @none2()
112 declare void @none2() #1
/external/llvm-project/llvm/test/Bitcode/
Dthinlto-function-summary-callgraph-sample-profile-summary.ll24 ; "none2"
34 ; op4=none1 op6=hot1 op8=cold1 op10=none2 op12=hot2 op14=cold2 op16=none3 op18=hot3 op20=cold3 op22…
81 call void @none2()
101 declare void @none2() #1
Dthinlto-function-summary-callgraph-profile-summary.ll43 ; "none2"
51 ; op4=hot1 op6=cold op8=hot2 op10=hot4 op12=none1 op14=hot3 op16=none2 op18=none3 op20=123
103 call void @none2()
118 declare void @none2() #1
148 ; DIS: ^2 = gv: (name: "none2") ; guid = 3741006263754194003
/external/python/pybind11/tests/
Dtest_methods_and_attributes.cpp114 int none2(NoneTester *obj) { return obj ? obj->answer : -1; } in none2() function
331 m.def("no_none2", &none2, py::arg{}.none(false)); in TEST_SUBMODULE()
336 m.def("ok_none2", &none2, py::arg{}.none(true)); in TEST_SUBMODULE()
341 m.def("no_none_kwarg", &none2, "a"_a.none(false)); in TEST_SUBMODULE()
342 m.def("no_none_kwarg_kw_only", &none2, py::kw_only(), "a"_a.none(false)); in TEST_SUBMODULE()
/external/llvm-project/llvm/test/Bitcode/Inputs/
Dthinlto-function-summary-callgraph-profile-summary.ll21 define void @none2() #1 {
Dthinlto-function-summary-callgraph-sample-profile-summary.ll26 define void @none2() #1 {
/external/llvm-project/llvm/test/Transforms/FunctionImport/Inputs/
Dhotness_based_import.ll33 define void @none2() #1 {
/external/tensorflow/tensorflow/python/eager/
Dfunction_gradients_test.py864 none1, r1, none2, r2 = bar(x)
871 self.assertIs(none2, None)