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

1 2

  /external/clang/test/PCH/
asm.c 12 void call_clobbers(void) { clobbers(); }
asm.h 10 void clobbers() { function
  /development/ndk/platforms/android-9/arch-x86/include/asm/
irqflags_32.h 27 #define DISABLE_INTERRUPTS(clobbers) cli
29 #define ENABLE_INTERRUPTS(clobbers) sti
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
irqflags_32.h 20 #define DISABLE_INTERRUPTS(clobbers) cli
21 #define ENABLE_INTERRUPTS(clobbers) sti
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
irqflags_32.h 20 #define DISABLE_INTERRUPTS(clobbers) cli
21 #define ENABLE_INTERRUPTS(clobbers) sti
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
irqflags_32.h 20 #define DISABLE_INTERRUPTS(clobbers) cli
21 #define ENABLE_INTERRUPTS(clobbers) sti
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
irqflags_32.h 20 #define DISABLE_INTERRUPTS(clobbers) cli
21 #define ENABLE_INTERRUPTS(clobbers) sti
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
irqflags_32.h 20 #define DISABLE_INTERRUPTS(clobbers) cli
21 #define ENABLE_INTERRUPTS(clobbers) sti
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
irqflags_32.h 27 #define DISABLE_INTERRUPTS(clobbers) cli
29 #define ENABLE_INTERRUPTS(clobbers) sti
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
irqflags_32.h 27 #define DISABLE_INTERRUPTS(clobbers) cli
29 #define ENABLE_INTERRUPTS(clobbers) sti
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/
irqflags_32.h 27 #define DISABLE_INTERRUPTS(clobbers) cli
29 #define ENABLE_INTERRUPTS(clobbers) sti
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/
irqflags_32.h 27 #define DISABLE_INTERRUPTS(clobbers) cli
29 #define ENABLE_INTERRUPTS(clobbers) sti
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
irqflags_32.h 27 #define DISABLE_INTERRUPTS(clobbers) cli
29 #define ENABLE_INTERRUPTS(clobbers) sti
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/
irqflags_32.h 27 #define DISABLE_INTERRUPTS(clobbers) cli
29 #define ENABLE_INTERRUPTS(clobbers) sti
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/
irqflags_32.h 27 #define DISABLE_INTERRUPTS(clobbers) cli
29 #define ENABLE_INTERRUPTS(clobbers) sti
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
irqflags_32.h 27 #define DISABLE_INTERRUPTS(clobbers) cli
29 #define ENABLE_INTERRUPTS(clobbers) sti
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
irqflags_32.h 27 #define DISABLE_INTERRUPTS(clobbers) cli
29 #define ENABLE_INTERRUPTS(clobbers) sti
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
irqflags_32.h 27 #define DISABLE_INTERRUPTS(clobbers) cli
29 #define ENABLE_INTERRUPTS(clobbers) sti
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
irqflags_32.h 27 #define DISABLE_INTERRUPTS(clobbers) cli
29 #define ENABLE_INTERRUPTS(clobbers) sti
  /external/clang/test/Sema/
asm.c 23 void clobbers() { function
  /external/chromium_org/v8/test/webkit/
dfg-to-string-side-effect-clobbers-toString.js 25 "Tests what happens when you do ToString twice, and it has a side effect that clobbers the toString method in between the two ToStrings."
dfg-cse-cfa-discrepancy.js 40 y = 72; // PutScopedVar appears to clobber world in CSE but only clobbers structures in CFA.
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 81 Expr *asmString, MultiExprArg clobbers,
83 unsigned NumClobbers = clobbers.size();
87 StringLiteral **Clobbers = reinterpret_cast<StringLiteral**>(clobbers.data());
190 // Check that the clobbers are valid.
192 StringLiteral *Literal = Clobbers[i];
207 AsmString, NumClobbers, Clobbers, RParenLoc);
479 ArrayRef<StringRef> Clobbers,
487 Clobbers, EndLoc);
  /external/clang/lib/AST/
Stmt.cpp 394 StringLiteral **Clobbers,
414 C.Deallocate(this->Clobbers);
415 this->Clobbers = new (C) StringLiteral*[NumClobbers];
416 std::copy(Clobbers, Clobbers + NumClobbers, this->Clobbers);
633 StringLiteral **clobbers, SourceLocation rparenloc)
648 Clobbers = new (C) StringLiteral*[NumClobbers];
649 std::copy(clobbers, clobbers + NumClobbers, Clobbers)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 426 for (std::deque<Value *>::iterator it = cal->target.fn->clobbers.begin();
427 it != cal->target.fn->clobbers.end();
442 func->clobbers.push_back(func->getLValue(i));
    [all...]

Completed in 2270 milliseconds

1 2