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

  /external/libchrome/base/
gmock_unittest.cc 56 ACTION(ReturnVal) {
129 .WillRepeatedly(WithArg<1>(ReturnVal()));
  /external/llvm/tools/lli/
lli.cpp 356 Value *ReturnVal;
358 ReturnVal = ConstantInt::get(Context, APInt(64, 0));
360 ReturnVal = ConstantInt::get(Context, APInt(32, 0));
361 Builder.CreateRet(ReturnVal);
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 86 Value *ReturnVal = ConstantInt::get(Context, APInt(32, returnCode));
87 endFunctionWithRet(Result, ReturnVal);

Completed in 2403 milliseconds