HomeSort by relevance Sort by last modified time
    Searched refs:Fns (Results 1 - 6 of 6) sorted by null

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 384 void setPredicateFns(const std::vector<TreePredicateFn> &Fns) {
386 PredicateFns = Fns;
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 432 const std::vector<Function*> &Fns)
433 : BD(bd), TestFn(F), FunctionsBeingTested(Fns) {}
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h     [all...]
CodeGenModule.cpp 464 void CodeGenModule::EmitCtorList(const CtorList &Fns, const char *GlobalName) {
475 for (CtorList::const_iterator I = Fns.begin(), E = Fns.end(); I != E; ++I) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 65 milliseconds