HomeSort by: relevance | last modified time | path
    Searched defs:is_atomic (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_shadow.h 103 u32 is_atomic = !!(typ & kAccessAtomic); local
105 raw_ & ((is_atomic << kIsAtomicShift) | (is_read << kIsReadShift));
107 (part_.is_read_ && is_read) || (part_.is_atomic_ && is_atomic));
114 u32 is_atomic = !!(typ & kAccessAtomic); local
116 (part_.is_atomic_ > is_atomic) ||
117 (part_.is_atomic_ == is_atomic && part_.is_read_ >= is_read);
121 ((is_atomic << kIsAtomicShift) | (is_read << kIsReadShift));
tsan_trace.h 56 u64 is_atomic : 1; member in struct:__tsan::EventAccess
87 u64 is_atomic : 1; member in struct:__tsan::EventAccessExt
tsan_rtl_report.cpp 482 bool is_atomic = typ & kAccessAtomic; local
508 ev_addr, ev_size, ev->is_read, ev->is_atomic);
511 is_read == ev->is_read && is_atomic == ev->is_atomic && !is_free)
537 ev->pc, ev_addr, ev_size, ev->is_read, ev->is_atomic);
540 is_read == ev->is_read && is_atomic == ev->is_atomic &&
556 is_read == ev->is_read && !is_atomic && is_free == ev->is_free)
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_trace.h 105 u64 is_atomic : 1; member in struct:__tsan::v3::EventAccess
126 u64 is_atomic : 1; member in struct:__tsan::v3::EventAccessExt
tsan_rtl.h 510 bool is_atomic = typ & kAccessAtomic; local
515 MemoryAccess(thr, pc, addr, size_log, is_write, is_atomic);
tsan_rtl_report.cpp 568 bool is_atomic = typ & kAccessAtomic; local
585 ev_addr, ev_size, ev->is_read, ev->is_atomic);
588 is_read == ev->is_read && is_atomic == ev->is_atomic && !is_free)
611 ev->pc, ev_addr, ev_size, ev->is_read, ev->is_atomic);
614 is_read == ev->is_read && is_atomic == ev->is_atomic &&
630 is_read == ev->is_read && !is_atomic && is_free == ev->is_free)
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 7308 ptrdiff_t offset, BOOL is_atomic); */
7324 BOOL is_atomic, BOOL should_copy); */
7413 /* We build "return objc_getProperty (self, _cmd, offset, is_atomic);" */
7414 tree cmd, ivar, offset, is_atomic;
7430 is_atomic = boolean_false_node;
7432 is_atomic = boolean_true_node;
7445 tree_cons /* is_atomic */
7446 (NULL_TREE, is_atomic, NULL_TREE)))));
7463 is_atomic,
7470 tree size_of, is_atomic;
7410 tree cmd, ivar, offset, is_atomic; local
7466 tree size_of, is_atomic; local
7607 tree cmd, ivar, offset, is_atomic, should_copy; local
7672 tree function_decl, size_of, is_atomic; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 6293 bool is_atomic = gimple_call_num_args (call) == 5;
6294 tree tcall = gimple_call_arg (call, 3 + is_atomic);
6297 tree exp = build_call_nary (type, tcall, 2 + is_atomic, ptr,
6299 is_atomic
6401 bool is_atomic = gimple_call_num_args (call) == 5;
6402 tree tcall = gimple_call_arg (call, 3 + is_atomic);
6406 2 + is_atomic, ptr, arg,
6407 is_atomic
6291 bool is_atomic = gimple_call_num_args (call) == 5; local
6399 bool is_atomic = gimple_call_num_args (call) == 5; local
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 7310 ptrdiff_t offset, BOOL is_atomic); */
7326 BOOL is_atomic, BOOL should_copy); */
7415 /* We build "return objc_getProperty (self, _cmd, offset, is_atomic);" */
7416 tree cmd, ivar, offset, is_atomic;
7432 is_atomic = boolean_false_node;
7434 is_atomic = boolean_true_node;
7447 tree_cons /* is_atomic */
7448 (NULL_TREE, is_atomic, NULL_TREE)))));
7465 is_atomic,
7472 tree size_of, is_atomic;
7412 tree cmd, ivar, offset, is_atomic; local
7468 tree size_of, is_atomic; local
7609 tree cmd, ivar, offset, is_atomic, should_copy; local
7674 tree function_decl, size_of, is_atomic; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 7036 bool is_atomic = gimple_call_num_args (call) == 5;
7037 tree tcall = gimple_call_arg (call, 3 + is_atomic);
7040 tree exp = build_call_nary (type, tcall, 2 + is_atomic, ptr,
7042 is_atomic
7144 bool is_atomic = gimple_call_num_args (call) == 5;
7145 tree tcall = gimple_call_arg (call, 3 + is_atomic);
7149 2 + is_atomic, ptr, arg,
7150 is_atomic
7034 bool is_atomic = gimple_call_num_args (call) == 5; local
7142 bool is_atomic = gimple_call_num_args (call) == 5; local

Completed in 93 milliseconds