HomeSort by relevance Sort by last modified time
    Searched refs:Consumed (Results 1 - 25 of 28) sorted by null

1 2

  /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);
133 // Rebuild the argv without the arguments llvm-mc-fuzzer consumed so that
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbDesc.c 137 @param Consumed Number of bytes consumed.
147 OUT UINTN *Consumed
158 *Consumed = 0;
215 *Consumed = Offset + Head->Len;
226 @param Consumed The number of raw descriptor consumed.
235 OUT UINTN *Consumed
245 *Consumed = 0;
290 *Consumed = Offset;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrDump.inc 252 case CallableWhenAttr::Consumed:
253 OS << " Consumed";
300 case ConsumableAttr::Consumed:
301 OS << " Consumed";
843 case ParamTypestateAttr::Consumed:
844 OS << " Consumed";
929 case ReturnTypestateAttr::Consumed:
930 OS << " Consumed";
968 case SetTypestateAttr::Consumed:
969 OS << " Consumed";
    [all...]
Attrs.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrDump.inc 252 case CallableWhenAttr::Consumed:
253 OS << " Consumed";
300 case ConsumableAttr::Consumed:
301 OS << " Consumed";
843 case ParamTypestateAttr::Consumed:
844 OS << " Consumed";
929 case ReturnTypestateAttr::Consumed:
930 OS << " Consumed";
968 case SetTypestateAttr::Consumed:
969 OS << " Consumed";
    [all...]
