Searched refs:ReturnInt (Results 1 – 8 of 8) sorted by relevance
10 int ReturnInt(); // expected-note 0+ {{declared here}}76 const int glvalue_int2 = ReturnInt();96 ATTR const int &temp_ref2 = ReturnInt(); // expected-error {{variable does not have a constant init…157 …ATTR static PODType pot2 = {ReturnInt()}; // expected-error {{variable does not have a constant in… in test_basic_start_static_2_2()171 …ATTR static LitType static_lit3 = ReturnInt(); // expected-error {{variable does not have a consta… in test_basic_start_static_2_2()265 ATTR PODType pod_non_constexpr_init = {1, ReturnInt()}; // expected-error {{variable does not have …
60 int ReturnInt();68 ASSERT_RVALUE(ReturnInt()); in basic_lval_5()
16 int ReturnInt(float f) { in ReturnInt() function
95 define i32 @ReturnInt() nounwind uwtable readnone sanitize_memory {100 ; CHECK-LABEL: @ReturnInt107 %call = tail call i32 @ReturnInt() nounwind
103 define i32 @ReturnInt() nounwind uwtable readnone sanitize_memory {108 ; CHECK-LABEL: @ReturnInt115 %call = tail call i32 @ReturnInt() nounwind
155 MOCK_METHOD2(ReturnInt, int(int x, int y));