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

/freebsd-10-stable/contrib/llvm/lib/IR/
H A DInlineAsm.cpp254 unsigned NumOutputs = 0, NumInputs = 0, NumClobbers = 0; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DTargetInfo.cpp457 resolveSymbolicName(const char *&Name, ConstraintInfo *OutputConstraints, unsigned NumOutputs, unsigned &Index) const argument
481 validateInputConstraint(ConstraintInfo *OutputConstraints, unsigned NumOutputs, ConstraintInfo &Info) const argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp77 ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg constraints, MultiExprArg Exprs, Expr *asmString, MultiExprArg clobbers, SourceLocation RParenLoc) argument
472 ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, ArrayRef<Token> AsmToks, StringRef AsmString, unsigned NumOutputs, unsigned NumInputs, ArrayRef<StringRef> Constraints, ArrayRef<StringRef> Clobbers, ArrayRef<Expr*> Exprs, SourceLocation EndLoc) argument
[all...]
H A DTreeTransform.h1207 RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg Constraints, MultiExprArg Exprs, Expr *AsmString, MultiExprArg Clobbers, SourceLocation RParenLoc) argument
1222 RebuildMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, ArrayRef<Token> AsmToks, StringRef AsmString, unsigned NumOutputs, unsigned NumInputs, ArrayRef<StringRef> Constraints, ArrayRef<StringRef> Clobbers, ArrayRef<Expr*> Exprs, SourceLocation EndLoc) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp1351 unsigned NumOutputs = 0; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp389 setOutputsAndInputsAndClobbers(const ASTContext &C, IdentifierInfo **Names, StringLiteral **Constraints, Stmt **Exprs, unsigned NumOutputs, unsigned NumInputs, StringLiteral **Clobbers, unsigned NumClobbers) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp314 unsigned NumOutputs = S->getNumOutputs(); local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1376 unsigned NumOutputs; member in class:clang::AsmStmt
[all...]
/freebsd-10-stable/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4125 parseMSInlineAsm( void *AsmLoc, std::string &AsmString, unsigned &NumOutputs, unsigned &NumInputs, SmallVectorImpl<std::pair<void *, bool> > &OpDecls, SmallVectorImpl<std::string> &Constraints, SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII, const MCInstPrinter *IP, MCAsmParserSemaCallback &SI) argument

Completed in 271 milliseconds