HomeSort by relevance Sort by last modified time
    Searched refs:ReturnVal (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/
gmock_unittest.cc 56 ACTION(ReturnVal) {
129 .WillRepeatedly(WithArg<1>(ReturnVal()));
  /external/llvm/tools/lli/
lli.cpp 364 Value *ReturnVal;
366 ReturnVal = ConstantInt::get(Context, APInt(64, 0));
368 ReturnVal = ConstantInt::get(Context, APInt(32, 0));
369 Builder.CreateRet(ReturnVal);
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 88 Value *ReturnVal = ConstantInt::get(Context, APInt(32, returnCode));
89 endFunctionWithRet(Result, ReturnVal);

Completed in 188 milliseconds