Home
last modified time | relevance | path

Searched defs:REQ (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/test/Parser/
Denhanced-proto-1.m10 - (void) REQ; method
/external/clang/test/Parser/
Denhanced-proto-1.m10 - (void) REQ; method
/external/clang/test/SemaObjC/
Denhanced-proto-2.m10 - (void) REQ; method
/external/llvm-project/clang/test/SemaObjC/
Denhanced-proto-2.m10 - (void) REQ; method
/external/python/cpython2/Include/
Dnode.h34 #define REQ(n, type) assert(TYPE(n) == (type)) macro
/external/python/cpython3/Include/
Dnode.h39 #define REQ(n, type) assert(TYPE(n) == (type)) macro