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

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp446 AttributeSet AS = PAL.getSlotAttributes(i); local
447 unsigned &Entry = AttributeGroupMap[AS];
449 AttributeGroups.push_back(AS);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp446 AttributeSet AS = PAL.getSlotAttributes(i); local
447 unsigned &Entry = AttributeGroupMap[AS];
449 AttributeGroups.push_back(AS);
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp446 AttributeSet AS = PAL.getSlotAttributes(i); local
447 unsigned &Entry = AttributeGroupMap[AS];
449 AttributeGroups.push_back(AS);
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
1098 clang::BinaryOperator *AS) {
1100 clang::QualType QT = AS->getType();
1105 clang::SourceLocation Loc = AS->getExprLoc();
1106 clang::SourceLocation StartLoc = AS->getLHS()->getExprLoc();
1112 CreateStructRSSetObject(C, AS->getLHS(), AS->getRHS(), StartLoc, Loc);
1115 CreateSingleRSSetObject(C, AS->getLHS(), AS->getRHS(), StartLoc, Loc);
1119 R.ReplaceStmt(mCS, AS, UpdatedStm
1475 VisitBinAssign(clang::BinaryOperator *AS) argument
[all...]

Completed in 66 milliseconds