HomeSort by relevance Sort by last modified time
    Searched refs:isValueOfAtomic (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGValue.h 385 enum IsValueOfAtomic_t { IsNotValueOfAtomic, IsValueOfAtomic };
410 IsValueOfAtomic_t isValueOfAtomic
420 AV.ValueOfAtomicFlag = isValueOfAtomic;
429 IsValueOfAtomic_t isValueOfAtomic
433 isValueOfAtomic);
465 IsValueOfAtomic_t isValueOfAtomic() const {
CGAtomic.cpp 648 if (!hasPadding() || resultSlot.isValueOfAtomic())
678 if (resultSlot.isValueOfAtomic()) {
746 (!atomics.hasPadding() || resultSlot.isValueOfAtomic())) {
748 if (resultSlot.isValueOfAtomic()) {
    [all...]
CGExprAgg.cpp 33 assert(isValueOfAtomic());
209 assert(!Dest.isValueOfAtomic());
219 AggValueSlot::IsValueOfAtomic);
227 if (Dest.isValueOfAtomic()) {
690 if (Dest.isValueOfAtomic()) {
    [all...]

Completed in 52 milliseconds