Searched refs:lhs (Results 226 - 232 of 232) sorted by relevance

12345678910

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp1521 ClangASTContext::UnifyAccessSpecifiers(clang::AccessSpecifier lhs, argument
1525 if (lhs == AS_none || rhs == AS_none)
1527 if (lhs == AS_private || rhs == AS_private)
1529 if (lhs == AS_protected || rhs == AS_protected)
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3220 llvm::Value *lhs = Builder.CreateSExt(Ops.LHS, CGF.Int64Ty); local
3226 lhs,
3616 = Builder.CreatePtrToInt(op.LHS, CGF.PtrDiffTy, "sub.ptr.lhs.cast");
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_all.h4254 uint8_t *lhs, size_t lhs_len);
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c17911 i8 r1; /* Value to return if (lhs < rhs) */
17912 i8 r2; /* Value to return if (lhs > rhs) */
18124 ** a CASE expression or an IN expression of the form "<lhs> IN (<y>, <z>...)".
18126 ** the form "<lhs> IN (SELECT ...)". If the EP_xIsSelect bit is set in the
82914 i64 lhs = vdbeRecordDecodeInt(serial_type, &aKey1[d1]); local
83080 i64 lhs; local
181884 fts3CompareElemByTerm( const void *lhs, const void *rhs ) argument
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c411 #define DTRACE_HASHEQ(hash, lhs, rhs) \
412 (strcmp(*((char **)((uintptr_t)(lhs) + (hash)->dth_stroffs)), \
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10759 // If the lhs type is a transparent union, check whether we
10843 ExprResult &cond, ExprResult &lhs, ExprResult &rhs,
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10247 ** a CASE expression or an IN expression of the form "<lhs> IN (<y>, <z>...)".
10249 ** the form "<lhs> IN (SELECT ...)". If the EP_xIsSelect bit is set in the
107230 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...]

Completed in 1378 milliseconds

12345678910