Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/lit/lit/formats/
H A Dgoogletest.py260 returnCode = lit.Test.SKIPPED
263 returnCode = lit.Test.FAIL
268 returnCode = lit.Test.PASS
270 returnCode = lit.Test.UNRESOLVED
274 res = lit.Test.Result(returnCode, output, elapsed_time)
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp104 int returnCode = FuncPtr(); in compileAndRun() local
105 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-15.0.7/clang/test/ARCMT/
H A Dobjcmt-arc-cf-annotations.m1799 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo;
1811 didEndSelector:@selector(sheetDidEnd:returnCode:contextInfo:)
1814 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo {
H A Dobjcmt-arc-cf-annotations.m.result1847 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo;
1859 didEndSelector:@selector(sheetDidEnd:returnCode:contextInfo:)
1862 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo {
/llvm-project-15.0.7/clang/test/Analysis/
H A Dretain-release.m2006 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo;
2018 didEndSelector:@selector(sheetDidEnd:returnCode:contextInfo:)
2021 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo {