Searched refs:handleFunction (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/animator/
H A DSkScript.h206 bool handleFunction(const char** scriptPtr, bool suppressed);
H A DSkScript2.h239 bool handleFunction(const char** scriptPtr);
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 DIndexDecl.cpp63 IndexCtx.handleFunction(D);
H A DIndexingContext.h406 bool handleFunction(const FunctionDecl *FD);
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 1132 milliseconds