Attrs.inc     [all...]
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Initialization.h 153 /// low bit indicating whether the parameter is "consumed".
230 bool Consumed = (Context.getLangOpts().ObjCAutoRefCount &&
239 = (static_cast<uintptr_t>(Consumed) | reinterpret_cast<uintptr_t>(Parm));
247 bool Consumed) {
252 Entity.Parameter = (Consumed);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Initialization.h 153 /// low bit indicating whether the parameter is "consumed".
230 bool Consumed = (Context.getLangOpts().ObjCAutoRefCount &&
239 = (static_cast<uintptr_t>(Consumed) | reinterpret_cast<uintptr_t>(Parm));
247 bool Consumed) {
252 Entity.Parameter = (Consumed);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Initialization.h 153 /// low bit indicating whether the parameter is "consumed".
230 bool Consumed = (Context.getLangOpts().ObjCAutoRefCount &&
239 = (static_cast<uintptr_t>(Consumed) | reinterpret_cast<uintptr_t>(Parm));
247 bool Consumed) {
252 Entity.Parameter = (Consumed);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Initialization.h 153 /// low bit indicating whether the parameter is "consumed".
230 bool Consumed = (Context.getLangOpts().ObjCAutoRefCount &&
239 = (static_cast<uintptr_t>(Consumed) | reinterpret_cast<uintptr_t>(Parm));
247 bool Consumed) {
252 Entity.Parameter = (Consumed);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Initialization.h 153 /// low bit indicating whether the parameter is "consumed".
230 bool Consumed = (Context.getLangOpts().ObjCAutoRefCount &&
239 = (static_cast<uintptr_t>(Consumed) | reinterpret_cast<uintptr_t>(Parm));
247 bool Consumed) {
252 Entity.Parameter = (Consumed);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Initialization.h 153 /// low bit indicating whether the parameter is "consumed".
230 bool Consumed = (Context.getLangOpts().ObjCAutoRefCount &&
239 = (static_cast<uintptr_t>(Consumed) | reinterpret_cast<uintptr_t>(Parm));
247 bool Consumed) {
252 Entity.Parameter = (Consumed);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Initialization.h 153 /// low bit indicating whether the parameter is "consumed".
230 bool Consumed = (Context.getLangOpts().ObjCAutoRefCount &&
239 = (static_cast<uintptr_t>(Consumed) | reinterpret_cast<uintptr_t>(Parm));
247 bool Consumed) {
252 Entity.Parameter = (Consumed);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Initialization.h 153 /// low bit indicating whether the parameter is "consumed".
230 bool Consumed = (Context.getLangOpts().ObjCAutoRefCount &&
239 = (static_cast<uintptr_t>(Consumed) | reinterpret_cast<uintptr_t>(Parm));
247 bool Consumed) {
252 Entity.Parameter = (Consumed);
    [all...]
  /external/clang/lib/Analysis/
Consumed.cpp 1 //===- Consumed.cpp --------------------------------------------*- C++ --*-===//
10 // A intra-procedural analysis for checking consumed properties. This is based,
23 #include "clang/Analysis/Analyses/Consumed.h"
52 using namespace consumed;
128 case CallableWhenAttr::Consumed:
203 case ConsumableAttr::Consumed:
216 case ParamTypestateAttr::Consumed:
229 case ReturnTypestateAttr::Consumed:
241 case SetTypestateAttr::Consumed:
249 case consumed::CS_None
283 namespace consumed { namespace in namespace:clang
953 namespace consumed { namespace in namespace:clang
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
stack_test.go 16 // The test consumed up to 500MB in the past.
57 consumed := int64(s1.StackSys - s0.StackSys)
58 t.Logf("Consumed %vMB for stack mem", consumed>>20)
60 if consumed > estimate {
61 t.Fatalf("Stack mem: want %v, got %v", estimate, consumed)
  /prebuilts/go/linux-x86/src/runtime/
stack_test.go 16 // The test consumed up to 500MB in the past.
57 consumed := int64(s1.StackSys - s0.StackSys)
58 t.Logf("Consumed %vMB for stack mem", consumed>>20)
60 if consumed > estimate {
61 t.Fatalf("Stack mem: want %v, got %v", estimate, consumed)
  /external/clang/include/clang/Parse/
Parser.h 71 // consumed. This token is used for diagnostics where we expected to
290 /// Returns the location of the consumed token.
355 void UnconsumeToken(Token &Consumed) {
357 PP.EnterToken(Consumed);
670 /// either "commit the consumed tokens" or revert to the previously marked
751 /// input. If so, it is consumed and false is returned.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Parse/
Parser.h 72 // consumed. This token is used for diagnostics where we expected to
308 /// Returns the location of the consumed token.
377 void UnconsumeToken(Token &Consumed) {
379 PP.EnterToken(Consumed);
693 /// either "commit the consumed tokens" or revert to the previously marked
774 /// input. If so, it is consumed and false is returned.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Parse/
Parser.h 72 // consumed. This token is used for diagnostics where we expected to
308 /// Returns the location of the consumed token.
377 void UnconsumeToken(Token &Consumed) {
379 PP.EnterToken(Consumed);
693 /// either "commit the consumed tokens" or revert to the previously marked
774 /// input. If so, it is consumed and false is returned.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Parse/
Parser.h 72 // consumed. This token is used for diagnostics where we expected to
308 /// Returns the location of the consumed token.
377 void UnconsumeToken(Token &Consumed) {
379 PP.EnterToken(Consumed);
693 /// either "commit the consumed tokens" or revert to the previously marked
774 /// input. If so, it is consumed and false is returned.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h 72 // consumed. This token is used for diagnostics where we expected to
308 /// Returns the location of the consumed token.
377 void UnconsumeToken(Token &Consumed) {
379 PP.EnterToken(Consumed);
693 /// either "commit the consumed tokens" or revert to the previously marked
774 /// input. If so, it is consumed and false is returned.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Parse/
Parser.h 72 // consumed. This token is used for diagnostics where we expected to
308 /// Returns the location of the consumed token.
377 void UnconsumeToken(Token &Consumed) {
379 PP.EnterToken(Consumed);
693 /// either "commit the consumed tokens" or revert to the previously marked
774 /// input. If so, it is consumed and false is returned.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Parse/
Parser.h 72 // consumed. This token is used for diagnostics where we expected to
308 /// Returns the location of the consumed token.
377 void UnconsumeToken(Token &Consumed) {
379 PP.EnterToken(Consumed);
693 /// either "commit the consumed tokens" or revert to the previously marked
774 /// input. If so, it is consumed and false is returned.
    [all...]

Completed in 738 milliseconds

1 2