Home
last modified time | relevance | path

Searched defs:ReturnValue (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/
Darguments.cc38 #define WRITE_CALL_0(Function, ReturnValue) \ argument
49 #define WRITE_CALL_1(Function, ReturnValue, Arg1) \ argument
61 #define WRITE_CALL_2(Function, ReturnValue, Arg1, Arg2) \ argument
74 #define WRITE_CALL_2_VOID(Function, ReturnValue, Arg1, Arg2) \ argument
Darguments.h191 #define WRITE_CALL_0(Function, ReturnValue) \ argument
194 #define WRITE_CALL_1(Function, ReturnValue, Arg1) \ argument
197 #define WRITE_CALL_2(Function, ReturnValue, Arg1, Arg2) \ argument
200 #define WRITE_CALL_2_VOID(Function, ReturnValue, Arg1, Arg2) \ argument
Dhydrogen.cc4019 void EffectContext::ReturnValue(HValue* value) { in ReturnValue() function in v8::internal::EffectContext
4024 void ValueContext::ReturnValue(HValue* value) { in ReturnValue() function in v8::internal::ValueContext
4034 void TestContext::ReturnValue(HValue* value) { in ReturnValue() function in v8::internal::TestContext
/external/clang/lib/CodeGen/
DCGCUDARuntime.cpp29 ReturnValueSlot ReturnValue) { in EmitCUDAKernelCallExpr()
DCGExprCXX.cpp29 ReturnValueSlot ReturnValue, llvm::Value *This, llvm::Value *ImplicitParam, in commonEmitCXXMemberOrOperatorCall()
73 const CXXMethodDecl *MD, llvm::Value *Callee, ReturnValueSlot ReturnValue, in EmitCXXMemberOrOperatorCall()
86 const CXXMethodDecl *MD, llvm::Value *Callee, ReturnValueSlot ReturnValue, in EmitCXXStructorCall()
107 ReturnValueSlot ReturnValue) { in EmitCXXMemberCallExpr()
133 const CallExpr *CE, const CXXMethodDecl *MD, ReturnValueSlot ReturnValue, in EmitCXXMemberOrOperatorMemberCallExpr()
285 ReturnValueSlot ReturnValue) { in EmitCXXMemberPointerCallExpr()
336 ReturnValueSlot ReturnValue) { in EmitCXXOperatorMemberCallExpr()
345 ReturnValueSlot ReturnValue) { in EmitCUDAKernelCallExpr()
DTargetInfo.h135 CodeGen::CodeGenFunction &CGF, CodeGen::LValue ReturnValue, in addReturnRegisterOutputs()
DCGVTables.cpp79 llvm::Value *ReturnValue = RV.getScalarVal(); in PerformReturnAdjustment() local
DCodeGenFunction.h164 llvm::Value *ReturnValue; variable
DCGExpr.cpp3094 ReturnValueSlot ReturnValue) { in EmitCallExpr()
3342 const CallExpr *E, ReturnValueSlot ReturnValue, in EmitCall()
DCGBlocks.cpp954 ReturnValueSlot ReturnValue) { in EmitBlockCallExpr()
DCGCall.cpp3020 ReturnValueSlot ReturnValue, in EmitCall()
DCGBuiltin.cpp215 ReturnValueSlot ReturnValue) { in EmitBuiltinExpr()
/external/llvm/lib/Support/
DCompression.cpp37 static zlib::Status encodeZlibReturnValue(int ReturnValue) { in encodeZlibReturnValue()
/external/v8/src/third_party/vtune/
Djitprofiling.cc153 int ReturnValue; in iJIT_NotifyEvent() local
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.c116 int ReturnValue; in iJIT_NotifyEvent() local
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp170 static int ReturnValue = EXIT_SUCCESS; variable
/external/v8/include/
Dv8.h125 template<typename T> class ReturnValue; variable
566 template<class F> friend class ReturnValue; variable
708 template<class F> friend class ReturnValue; variable
2596 template <class S> V8_INLINE ReturnValue(const ReturnValue<S>& that) in ReturnValue() function
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp151 static int ReturnValue = EXIT_SUCCESS; variable
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp42 static int ReturnValue = EXIT_SUCCESS; variable
/external/clang/lib/AST/
DExprConstant.cpp4293 APValue ReturnValue; in VisitStmtExpr() local