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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
1105 clang::BinaryOperator *AS) {
1107 clang::QualType QT = AS->getType();
1112 clang::SourceLocation Loc = AS->getExprLoc();
1113 clang::SourceLocation StartLoc = AS->getExprLoc();
1119 CreateStructRSSetObject(C, AS->getLHS(), AS->getRHS(), StartLoc, Loc);
1122 CreateSingleRSSetObject(C, AS->getLHS(), AS->getRHS(), StartLoc, Loc);
1126 R.ReplaceStmt(mCS, AS, UpdatedStm
1104 ReplaceRSObjectAssignment( clang::BinaryOperator *AS) argument
1470 VisitBinAssign(clang::BinaryOperator *AS) argument
[all...]

Completed in 7 milliseconds