Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCXX/
Dattr-require-constant-initialization.cpp10 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 …
Dexpression-traits.cpp60 int ReturnInt();
68 ASSERT_RVALUE(ReturnInt()); in basic_lval_5()
Dwarn-float-conversion.cpp16 int ReturnInt(float f) { in ReturnInt() function
/external/clang/test/SemaCXX/
Dwarn-float-conversion.cpp16 int ReturnInt(float f) { in ReturnInt() function
Dexpression-traits.cpp60 int ReturnInt();
68 ASSERT_RVALUE(ReturnInt()); in basic_lval_5()
/external/llvm/test/Instrumentation/MemorySanitizer/
Dmsan_basic.ll95 define i32 @ReturnInt() nounwind uwtable readnone sanitize_memory {
100 ; CHECK-LABEL: @ReturnInt
107 %call = tail call i32 @ReturnInt() nounwind
/external/llvm-project/llvm/test/Instrumentation/MemorySanitizer/
Dmsan_basic.ll103 define i32 @ReturnInt() nounwind uwtable readnone sanitize_memory {
108 ; CHECK-LABEL: @ReturnInt
115 %call = tail call i32 @ReturnInt() nounwind
/external/googletest/googlemock/test/
Dgmock-spec-builders_test.cc155 MOCK_METHOD2(ReturnInt, int(int x, int y));