Home
last modified time | relevance | path

Searched refs:ATTRIBUTE_NOINLINE (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/util/
Du_debug_stack_test.cpp30 static void ATTRIBUTE_NOINLINE
40 static void ATTRIBUTE_NOINLINE
52 static void ATTRIBUTE_NOINLINE
Dmacros.h323 #define ATTRIBUTE_NOINLINE __attribute__((noinline)) macro
325 #define ATTRIBUTE_NOINLINE __declspec(noinline) macro
327 #define ATTRIBUTE_NOINLINE macro
/third_party/gettext/gettext-runtime/intl/
Dattribute.h174 #define ATTRIBUTE_NOINLINE _GL_ATTRIBUTE_NOINLINE macro
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst2896 - u_debug_stack_test: Fix MSVC compiling by using ATTRIBUTE_NOINLINE
2897 - util/macros: Add ATTRIBUTE_NOINLINE definition for MSVC
2904 - mesa: Move ATTRIBUTE_NOINLINE for glsl_to_tgsi_visitor::visit_expression for MSVC
D20.2.0.rst2681 - u_debug_stack_test: Fix MSVC compiling by using ATTRIBUTE_NOINLINE
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp294 void ATTRIBUTE_NOINLINE visit_expression(ir_expression *, st_src_reg *);