OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDtorRSFunc
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/slang/
slang_rs_special_func.h
39
inline bool
isDtorRSFunc
(const clang::FunctionDecl *FD) {
54
isDtorRSFunc
(FD);
slang_rs_special_func.cpp
83
} else if (isInitRSFunc(FD) ||
isDtorRSFunc
(FD)) {
Completed in 51 milliseconds