Home
last modified time | relevance | path

Searched defs:CALLABLE_WHEN (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/test/SemaCXX/
Dwarn-consumed-parsing.cpp3 #define CALLABLE_WHEN(...) __attribute__ ((callable_when(__VA_ARGS__))) macro
27 int var2 CALLABLE_WHEN("consumed"); // expected-warning {{'callable_when' attribute only applies to… variable
Dwarn-consumed-analysis.cpp5 #define CALLABLE_WHEN(...) __attribute__ ((callable_when(__VA_ARGS__))) macro
/external/clang/test/SemaCXX/
Dwarn-consumed-parsing.cpp3 #define CALLABLE_WHEN(...) __attribute__ ((callable_when(__VA_ARGS__))) macro
27 int var2 CALLABLE_WHEN("consumed"); // expected-warning {{'callable_when' attribute only applies to… variable
Dwarn-consumed-analysis.cpp5 #define CALLABLE_WHEN(...) __attribute__ ((callable_when(__VA_ARGS__))) macro