Home
last modified time | relevance | path

Searched refs:none1 (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/llvm/test/Transforms/FunctionImport/
Dhotness_based_import.ll16 ; HOT-DEFAULT-DAG: define available_externally void @none1()
30 ; HOT-EVOLUTION-DAG: define available_externally void @none1()
42 ; HOT-ONE-DAG: define available_externally void @none1()
53 ; HOT-COLD-ONE-DAG: define available_externally void @none1()
63 ; HOT-ZERO-DAG: define available_externally void @none1()
89 call void @none1()
96 call void @none1()
111 declare void @none1() #1
/external/llvm-project/llvm/test/Bitcode/
Dthinlto-function-summary-callgraph-sample-profile-summary.ll22 ; "none1"
34 ; op4=none1 op6=hot1 op8=cold1 op10=none2 op12=hot2 op14=cold2 op16=none3 op18=hot3 op20=cold3 op22…
76 call void @none1()
100 declare void @none1() #1
Dthinlto-function-summary-callgraph-profile-summary.ll41 ; "none1"
51 ; op4=hot1 op6=cold op8=hot2 op10=hot4 op12=none1 op14=hot3 op16=none2 op18=none3 op20=123
95 call void @none1()
102 call void @none1()
117 declare void @none1() #1
156 ; DIS: ^10 = gv: (name: "none1") ; guid = 17712061229457633252
/external/clang/test/SemaObjC/
Dproperty-in-class-extension-1.m16 @property (readonly) NSString* none1; property
40 @property (readwrite, retain) NSString* none1; property
/external/llvm-project/clang/test/SemaObjC/
Dproperty-in-class-extension-1.m16 @property (readonly) NSString* none1; property
40 @property (readwrite, retain) NSString* none1; property
/external/llvm-project/llvm/test/Bitcode/Inputs/
Dthinlto-function-summary-callgraph-profile-summary.ll18 define void @none1() #1 {
Dthinlto-function-summary-callgraph-sample-profile-summary.ll23 define void @none1() #1 {
/external/llvm-project/llvm/test/Transforms/FunctionImport/Inputs/
Dhotness_based_import.ll29 define void @none1() #1 {
/external/python/pybind11/tests/
Dtest_methods_and_attributes.cpp113 int none1(const NoneTester &obj) { return obj.answer; } in none1() function
330 m.def("no_none1", &none1, py::arg{}.none(false)); in TEST_SUBMODULE()
335 m.def("ok_none1", &none1); in TEST_SUBMODULE()
/external/tensorflow/tensorflow/python/eager/
Dfunction_gradients_test.py864 none1, r1, none2, r2 = bar(x)
870 self.assertIs(none1, None)