Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dsre_lib.h404 #define RETURN_FAILURE do { ret = 0; goto exit; } while(0) macro
/third_party/skia/src/core/
DSkRuntimeEffect.cpp215 #define RETURN_FAILURE(...) return Result{nullptr, SkStringPrintf(__VA_ARGS__)} macro
/third_party/node/deps/v8/src/execution/
Disolate.h368 #define RETURN_FAILURE(isolate, should_throw, call) \ macro