OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Warn
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfWriter.h
57
function_ref<void(Error)>
Warn
);
58
void addRecord(NamedInstrProfRecord &&I, function_ref<void(Error)>
Warn
) {
59
addRecord(std::move(I), 1,
Warn
);
64
function_ref<void(Error)>
Warn
);
117
uint64_t Weight, function_ref<void(Error)>
Warn
);
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp
825
auto
Warn
= [&](Error E) -> std::string {
834
return
Warn
(SymOrErr.takeError());
838
return
Warn
(StrTabOrErr.takeError());
842
return
Warn
(NameOrErr.takeError());
3111
auto
Warn
= [&](Error &&E) {
3120
Warn
(ContentOrErr.takeError());
3126
Warn
(std::move(E));
5550
auto
Warn
= [this](unsigned SecNdx, StringRef Msg) {
5565
Warn
(I, toString(ContentsOrErr.takeError()));
5571
Warn
(I, "the content is not null-terminated")
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
1700
// 'static inline' functions are defined in headers; don't
warn
.
1710
// linkage; don't
warn
. (Unlike functions, there isn't a convenient marker
1732
// Only
warn
for unused decls internal to the translation unit.
1763
// For a decomposition declaration,
warn
if none of the bindings are
1949
// Remove this name from our lexical scope, and
warn
on it if we haven't
2758
// Don't
warn
about applying selectany to implicitly inline variables.
3376
// common, so
warn
and ignore the calling convention on the redeclaration.
3462
// If this redeclaration makes it newly gnu_inline, we don't want to
warn
3765
GNUCompatibleParamWarning
Warn
= { OldParm, NewParm,
3767
Warnings.push_back(
Warn
);
[
all
...]
Completed in 37 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026