Home
last modified time | relevance | path

Searched refs:returnCode (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/utils/lit/lit/formats/
H A Dgoogletest.py334 returnCode = lit.Test.SKIPPED
337 returnCode = (
346 returnCode = lit.Test.PASS
348 returnCode = lit.Test.UNRESOLVED
352 res = lit.Test.Result(returnCode, output, elapsed_time)
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp103 int returnCode = FuncPtr(); in compileAndRun() local
104 EXPECT_EQ(returnCode, ExpectedRC); in compileAndRun()
H A DMCJITTest.cpp91 int returnCode = FuncPtr(); in TEST_F() local
92 EXPECT_EQ(returnCode, rc); in TEST_F()
H A DMCJITTestBase.h79 Function *insertMainFunction(Module *M, uint32_t returnCode) { in insertMainFunction() argument
83 Value *ReturnVal = ConstantInt::get(Context, APInt(32, returnCode)); in insertMainFunction()
/llvm-project/clang/test/ARCMT/
H A Dobjcmt-arc-cf-annotations.m1753 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo;
1765 didEndSelector:@selector(sheetDidEnd:returnCode:contextInfo:)
1768 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo {
H A Dobjcmt-arc-cf-annotations.m.result1801 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo;
1813 didEndSelector:@selector(sheetDidEnd:returnCode:contextInfo:)
1816 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo {
/llvm-project/clang/test/Analysis/
H A Dretain-release.m1979 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo;
1991 didEndSelector:@selector(sheetDidEnd:returnCode:contextInfo:)
1994 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo {