Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp3250 #define DEBUG_NOTE_DECL_FAIL(D, Msg) \ macro
3255 #define DEBUG_NOTE_DECL_FAIL(D, Msg) macro
3308 DEBUG_NOTE_DECL_FAIL(D, " : failed to generate 'std::span' type"); in fixLocalVarDeclWithSpan()
3331 DEBUG_NOTE_DECL_FAIL(D, " : failed to locate the end of the declaration"); in fixLocalVarDeclWithSpan()
3551 DEBUG_NOTE_DECL_FAIL(PVD, " : has unsupport specifier(s)"); in fixParamWithSpan()
3556 DEBUG_NOTE_DECL_FAIL(PVD, " : has default arg"); in fixParamWithSpan()
3565 DEBUG_NOTE_DECL_FAIL(PVD, " : invalid pointee type"); in fixParamWithSpan()
3572 DEBUG_NOTE_DECL_FAIL(PVD, " : invalid identifier name"); in fixParamWithSpan()
3599 DEBUG_NOTE_DECL_FAIL(VD, in fixVariableWithSpan()
3605 DEBUG_NOTE_DECL_FAIL(VD, " : multiple VarDecls"); in fixVariableWithSpan()
[all …]