Searched defs:Call (Results 76 - 87 of 87) sorted by relevance

1234

/external/clang/lib/AST/
H A DExprConstant.cpp2510 LValue Call; local
2511 if (!EvaluatePointer(Callee, Call, Info))
2514 if (!Call.getLValueOffset().isZero())
2517 Call.getLValueBase().dyn_cast<const ValueDecl*>());
6347 /// isEvaluatable - Call EvaluateAsRValue to see if this expression can be
/external/llvm/lib/VMCore/
H A DCore.cpp1631 /*--.. Call and invoke instructions ........................................--*/
1653 CallSite Call = CallSite(unwrap<Instruction>(Instr)); local
1654 Call.setAttributes(
1655 Call.getAttributes().addAttr(index, Attributes(PA)));
1660 CallSite Call = CallSite(unwrap<Instruction>(Instr)); local
1661 Call.setAttributes(
1662 Call.getAttributes().removeAttr(index, Attributes(PA)));
1667 CallSite Call = CallSite(unwrap<Instruction>(Instr)); local
1668 Call.setAttributes(
1669 Call
1675 LLVMIsTailCall(LLVMValueRef Call) argument
1679 LLVMSetTailCall(LLVMValueRef Call, LLVMBool isTailCall) argument
[all...]
/external/v8/src/
H A Dast.h106 V(Call) \
1565 class Call: public Expression { class in namespace:v8::internal
1567 DECLARE_NODE_TYPE(Call)
1596 Call(Isolate* isolate, function in class:v8::internal::Call
2853 Call* NewCall(Expression* expression,
2856 Call* call = new(zone_) Call(isolate_, expression, arguments, pos);
2857 VISIT_AND_RETURN(Call, call)
H A Djsregexp.cc70 // Call the construct code with 2 arguments.
3305 void Call(uc16 from, DispatchTable::Entry entry) { function in class:v8::internal::TableEntryBodyPrinter
3329 void Call(uc16 from, DispatchTable::Entry entry) { function in class:v8::internal::TableEntryHeaderPrinter
3554 void Call(uc16 key, DispatchTable::Entry entry);
3561 void DispatchTableDumper::Call(uc16 key, DispatchTable::Entry entry) { function in class:v8::internal::DispatchTableDumper
4150 void Call(uc16 from, DispatchTable::Entry entry);
4161 void CharacterRangeSplitter::Call(uc16 from, DispatchTable::Entry entry) { function in class:v8::internal::CharacterRangeSplitter
5162 void Call(uc32 from, DispatchTable::Entry entry);
5168 void AddDispatchRange::Call(uc32 from, DispatchTable::Entry entry) { function in class:v8::internal::AddDispatchRange
H A Dprofile-generator.cc561 void CodeMap::CodeTreePrinter::Call( function in class:v8::internal::CodeMap::CodeTreePrinter
H A Dapi.cc1589 i::Execution::Call(fun, receiver, 0, NULL, &has_pending_exception);
1825 i::Execution::Call(fun, recv, argc, argv, has_pending_exception);
3530 i::Execution::Call(fun, recv_obj, argc, args, &has_pending_exception);
3564 i::Execution::Call(fun, obj, argc, args, &has_pending_exception);
3597 Local<v8::Value> Function::Call(v8::Handle<v8::Object> recv, int argc, function in class:v8::Function
3600 ON_BAILOUT(isolate, "v8::Function::Call()", return Local<v8::Value>());
3601 LOG_API(isolate, "Function::Call");
3612 i::Execution::Call(fun, recv_obj, argc, args, &has_pending_exception);
4924 // Call ResetDateCache(0 but expect no exceptions:
5701 Local<Value> Debug::Call(v function in class:v8::Debug
[all...]
/external/clang/lib/Sema/
H A DSemaChecking.cpp3076 /// \param Call The call expression to diagnose.
3077 void Sema::CheckMemaccessArguments(const CallExpr *Call, argument
3085 if (Call->getNumArgs() < ExpectedNumArgs)
3091 const Expr *LenExpr = Call->getArg(LenArg)->IgnoreParenImpCasts();
3099 const Expr *Dest = Call->getArg(ArgIdx)->IgnoreParenImpCasts();
3100 SourceRange ArgRange = Call->getArg(ArgIdx)->getSourceRange();
3205 << Call->getCallee()->getSourceRange());
3212 << Call->getCallee()->getSourceRange());
3265 void Sema::CheckStrlcpycatArguments(const CallExpr *Call, argument
3269 if (Call
[all...]
H A DSemaDeclCXX.cpp7368 ExprResult Call = S.BuildCallToMemberFunction(/*Scope=*/0,
7371 if (Call.isInvalid())
7374 return S.Owned(Call.takeAs<Stmt>());
7896 ExprResult Call = ExprError(); local
7898 Call = ActOnCallExpr(/*Scope=*/0,
7903 Call = ActOnCallExpr(/*Scope=*/0,
7908 assert(!Call.isInvalid() && "Call to __builtin_memcpy cannot fail!");
7909 Statements.push_back(Call.takeAs<Expr>());
8445 ExprResult Call local
[all...]
H A DSemaExpr.cpp704 ExprResult Call = ActOnCallExpr(TUScope, TrapFn.get(),
707 if (Call.isInvalid())
711 Call.get(), E);
3518 /// function prototype Proto. Call is the call expression itself, and
3523 Sema::ConvertArgumentsForCall(CallExpr *Call, Expr *Fn, argument
3570 Call->setNumArgs(Context, NumArgsInProto);
3602 Call->setNumArgs(Context, NumArgsInProto);
3609 Invalid = GatherArgumentsForCall(Call->getLocStart(), FDecl,
3615 Call->setArg(i, AllArgs[i]);
5197 if (CXXOperatorCallExpr *Call
[all...]
H A DSemaOverload.cpp5706 CallExpr Call(Context, &ConversionFn, MultiExprArg(), CallResultType, VK,
5709 TryCopyInitialization(*this, &Call, ToType,
10932 ExprResult Call = BuildCXXMemberCallExpr(Object.get(), Best->FoundDecl, local
10934 if (Call.isInvalid())
10937 Call = Owned(ImplicitCastExpr::Create(Context, Call.get()->getType(),
10939 Call.get(), 0, VK_RValue));
10941 return ActOnCallExpr(S, Call.get(), LParenLoc, MultiExprArg(Args, NumArgs),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 281 milliseconds

1234