Searched defs:lhs (Results 151 - 171 of 171) sorted by relevance

1234567

/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c1034 tree lhs; local
1627 tree op, lhs, rhs; local
[all...]
H A Dc-common.c6239 catenate_strings(const char *lhs, const char *rhs_start, int rhs_size) argument
H A Dc-typeck.c3905 build_modify_expr(tree lhs, enum tree_code modifycode, tree rhs) argument
[all...]
H A Dcombine.c6422 rtx rhs, lhs; local
7774 rtx rhs, lhs; local
7934 rtx lhs, rhs, other; local
8993 rtx lhs = simplify_shift_const (NULL_RTX, code, shift_mode, local
[all...]
H A Ddwarf2out.c9490 dw_loc_descr_ref lhs local
H A Dfold-const.c3488 optimize_bit_field_compare(enum tree_code code, tree compare_type, tree lhs, tree rhs) argument
4887 tree lhs = make_range (op0, &in0_p, &low0, &high0, &strict_overflow_p); local
5024 fold_truthop(enum tree_code code, tree truth_type, tree lhs, tree rhs) argument
5991 tree lhs = NULL_TREE; local
8013 tree lhs; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbarch.c4326 gdbarch_inner_than (struct gdbarch *gdbarch, CORE_ADDR lhs, CORE_ADDR rhs) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp622 static bool CmpCaseVals(const std::pair<llvm::APSInt, CaseStmt*>& lhs, argument
636 static bool CmpEnumVals(const std::pair<llvm::APSInt, EnumConstantDecl*>& lhs, argument
644 static bool EqEnumVals(const std::pair<llvm::APSInt, EnumConstantDecl*>& lhs, argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp1521 ClangASTContext::UnifyAccessSpecifiers(clang::AccessSpecifier lhs, argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3504 friend bool operator==(ExtParameterInfo lhs, ExtParameterInfo rhs) { argument
3508 friend bool operator!=(ExtParameterInfo lhs, ExtParameterInfo rhs) { argument
H A DStmt.h1552 CaseStmt(Expr *lhs, Expr *rhs, SourceLocation caseLoc, argument
H A DExpr.h2469 ArraySubscriptExpr(Expr *lhs, Expr *rhs, QualType t, argument
3441 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, argument
3626 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, ExprValueKind VK, ExprObjectKind OK, SourceLocation opLoc, FPOptions FPFeatures, bool dead2) argument
3658 CompoundAssignOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResType, ExprValueKind VK, ExprObjectKind OK, QualType CompLHSType, QualType CompResultType, SourceLocation OpLoc, FPOptions FPFeatures) argument
3738 ConditionalOperator(Expr *cond, SourceLocation QLoc, Expr *lhs, SourceLocation CLoc, Expr *rhs, QualType t, ExprValueKind VK, ExprObjectKind OK) argument
3821 BinaryConditionalOperator(Expr *common, OpaqueValueExpr *opaqueValue, Expr *cond, Expr *lhs, Expr *rhs, SourceLocation qloc, SourceLocation cloc, QualType t, ExprValueKind VK, ExprObjectKind OK) argument
4142 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, ExprValueKind VK, ExprObjectKind OK, SourceLocation RP, bool condIsTrue, bool TypeDependent, bool ValueDependent) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp121 bool operator==(const Point &lhs, const Point &rhs) { argument
125 bool operator!=(const Point &lhs, const Point &rhs) { argument
142 bool operator==(const Size &lhs, const Size &rhs) { argument
146 bool operator!=(const Size &lhs, cons argument
246 operator ==(const Rect &lhs, const Rect &rhs) argument
250 operator !=(const Rect &lhs, const Rect &rhs) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4313 Optional<LValue> lhs = local
[all...]
H A DCGExprScalar.cpp3220 llvm::Value *lhs = Builder.CreateSExt(Ops.LHS, CGF.Int64Ty); local
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_all.c9097 scsi_devid_match(uint8_t *lhs, size_t lhs_len, uint8_t *rhs, size_t rhs_len) argument
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c1188 tree lhs; member in struct:cp_parser_expression_stack_entry
5925 tree lhs, rhs; local
21060 tree lhs, rhs; local
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c5474 rtx body, lhs, rhs;; local
5554 rtx lhs = XEXP (body, 0), rhs = XEXP (body, 1); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8169 ObjCQualifiedClassTypesAreCompatible( const ObjCObjectPointerType *lhs, const ObjCObjectPointerType *rhs) argument
8187 ObjCQualifiedIdTypesAreCompatible( const ObjCObjectPointerType *lhs, const ObjCObjectPointerType *rhs, bool compare) argument
8409 compareObjCProtocolsByName(ObjCProtocolDecl * const *lhs, ObjCProtocolDecl * const *rhs) argument
8481 canAssignObjCObjectTypes(ASTContext &ctx, QualType lhs, QualType rhs) argument
8788 mergeFunctionParameterTypes(QualType lhs, QualType rhs, bool OfBlockPointer, bool Unqualified) argument
8807 mergeFunctionTypes(QualType lhs, QualType rhs, bool OfBlockPointer, bool Unqualified) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c107230 YYCODETYPE lhs; /* Symbol on the left-hand side of the rule */ member in struct:__anon6092
123669 fts3CompareElemByTerm(const void *lhs, const void *rhs) argument
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c82914 i64 lhs = vdbeRecordDecodeInt(serial_type, &aKey1[d1]); local
83080 i64 lhs; local
181884 fts3CompareElemByTerm( const void *lhs, const void *rhs ) argument
[all...]

Completed in 1418 milliseconds

1234567