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 383 void setPredicateFns(const std::vector<TreePredicateFn> &Fns) {
385 PredicateFns = Fns;
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 433 const std::vector<Function*> &Fns)
434 : BD(bd), TestFn(F), FunctionsBeingTested(Fns) {}
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 805 void EmitCtorList(const CtorList &Fns, const char *GlobalName);
CodeGenModule.cpp 354 void CodeGenModule::EmitCtorList(const CtorList &Fns, const char *GlobalName) {
366 for (CtorList::const_iterator I = Fns.begin(), E = Fns.end(); I != E; ++I) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 79 milliseconds