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

  /external/clang/test/PCH/
asm.c 11 void call_clobbers(void) { clobbers(); }
asm.h 10 void clobbers() { function
  /bionic/libc/kernel/arch-x86/asm/
irqflags_32.h 20 #define DISABLE_INTERRUPTS(clobbers) cli
21 #define ENABLE_INTERRUPTS(clobbers) sti
  /development/ndk/platforms/android-9/arch-x86/include/asm/
irqflags_32.h 20 #define DISABLE_INTERRUPTS(clobbers) cli
21 #define ENABLE_INTERRUPTS(clobbers) sti
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
irqflags_32.h 20 #define DISABLE_INTERRUPTS(clobbers) cli
21 #define ENABLE_INTERRUPTS(clobbers) sti
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
irqflags_32.h 20 #define DISABLE_INTERRUPTS(clobbers) cli
21 #define ENABLE_INTERRUPTS(clobbers) sti
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
irqflags_32.h 20 #define DISABLE_INTERRUPTS(clobbers) cli
21 #define ENABLE_INTERRUPTS(clobbers) sti
  /external/kernel-headers/original/asm-x86/
irqflags_32.h 106 #define DISABLE_INTERRUPTS(clobbers) cli
107 #define ENABLE_INTERRUPTS(clobbers) sti
paravirt.h 300 unsigned paravirt_patch_default(u8 type, u16 clobbers, void *insnbuf,
1011 u16 clobbers; /* what registers you may clobber */ member in struct:paravirt_patch_site
1114 #define PARA_SITE(ptype, clobbers, ops) \
1122 .short clobbers; \
1129 #define DISABLE_INTERRUPTS(clobbers) \
1130 PARA_SITE(PARA_PATCH(pv_irq_ops, PV_IRQ_irq_disable), clobbers, \
1135 #define ENABLE_INTERRUPTS(clobbers) \
1136 PARA_SITE(PARA_PATCH(pv_irq_ops, PV_IRQ_irq_enable), clobbers, \
  /external/clang/test/Sema/
asm.c 18 void clobbers() { function
  /external/clang/lib/AST/
Stmt.cpp 268 StringLiteral **Clobbers,
288 C.Deallocate(this->Clobbers);
289 this->Clobbers = new (C) StringLiteral*[NumClobbers];
290 std::copy(Clobbers, Clobbers + NumClobbers, this->Clobbers);
469 StringLiteral **clobbers, SourceLocation rparenloc)
485 Clobbers = new (C) StringLiteral*[NumClobbers];
486 std::copy(clobbers, clobbers + NumClobbers, Clobbers)
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 483 milliseconds