Searched defs:InputExpr (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaStmtAsm.cpp | 381 Expr *InputExpr = Exprs[i]; in ActOnGCCAsmStmt() local |
H A D | TreeTransform.h | 4667 Expr *InputExpr = Input.getSourceExpression(); TransformTemplateArgument() local |
H A D | SemaExpr.cpp | 16282 CreateBuiltinUnaryOp(SourceLocation OpLoc,UnaryOperatorKind Opc,Expr * InputExpr,bool IsAfterAmp) CreateBuiltinUnaryOp() argument |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGStmt.cpp | 2225 EmitAsmInput(const TargetInfo::ConstraintInfo & Info,const Expr * InputExpr,std::string & ConstraintStr) EmitAsmInput() argument |