HomeSort by relevance Sort by last modified time
    Searched defs:handleFunction (Results 1 - 4 of 4) sorted by null

  /external/clang/tools/libclang/
IndexingContext.cpp 313 bool IndexingContext::handleFunction(const FunctionDecl *D) {
    [all...]
  /external/skia/src/animator/
SkScript.cpp 613 if (handleFunction(&script, SkToBool(suppressed)) == false)
    [all...]
SkScriptTokenizer.cpp 517 if (handleFunction(&script) == false)
805 bool SkScriptEngine2::handleFunction(const char** scriptPtr) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 144 bool handleFunction(Module &M, Function &F);
608 Res |= handleFunction(M, *F);
632 bool AddressSanitizer::handleFunction(Module &M, Function &F) {
    [all...]

Completed in 232 milliseconds