Home
last modified time | relevance | path

Searched refs:getEffect (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h217 static CallEffects getEffect(const ObjCMethodDecl *MD);
220 static CallEffects getEffect(const FunctionDecl *FD);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
DSmoothFilter.java51 public float getEffect() { in getEffect() method in SmoothFilter
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1534 CallEffects CE = CallEffects::getEffect(FuncDecl); in migrateAddFunctionAnnotation()
1655 CallEffects CE = CallEffects::getEffect(MethodDecl); in migrateAddMethodAnnotation()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp3959 CallEffects CallEffects::getEffect(const ObjCMethodDecl *MD) { in getEffect() function in clang::ento::objc_retain::CallEffects
3964 CallEffects CallEffects::getEffect(const FunctionDecl *FD) { in getEffect() function in clang::ento::objc_retain::CallEffects