Searched refs:clobbers (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/PCH/
H A Dasm.c11 void call_clobbers(void) { clobbers(); }
H A Dasm.h10 void clobbers() { function
/external/clang/test/Sema/
H A Dasm.c18 void clobbers() { function
/external/kernel-headers/original/asm-x86/
H A Dirqflags_32.h106 #define DISABLE_INTERRUPTS(clobbers) cli
107 #define ENABLE_INTERRUPTS(clobbers) sti
H A Dparavirt.h300 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/lib/AST/
H A DStmt.cpp654 unsigned numclobbers, StringLiteral **clobbers,
671 std::copy(clobbers, clobbers + NumClobbers, Clobbers);
680 ArrayRef<StringRef> clobbers, SourceLocation endloc)
682 inputs.size(), clobbers.size()), LBraceLoc(lbraceloc),
716 size_t size = clobbers[i].size();
718 std::strncpy(dest, clobbers[i].data(), size);
650 GCCAsmStmt(ASTContext &C, SourceLocation asmloc, bool issimple, bool isvolatile, unsigned numoutputs, unsigned numinputs, IdentifierInfo **names, StringLiteral **constraints, Expr **exprs, StringLiteral *asmstr, unsigned numclobbers, StringLiteral **clobbers, SourceLocation rparenloc) argument
674 MSAsmStmt(ASTContext &C, SourceLocation asmloc, SourceLocation lbraceloc, bool issimple, bool isvolatile, ArrayRef<Token> asmtoks, ArrayRef<IdentifierInfo*> inputs, ArrayRef<IdentifierInfo*> outputs, ArrayRef<Expr*> inputexprs, ArrayRef<Expr*> outputexprs, StringRef asmstr, ArrayRef<StringRef> constraints, ArrayRef<StringRef> clobbers, SourceLocation endloc) argument
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp98 Expr *asmString, MultiExprArg clobbers,
100 unsigned NumClobbers = clobbers.size();
105 StringLiteral **Clobbers = reinterpret_cast<StringLiteral**>(clobbers.data());
189 // Check that the clobbers are valid.
568 // Build the list of clobbers, outputs and inputs.
94 ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg constraints, MultiExprArg exprs, Expr *asmString, MultiExprArg clobbers, SourceLocation RParenLoc) argument
/external/clang/include/clang/AST/
H A DStmt.h1537 StringLiteral **clobbers, SourceLocation rparenloc);
1689 ArrayRef<StringRef> clobbers, SourceLocation endloc);
/external/grub/docs/
H A Dtexinfo.tex3793 % since nobody clobbers \vsize.)

Completed in 183 milliseconds