OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExecutionFailed
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Support/
Program.cpp
36
std::string *ErrMsg, bool *
ExecutionFailed
,
43
if (
ExecutionFailed
)
44
*
ExecutionFailed
= false;
51
if (
ExecutionFailed
)
52
*
ExecutionFailed
= true;
61
bool *
ExecutionFailed
, BitVector *AffinityMask) {
64
if (
ExecutionFailed
)
65
*
ExecutionFailed
= false;
68
if (
ExecutionFailed
)
69
*
ExecutionFailed
= true
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Driver/
Job.cpp
312
std::string *ErrMsg, bool *
ExecutionFailed
) const {
336
if (
ExecutionFailed
)
337
*
ExecutionFailed
= true;
356
ErrMsg,
ExecutionFailed
, &ProcStat);
377
std::string *ErrMsg, bool *
ExecutionFailed
) const {
382
return Command::Execute(Redirects, ErrMsg,
ExecutionFailed
);
393
if (
ExecutionFailed
)
394
*
ExecutionFailed
= false;
433
bool *
ExecutionFailed
) const {
434
int Status = Command::Execute(Redirects, ErrMsg,
ExecutionFailed
);
[
all
...]
Compilation.cpp
195
bool
ExecutionFailed
;
196
int Res = C.Execute(Redirects, &Error, &
ExecutionFailed
);
207
return
ExecutionFailed
? 1 : Res;
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Program.h
135
bool *
ExecutionFailed
= nullptr,
153
bool *
ExecutionFailed
= nullptr,
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
Job.h
178
std::string *ErrMsg, bool *
ExecutionFailed
) const;
239
bool *
ExecutionFailed
) const override;
258
bool *
ExecutionFailed
) const override;
Completed in 57 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026