HomeSort by relevance Sort by last modified time
    Searched refs:Func (Results 51 - 71 of 71) sorted by null

1 23

  /external/llvm/tools/lto/
LTOModule.cpp 560 virtual void EmitThumbFunc(MCSymbol *Func) {}
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp 276 const FunctionDecl *Func = dyn_cast<FunctionDecl>(D);
277 if ((!Var || !Var->isExternC()) && (!Func || !Func->isExternC()))
    [all...]
StmtPrinter.cpp 588 case PredefinedExpr::Func:
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/protobuf/python/
mox.py 1112 class Func(Comparator):
1126 mock_dao.DoSomething(Func(myParamValidator), true)
1129 def __init__(self, func):
1133 func: callable that takes one parameter and returns a bool
1136 self._func = func
1141 rhs is passed into func.
1147 the result of func(rhs)
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp     [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp 401 if (const Function *Func = dyn_cast<Function>(V))
402 return new SlotTracker(Func);
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 780 GLenum Func; /**< Function for depth buffer compare */
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 1245 milliseconds

1 23