HomeSort by relevance Sort by last modified time
    Searched defs:Call (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3-nodeduct.cpp 4 template <class F> void Call(F f) { f(1); }
6 void a() { Call(f<int>); }
32 template <typename T> void g(T); // expected-note{{possible target for call}}
33 template <typename T> void g(T, T); // expected-note{{possible target for call}}
36 // expected-error{{reference to overloaded function could not be resolved; did you mean to call it?}}
  /external/clang/test/CodeGenCXX/
copy-constructor-elim.cpp 33 void Call(S) {};
41 Call(s);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 17 | Call of string * expr array
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 17 | Call of string * expr array
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 17 | Call of string * expr array
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
call-stack.rb 3 unless defined? Call
5 Call = Struct.new( :file, :line, :method )
6 class Call
13 return Call.new( file, line )
18 return Call.new( file, line, method )
47 Call.convert_backtrace( caller( depth + 1 ) )
53 Call.convert_backtrace( backtrace )
57 end # unless defined? Call
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 17 | Call of string * expr array
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 20 | Call of string * expr array
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 20 | Call of string * expr array
  /external/webkit/Source/WebCore/plugins/
PluginMainThreadScheduler.h 55 class Call;
57 void dispatchCallsForPlugin(NPP, const Deque<Call>& calls);
58 typedef HashMap<NPP, Deque<Call> > CallQueueMap;
62 class Call {
64 Call(MainThreadFunction* function, void* userData)
  /external/v8/src/arm/
macro-assembler-arm.cc 119 void MacroAssembler::Call(Register target, Condition cond) {
120 // Block constant pool for the call instruction sequence.
147 void MacroAssembler::Call(Address target,
150 // Block constant pool for the call instruction sequence.
155 // On ARMv5 and after the recommended call sequence is:
188 void MacroAssembler::Call(Handle<Code> code,
200 Call(reinterpret_cast<Address>(code.location()), rmode, cond);
244 void MacroAssembler::Call(Label* target) {
566 // Call stub on end of buffer.
943 // at the call sites. However, the dst register has to be r5 t
    [all...]
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 77 /// function. If all uses are direct call sites, and all pass a particular
225 Instruction* Call = CS.getInstruction();
227 // Not a call instruction or a call instruction that's not calling F
229 if (!Call || !CS.isCallee(UI))
232 // Call result not used?
233 if (Call->use_empty())
242 // the call instruction and use that.
244 Call->replaceAllUsesWith(New);
248 for (Value::use_iterator I = Call->use_begin(), E = Call->use_end()
    [all...]
PruneEH.cpp 11 // call-graph, turning invoke instructions into calls, iff the callee cannot
13 // It implements this as a bottom-up traversal of the call-graph.
112 // only interested in call instructions.
117 // This call cannot throw.
127 // Indirect call, it might throw.
158 // into call instructions with a branch. This makes the exception blocks
177 // Insert a call instruction before the invoke.
178 CallInst *Call = CallInst::Create(II->getCalledValue(), Args, "", II);
179 Call->takeName(II);
180 Call->setCallingConv(II->getCallingConv())
    [all...]
ArgumentPromotion.cpp 144 // Must be a direct call.
226 // Look at all call sites of the function. At this pointer we know we only
324 // block) or the pointer passed in at every call site is guaranteed to be
637 // Loop over all of the callers of the function, transforming the call sites
644 Instruction *Call = CS.getInstruction();
673 Call);
675 Args.push_back(new LoadInst(Idx, Idx->getName()+".val", Call));
702 V = GetElementPtrInst::Create(V, Ops, V->getName()+".idx", Call);
708 LoadInst *newLoad = new LoadInst(V, V->getName()+".val", Call);
733 if (InvokeInst *II = dyn_cast<InvokeInst>(Call)) {
    [all...]
  /external/v8/src/
splay-tree.h 174 void Call(Node* node) {
175 callback_->Call(node->key(), node->value());
187 void Call(Node* node) { delete node; }
  /external/chromium/third_party/libjingle/source/talk/session/phone/
call.cc 32 #include "talk/session/phone/call.h"
49 Call::Call(MediaSessionClient* session_client)
58 Call::~Call() {
67 Session *Call::InitiateSession(const buzz::Jid &jid,
75 // After this timeout, terminate the call because the callee isn't
85 void Call::IncomingSession(
94 void Call::AcceptSession(BaseSession* session,
105 void Call::RejectSession(BaseSession *session)
    [all...]
call.h 47 class Call : public talk_base::MessageHandler, public sigslot::has_slots<> {
49 Call(MediaSessionClient* session_client);
50 ~Call();
74 // Setting this to false will cause the call to have a longer timeout and
81 // Sets a flag on the chatapp that will redirect the call to voicemail once
82 // the call has been terminated
84 sigslot::signal2<Call *, Session *> SignalAddSession;
85 sigslot::signal2<Call *, Session *> SignalRemoveSession;
86 sigslot::signal3<Call *, BaseSession *, BaseSession::State>
88 sigslot::signal3<Call *, BaseSession *, Session::Error
    [all...]
  /external/webkit/Source/WebCore/bridge/jni/
jni_jsobject.h 54 Call,
83 jobject call(jstring methodName, jobjectArray args) const;
  /frameworks/base/telephony/java/com/android/internal/telephony/
Call.java 26 public abstract class Call {
54 // For CDMA, during call waiting/3 way, there is no network response
55 // if call waiting is answered, network timed out, dropped, 3 way
59 protected final String LOG_TAG = "Call";
77 * @return true if the call contains the connection object passed in
85 * @return true if the call contains one or more connections
99 * @return state of class call
109 * @return true if the call contains only disconnected connections (if any)
116 * Returns the Connection associated with this Call that was created
117 * first, or null if there are no Connections in this Call
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 269 const CallOrObjCMessage *Call) {
271 Explicits, Regions, Call);
325 class Call {
  /external/icu4c/test/intltest/
idnaconf.cpp 224 void IdnaConfTest::Call(){
301 Call();
337 Call(); // for last record
  /external/v8/src/ia32/
macro-assembler-ia32.h 270 // Set up call kind marking in ecx. The method takes ecx as an
272 // call sites.
536 // the allocation top on entry (could be result_end from a previous call to
672 // Call a code stub. Generate the code if necessary.
675 // Tail call a code stub (jump). Generate the code if necessary.
681 // Call a runtime routine.
688 // Convenience function: call an external reference.
691 // Tail call of a runtime routine (jump).
698 // Convenience function: tail call a runtime routine (jump).
749 void Call(Label* target) { call(target);
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
LinkBuffer.h 49 // * The return address of a Call may be acquired.
60 typedef MacroAssembler::Call Call;
93 void link(Call call, FunctionPtr function)
95 ASSERT(call.isFlagSet(Call::Linkable));
96 call.m_jmp = applyOffset(call.m_jmp);
97 MacroAssembler::linkCall(code(), call, function) local
    [all...]
  /sdk/traceview/src/com/android/traceview/
Call.java 21 class Call implements TimeLineView.Block {
24 final Call mCaller; // the caller, or null if this is the root
35 long mInclusiveRealTime; // real time spent in this call including its children
36 long mExclusiveRealTime; // real time spent in this call including its children
38 long mInclusiveCpuTime; // cpu time spent in this call including its children
39 long mExclusiveCpuTime; // cpu time spent in this call excluding its children
41 Call(ThreadData threadData, MethodData methodData, Call caller) {
126 // Ignore the top-level call or context switches within the top-level call
    [all...]
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 146 /// the context of prologue or call generation. Not all backends make use of
148 typedef enum { Unknown, Prologue, Call } ParmContext;
210 /// AnalyzeCallOperands - Analyze the outgoing arguments to a call,
221 /// AnalyzeCallResult - Analyze the return values of a call,

Completed in 5058 milliseconds

1 2 3