Searched defs:RESULT (Results 1 – 8 of 8) sorted by relevance
34 RESULT := $(call check_header,sys/xattr.h) macro
14 RESULT(false, true); enumConstant
108 RESULT = object() variable
528 private static final String RESULT = "RESULT"; field in OverrideModuleTest
1099 #define RESULT(t, op) std::unique_ptr<Expression>(new t ## Literal(fContext, left.fPosition, \ in constantFold() macro
540 #define _endthreadex_compat( RESULT ) ExitThread( (DWORD) RESULT ) argument
116 #define SIGNED_ADD_OVERFLOWED(RESULT, I, J) \ argument
60 #define CHECK_PTP_RC(RESULT) do { uint16_t r = (RESULT); if (r != PTP_RC_OK) return r; } while(0) argument