Home
last modified time | relevance | path

Searched refs:closure_type (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/Analysis/BasicAA/
D2007-01-13-BasePointerBadNoAlias.ll15 …%struct.closure_type = type { [2 x %struct.LIST], %struct.FIRST_UNION, %struct.SECOND_UNION, %stru…
23 define i32 @test(%struct.closure_type* %tmp18169) {
24 …%tmp18174 = getelementptr %struct.closure_type, %struct.closure_type* %tmp18169, i32 0, i32 4, i32…
/external/swiftshader/third_party/LLVM/test/Analysis/BasicAA/
D2007-01-13-BasePointerBadNoAlias.ll19 …%struct.closure_type = type { [2 x %struct.LIST], %struct.FIRST_UNION, %struct.SECOND_UNION, %stru…
24 define i32 @test(%struct.closure_type* %tmp18169) {
25 …%tmp18174 = getelementptr %struct.closure_type* %tmp18169, i32 0, i32 4, i32 0, i32 0 ; <i32*> [#…
/external/protobuf/php/ext/google/protobuf/
Dupb.c2109 const void *closure_type; in doset() local
2132 closure_type = upb_handlerattr_closuretype(&set_attr); in doset()
2144 if (closure_type && *context_closure_type && in doset()
2145 closure_type != *context_closure_type) { in doset()
2158 if (closure_type) in doset()
2159 *context_closure_type = closure_type; in doset()
2222 const void *closure_type; in checkstart() local
2228 closure_type = effective_closure_type(h, f, type); in checkstart()
2231 if (closure_type && return_closure_type && in checkstart()
2232 closure_type != return_closure_type) { in checkstart()
Dupb.h3296 bool SetClosureType(const void *closure_type);
3297 const void* closure_type() const;
4922 inline const void* HandlerAttributes::closure_type() const {
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c2256 const void *closure_type; in doset() local
2279 closure_type = upb_handlerattr_closuretype(&set_attr); in doset()
2291 if (closure_type && *context_closure_type && in doset()
2292 closure_type != *context_closure_type) { in doset()
2305 if (closure_type) in doset()
2306 *context_closure_type = closure_type; in doset()
2369 const void *closure_type; in checkstart() local
2375 closure_type = effective_closure_type(h, f, type); in checkstart()
2378 if (closure_type && return_closure_type && in checkstart()
2379 closure_type != return_closure_type) { in checkstart()
Dupb.h3992 bool SetClosureType(const void *closure_type);
3993 const void* closure_type() const;
5618 inline const void* HandlerAttributes::closure_type() const {