OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdatedStmtCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/slang/
slang_rs_ast_replace.cpp
45
unsigned
UpdatedStmtCount
= 0;
51
UpdatedStmtList[
UpdatedStmtCount
++] = mNewStmt;
53
UpdatedStmtList[
UpdatedStmtCount
++] = *bI;
57
CS->setStmts(C, llvm::makeArrayRef(UpdatedStmtList,
UpdatedStmtCount
));
slang_rs_object_ref_count.cpp
136
unsigned
UpdatedStmtCount
= 0;
148
UpdatedStmtList[
UpdatedStmtCount
++] = *bI;
155
UpdatedStmtList[
UpdatedStmtCount
++] = *I;
167
UpdatedStmtList[
UpdatedStmtCount
++] = *I;
171
CS->setStmts(C, llvm::makeArrayRef(UpdatedStmtList,
UpdatedStmtCount
));
[
all
...]
Completed in 73 milliseconds