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

  /external/clang/test/SemaCXX/
access.cpp 82 template<typename T> friend void funct(T);
98 void funct(T) function in namespace:PR15209::templates
103 template void funct<int>(int);
  /external/openssl/crypto/engine/
eng_table.c 68 ENGINE *funct; member in struct:st_engine_pile
69 /* Zero if 'sk' is newer than the cached 'funct', non-zero otherwise */
159 fnd->funct = NULL;
177 if(fnd->funct)
178 engine_unlocked_finish(fnd->funct, 0);
179 fnd->funct = e;
198 if(pile->funct == e)
201 pile->funct = NULL;
219 if(p->funct)
220 engine_unlocked_finish(p->funct, 0)
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 1746 llvm::Function *funct = NULL; local
    [all...]

Completed in 79 milliseconds