Searched refs:Consumed (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Initialization.h | 268 bool Consumed = (Context.getLangOpts().ObjCAutoRefCount && in InitializeParameter() local 276 Entity.Parameter = {Parm, Consumed}; in InitializeParameter() 284 bool Consumed) { in InitializeParameter() argument 289 Entity.Parameter = {nullptr, Consumed}; in InitializeParameter()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Lexer.cpp | 1919 int Consumed = _mm_cmpistri(AsciiIdentifierRangeV, Cv, in fastParseASCIIIdentifier() local 1922 CurPtr += Consumed; in fastParseASCIIIdentifier() 1923 if (Consumed == BytesPerRegister) in fastParseASCIIIdentifier() 2106 bool Consumed = false; in LexUDSuffix() local 2110 Consumed = true; in LexUDSuffix() 2112 Consumed = true; in LexUDSuffix() 2131 if (!Consumed) { in LexUDSuffix() 2141 unsigned Consumed = Size; in LexUDSuffix() local 2145 getCharAndSizeNoWarn(CurPtr + Consumed, LangOpts); in LexUDSuffix() 2159 Consumed += NextSize; in LexUDSuffix()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Attr.td | 3816 ["Unknown", "Consumed", "Unconsumed"]>]; 3849 ["Unknown", "Consumed", "Unconsumed"]>]; 3861 ["Unknown", "Consumed", "Unconsumed"]>]; 3873 ["Unknown", "Consumed", "Unconsumed"]>]; 3885 ["Unknown", "Consumed", "Unconsumed"]>]; 3897 ["Consumed", "Unconsumed"]>];
|
H A D | DiagnosticGroups.td | 1129 def Consumed : DiagGroup<"consumed">;
|
H A D | DiagnosticSemaKinds.td | 4078 // Consumed warnings 4081 "state">, InGroup<Consumed>, DefaultIgnore; 4084 "'%1' state">, InGroup<Consumed>, DefaultIgnore; 4087 "marked as consumable">, InGroup<Consumed>, DefaultIgnore; 4089 "return state set for an unconsumable type '%0'">, InGroup<Consumed>, 4093 InGroup<Consumed>, DefaultIgnore; 4096 InGroup<Consumed>, DefaultIgnore; 4099 "'%1', observed '%2'">, InGroup<Consumed>, DefaultIgnore; 4102 InGroup<Consumed>, DefaultIgnore;
|
H A D | AttrDocs.td | 2978 def DocCatConsumed : DocumentationCategory<"Consumed Annotation Checking"> {
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 637 void UnconsumeToken(Token &Consumed) { in UnconsumeToken() argument 639 PP.EnterToken(Consumed, /*IsReinject*/true); in UnconsumeToken()
|
/freebsd/lib/clang/libclang/ |
H A D | Makefile | 173 SRCS_MIN+= Analysis/Consumed.cpp
|