OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExecutionFailed
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Driver/
Compilation.cpp
157
bool
ExecutionFailed
;
158
int Res = C.Execute(Redirects, &Error, &
ExecutionFailed
);
167
return
ExecutionFailed
? 1 : Res;
/external/llvm/unittests/Support/
ProgramTest.cpp
150
bool
ExecutionFailed
;
154
&
ExecutionFailed
);
155
EXPECT_FALSE(
ExecutionFailed
) << Error;
187
bool
ExecutionFailed
;
197
&
ExecutionFailed
);
198
EXPECT_FALSE(
ExecutionFailed
) << error;
222
bool
ExecutionFailed
;
224
&Error, &
ExecutionFailed
);
225
ASSERT_FALSE(
ExecutionFailed
) << Error;
243
&Error, &
ExecutionFailed
);
[
all
...]
Completed in 179 milliseconds