Home
last modified time | relevance | path

Searched refs:UPB_ASSUME (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.h137 /* UPB_ASSUME(): in release mode, we tell the compiler to assume this is true.
141 #define UPB_ASSUME(expr) if (!(expr)) __builtin_unreachable() macro
143 #define UPB_ASSUME(expr) if (!(expr)) __assume(0) macro
145 #define UPB_ASSUME(expr) do {} if (false && (expr)) macro
148 #define UPB_ASSUME(expr) assert(expr) macro
3873 #undef UPB_ASSUME macro
H A Dphp-upb.c138 /* UPB_ASSUME(): in release mode, we tell the compiler to assume this is true.
142 #define UPB_ASSUME(expr) if (!(expr)) __builtin_unreachable() macro
144 #define UPB_ASSUME(expr) if (!(expr)) __assume(0) macro
146 #define UPB_ASSUME(expr) do {} if (false && (expr)) macro
149 #define UPB_ASSUME(expr) assert(expr) macro
8127 #undef UPB_ASSUME macro
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c132 /* UPB_ASSUME(): in release mode, we tell the compiler to assume this is true.
136 #define UPB_ASSUME(expr) if (!(expr)) __builtin_unreachable() macro
138 #define UPB_ASSUME(expr) do {} if (false && (expr)) macro
141 #define UPB_ASSUME(expr) assert(expr) macro
6927 UPB_ASSUME(ok); in upb_pbcodecache_get()
6931 UPB_ASSUME(ok); in upb_pbcodecache_get()
9351 UPB_ASSUME(ok); in getsel_for_handlertype()
9376 UPB_ASSUME(ok); in set_name_table()
10981 UPB_ASSUME(ok); in end_member()
13809 #undef UPB_ASSUME macro
[all...]
H A Dupb.h131 /* UPB_ASSUME(): in release mode, we tell the compiler to assume this is true.
135 #define UPB_ASSUME(expr) if (!(expr)) __builtin_unreachable() macro
137 #define UPB_ASSUME(expr) do {} if (false && (expr)) macro
140 #define UPB_ASSUME(expr) assert(expr) macro
6769 #undef UPB_ASSUME macro

Completed in 59 milliseconds