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

/external/skia/src/animator/
H A DSkScript.cpp613 if (handleFunction(&script, SkToBool(suppressed)) == false)
934 bool SkScriptEngine::handleFunction(const char** scriptPtr, bool suppressed) { function in class:SkScriptEngine
H A DSkScriptTokenizer.cpp517 if (handleFunction(&script) == false)
805 bool SkScriptEngine2::handleFunction(const char** scriptPtr) { function in class:SkScriptEngine2
/external/clang/tools/libclang/
H A DIndexingContext.cpp313 bool IndexingContext::handleFunction(const FunctionDecl *D) { function in class:IndexingContext
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp177 bool handleFunction(Module &M, Function &F);
826 Res |= handleFunction(M, *F);
850 bool AddressSanitizer::handleFunction(Module &M, Function &F) { function in class:AddressSanitizer

Completed in 571 milliseconds