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

  /external/clang/lib/CodeGen/
CGValue.h 163 uint64_t TBAAOffset;
186 this->TBAAOffset = 0;
247 uint64_t getTBAAOffset() const { return TBAAOffset; }
248 void setTBAAOffset(uint64_t O) { TBAAOffset = O; }
CGExpr.cpp     [all...]
CodeGenFunction.h     [all...]

Completed in 147 milliseconds