Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dsre_lib.h404 #define RETURN_FAILURE do { ret = 0; goto exit; } while(0) macro
/external/skia/src/core/
DSkRuntimeEffect.cpp59 #define RETURN_FAILURE(...) return std::make_pair(nullptr, SkStringPrintf(__VA_ARGS__)) in Make() macro
/external/v8/src/execution/
Disolate.h334 #define RETURN_FAILURE(isolate, should_throw, call) \ macro
/external/python/cpython2/Modules/
D_sre.c673 #define RETURN_FAILURE do { ret = 0; goto exit; } while(0) macro