HomeSort by relevance Sort by last modified time
    Searched defs:Consumed (Results 1 - 4 of 4) sorted by null

  /external/llvm/tools/llvm-mc-fuzzer/
llvm-mc-fuzzer.cpp 75 unsigned Consumed;
78 Consumed = LLVMDisasmInstruction(Ctx, p, Size, 0, AssemblyText,
80 Size -= Consumed;
81 p += Consumed;
86 } while (Consumed != 0);
  /external/clang/include/clang/Sema/
Initialization.h 139 /// low bit indicating whether the parameter is "consumed".
214 bool Consumed = (Context.getLangOpts().ObjCAutoRefCount &&
223 = (static_cast<uintptr_t>(Consumed) | reinterpret_cast<uintptr_t>(Parm));
231 bool Consumed) {
236 Entity.Parameter = (Consumed);
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 190 milliseconds