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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp528 StringRef ConstraintStr = Info.getConstraintStr(); local
543 StringRef ConstraintStr = Info.getConstraintStr(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1825 EmitAsmInputLValue(const TargetInfo::ConstraintInfo &Info, LValue InputValue, QualType InputType, std::string &ConstraintStr, SourceLocation Loc) argument
1855 EmitAsmInput( const TargetInfo::ConstraintInfo &Info, const Expr *InputExpr, std::string &ConstraintStr) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1355 std::string AsmStr, ConstraintStr; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2333 const std::string &ConstraintStr = IA->getConstraintString(); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h849 std::string ConstraintStr; // constraint: "=rm" member in struct:clang::TargetInfo::ConstraintInfo
852 ConstraintInfo(StringRef ConstraintStr, StringRef Name) argument

Completed in 103 milliseconds