Searched refs:ReturnInt (Results 1 – 4 of 4) sorted by relevance
10 int ReturnInt(void); // 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
104 define i32 @ReturnInt() nounwind uwtable readnone sanitize_memory {109 ; CHECK-LABEL: @ReturnInt116 %call = tail call i32 @ReturnInt() nounwind