Searched refs:Function (Results 1 - 25 of 1022) sorted by relevance

1234567891011>>

/external/clang/test/PCH/
H A Dtypo.cpp12 Function<int(int)> f;
13 // expected-error@-1{{no template named 'Function'; did you mean 'boost::function'?}}
/external/llvm/include/llvm/
H A DAutoUpgrade.h20 class Function;
27 bool UpgradeIntrinsicFunction(Function *F, Function *&NewFn);
31 void UpgradeIntrinsicCall(CallInst *CI, Function *NewFn);
37 void UpgradeCallsToIntrinsic(Function* F);
/external/llvm/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h22 #include "llvm/IR/Function.h"
28 bool bypassSlowDivision(Function &F,
29 Function::iterator &I,
H A DModuleUtils.h20 class Function;
29 void appendToGlobalCtors(Module &M, Function *F, int Priority);
32 void appendToGlobalDtors(Module &M, Function *F, int Priority);
H A DCloning.h30 class Function;
99 const Twine &NameSuffix = "", Function *F = 0,
114 Function *CloneFunction(const Function *F,
128 void CloneFunctionInto(Function *NewFunc, const Function *OldFunc,
148 void CloneAndPruneFunctionInto(Function *NewFunc, const Function *OldFunc,
/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp3 Function vec_abs [type char] ===> OK
4 Function vec_abs [type short] ===> OK
5 Function vec_abs [type integer] ===> OK
8 Function vec_abss [type char] ===> OK
9 Function vec_abss [type short] ===> OK
10 Function vec_abss [type integer] ===> OK
13 Function vec_add [type char] ===> OK
14 Function vec_add [type unsigned char] ===> OK
15 Function vec_add [type short] ===> OK
16 Function vec_ad
[all...]
/external/llvm/include/llvm/Analysis/
H A DLint.h27 class Function;
44 const Function &F ///< The function to be checked
H A DVerifier.h30 class Function;
69 const Function &F, ///< The function to be verified
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DMainThread.cpp61 Function<void()>* function = static_cast<Function<void()>*>(context);
66 void callOnMainThread(const Function<void()>& function)
68 callOnMainThread(callFunctionObject, new Function<void()>(function));
H A DFunctionalTest.cpp41 Function<int ()> emptyFunction;
44 Function<int ()> returnFortyTwoFunction = bind(returnFortyTwo);
61 Function<int ()> multiplyFourByTwoFunction = bind(multiplyByTwo, 4);
64 Function<double ()> multiplyByOneAndAHalfFunction = bind(multiplyByOneAndAHalf, 3);
80 Function<int ()> multiplyFourByTwoFunction = bind(multiply, 4, 2);
83 Function<int ()> subtractTwoFromFourFunction = bind(subtract, 4, 2);
104 Function<int ()> function1 = bind(&A::f, &a);
107 Function<int ()> function2 = bind(&A::addF, &a, 15);
142 Function<int ()> multiplyFiveByTwoFunction = bind(multiplyNumberByTwo, five);
145 Function<in
[all...]
H A DMainThread.h47 template<typename> class Function;
48 WTF_EXPORT void callOnMainThread(const Function<void ()>&);
/external/jsilver/src/com/google/clearsilver/jsilver/functions/
H A DEscapingFunction.java19 public abstract class EscapingFunction implements Function {
H A DNonEscapingFunction.java19 public abstract class NonEscapingFunction implements Function {
H A DFunction.java24 public interface Function { interface
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8CustomElementLifecycleCallbacks.h51 static PassRefPtr<V8CustomElementLifecycleCallbacks> create(ExecutionContext*, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged);
58 V8CustomElementLifecycleCallbacks(ExecutionContext*, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged);
65 void call(const ScopedPersistent<v8::Function>& weakCallback, Element*);
72 ScopedPersistent<v8::Function> m_create
[all...]
/external/llvm/include/llvm/IR/
H A DArgument.h29 /// This class represents an incoming formal argument to a Function. A formal
37 Function *Parent;
39 friend class SymbolTableListTraits<Argument, Function>;
40 void setParent(Function *parent);
47 explicit Argument(Type *Ty, const Twine &Name = "", Function *F = 0);
49 inline const Function *getParent() const { return Parent; }
50 inline Function *getParent() { return Parent; }
/external/llvm/lib/Transforms/Instrumentation/
H A DProfilingUtils.h22 class Function;
27 void InsertProfilingInitCall(Function *MainFn, const char *FnName,
33 void InsertProfilingShutdownCall(Function *Callee, Module *Mod);
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathFunctions.h36 class Function : public Expression { class in namespace:WebCore::XPath
50 Function* createFunction(const String& name);
51 Function* createFunction(const String& name, Vector<OwnPtr<Expression> >&);
/external/llvm/include/llvm/Target/
H A DTargetIntrinsicInfo.h22 class Function;
51 virtual unsigned getIntrinsicID(Function *F) const;
56 /// Create or insert an LLVM Function declaration for an intrinsic,
59 virtual Function *getDeclaration(Module *M, unsigned ID, Type **Tys = 0,
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAllocaHoisting.cpp16 #include "llvm/IR/Function.h"
21 bool NVPTXAllocaHoisting::runOnFunction(Function &function) {
23 Function::iterator I = function.begin();
26 for (Function::iterator E = function.end(); I != E; ++I) {
/external/javasqlite/src/main/java/SQLite/
H A DFunction.java12 * class SinFunc implements SQLite.Function {
31 public interface Function { interface
/external/llvm/lib/Target/
H A DTargetIntrinsicInfo.cpp16 #include "llvm/IR/Function.h"
25 unsigned TargetIntrinsicInfo::getIntrinsicID(Function *F) const {
/external/llvm/lib/Transforms/Scalar/
H A DFlattenCFGPass.cpp29 bool runOnFunction(Function &F);
52 static bool iterativelyFlattenCFG(Function &F, AliasAnalysis *AA) {
60 for (Function::iterator BBIt = F.begin(); BBIt != F.end();) {
70 bool FlattenCFGPass::runOnFunction(Function &F) {
/external/valgrind/main/none/tests/
H A Dprocfs-non-linux.stderr.exp8 readlinkat: Function not implemented
9 readlinkat: Function not implemented
/external/llvm/include/llvm/Assembly/
H A DAssemblyAnnotationWriter.h22 class Function;
35 virtual void emitFunctionAnnot(const Function *,

Completed in 559 milliseconds

1234567891011>>