OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isautorelease
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/ObjCARC/
ARCInstKind.h
66
bool
IsAutorelease
(ARCInstKind Class);
ARCInstKind.cpp
392
bool llvm::objcarc::
IsAutorelease
(ARCInstKind Class) {
ObjCARCOpts.cpp
758
if (
IsAutorelease
(Class) && Inst->use_empty()) {
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp
891
static bool
isAutorelease
(const FunctionDecl *FD, StringRef FName) {
[
all
...]
Completed in 266 milliseconds