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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp241 ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg constraints, MultiExprArg Exprs, Expr *asmString, MultiExprArg clobbers, unsigned NumLabels, SourceLocation RParenLoc) argument
/freebsd-11-stable/contrib/gcc/
H A Dsched-int.h123 rtx clobbers; member in struct:deps::deps_reg
H A Dstmt.c655 expand_asm_operands(tree string, tree outputs, tree inputs, tree clobbers, int vol, location_t locus) argument
H A Dc-parser.c4399 tree quals, str, outputs, inputs, clobbers, ret; local
[all...]
H A Dc-typeck.c7189 build_asm_expr(tree string, tree outputs, tree inputs, tree clobbers, bool simple) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp754 GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, bool issimple, bool isvolatile, unsigned numoutputs, unsigned numinputs, IdentifierInfo **names, StringLiteral **constraints, Expr **exprs, StringLiteral *asmstr, unsigned numclobbers, StringLiteral **clobbers, unsigned numlabels, SourceLocation rparenloc) argument
780 MSAsmStmt(const ASTContext &C, SourceLocation asmloc, SourceLocation lbraceloc, bool issimple, bool isvolatile, ArrayRef<Token> asmtoks, unsigned numoutputs, unsigned numinputs, ArrayRef<StringRef> constraints, ArrayRef<Expr*> exprs, StringRef asmstr, ArrayRef<StringRef> clobbers, SourceLocation endloc) argument
797 initialize(const ASTContext &C, StringRef asmstr, ArrayRef<Token> asmtoks, ArrayRef<StringRef> constraints, ArrayRef<Expr*> exprs, ArrayRef<StringRef> clobbers) argument
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dsemantics.c1216 finish_asm_stmt(int volatile_p, tree string, tree output_operands, tree input_operands, tree clobbers) argument
H A Dparser.c11341 tree clobbers = NULL_TREE; local
15243 tree clobbers = NULL_TREE; local
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c19634 ix86_md_asm_clobbers(tree outputs ATTRIBUTE_UNUSED, tree inputs ATTRIBUTE_UNUSED, tree clobbers) argument

Completed in 299 milliseconds