Searched defs:getAA (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.h68 AliasAnalysis *getAA() const { return AA; } function in class:llvm::objcarc::ProvenanceAnalysis
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFatBits.cpp67 bool getAA() const { return fAA; } function in class:FatBits
126 bool aa = this->getAA();
439 fFB.setAA(!fFB.getAA());
474 fFB.getAA() ? "AA" : "BW",
/external/skia/samplecode/
H A DSampleFatBits.cpp67 bool getAA() const { return fAA; } function in class:FatBits
127 bool aa = this->getAA();
440 fFB.setAA(!fFB.getAA());
475 fFB.getAA() ? "AA" : "BW",

Completed in 222 milliseconds