HomeSort by: relevance | last modified time | path
    Searched refs:Consumed (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-mc-disassemble-fuzzer/
llvm-mc-disassemble-fuzzer.cpp 60 unsigned Consumed;
63 Consumed = LLVMDisasmInstruction(Ctx, p, Size, 0, AssemblyText,
65 Size -= Consumed;
66 p += Consumed;
71 } while (Consumed != 0);
113 // Rebuild the argv without the arguments llvm-mc-fuzzer consumed so that
  /src/external/apache2/llvm/lib/libclangAnalysis/
Makefile 20 Consumed.cpp \
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Initialization.h 190 /// integer indicating whether the parameter is "consumed".
263 bool Consumed = (Context.getLangOpts().ObjCAutoRefCount &&
271 Entity.Parameter = {Parm, Consumed};
279 bool Consumed) {
284 Entity.Parameter = {nullptr, Consumed};
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
Consumed.cpp 1 //===- Consumed.cpp -------------------------------------------------------===//
9 // A intra-procedural analysis for checking consumed properties. This is based,
14 #include "clang/Analysis/Analyses/Consumed.h"
56 using namespace consumed;
131 case CallableWhenAttr::Consumed:
204 case ConsumableAttr::Consumed:
217 case ParamTypestateAttr::Consumed:
230 case ReturnTypestateAttr::Consumed:
242 case SetTypestateAttr::Consumed:
250 case consumed::CS_None
286 namespace consumed { namespace in namespace:clang
457 namespace consumed { namespace in namespace:clang
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 76 // consumed. This token is used for diagnostics where we expected to
479 /// Returns the location of the consumed token.
569 void UnconsumeToken(Token &Consumed) {
571 PP.EnterToken(Consumed, /*IsReinject*/true);
930 /// either "commit the consumed tokens" or revert to the previously marked
1014 /// input. If so, it is consumed and false is returned.
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp 1827 bool Consumed = false;
1831 Consumed = true;
1833 Consumed = true;
1852 if (!Consumed) {
1862 unsigned Consumed = Size;
1866 char Next = getCharAndSizeNoWarn(CurPtr + Consumed, NextSize,
1881 Consumed += NextSize;
3289 // Since we consumed a newline, we are back at the start of a line.

Completed in 22 milliseconds