Home
last modified time | relevance | path

Searched refs:ReturnInt (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dattr-require-constant-initialization.cpp10 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 …
H A Dexpression-traits.cpp60 int ReturnInt();
68 ASSERT_RVALUE(ReturnInt()); in basic_lval_5()
H A Dwarn-float-conversion.cpp16 int ReturnInt(float f) { in ReturnInt() function
/llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/
H A Dmsan_basic.ll104 define i32 @ReturnInt() nounwind uwtable readnone sanitize_memory {
109 ; CHECK-LABEL: @ReturnInt
116 %call = tail call i32 @ReturnInt() nounwind