Searched defs:NumClobbers (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp261 unsigned NumOutputs = 0, NumInputs = 0, NumClobbers = 0; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp248 unsigned NumClobbers = clobbers.size(); local
211 getClobberConflictLocation(MultiExprArg Exprs, StringLiteral **Constraints, StringLiteral **Clobbers, int NumClobbers, unsigned NumLabels, const TargetInfo &Target, ASTContext &Cont) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp473 setOutputsAndInputsAndClobbers(const ASTContext &C, IdentifierInfo **Names, StringLiteral **Constraints, Stmt **Exprs, unsigned NumOutputs, unsigned NumInputs, unsigned NumLabels, StringLiteral **Clobbers, unsigned NumClobbers) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp369 unsigned NumClobbers = S->getNumClobbers(); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2750 unsigned NumClobbers; member in class:clang::AsmStmt

Completed in 96 milliseconds