HomeSort by relevance Sort by last modified time
    Searched refs:IsValueOfAtomic (Results 1 - 2 of 2) 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 {
CGExprAgg.cpp 33 assert(isValueOfAtomic());
209 assert(!Dest.isValueOfAtomic());
219 AggValueSlot::IsValueOfAtomic);
227 if (Dest.isValueOfAtomic()) {
690 if (Dest.isValueOfAtomic()) {
    [all...]

Completed in 875 milliseconds