Searched refs:Same (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmcstyle.c1089 BOOLEAN Same; local
1113 Same = AcpiDmIsTargetAnOperand (Target->Common.Value.Arg,
1115 if (!Same)
1126 Same = AcpiDmIsTargetAnOperand (Target->Common.Next,
1128 if (!Same)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp96 bool Same = true; local
101 Same = false;
105 if (Same)
/freebsd-13-stable/contrib/cortex-strings/src/arm/
H A Dmemset.S92 orr r1, r1, r1, lsl#8 @ Same character into all bytes
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp247 continue; // Same types
250 continue; // Same canonical types
586 /// Same - Whether the two arguments evaluate to the same value.
587 bool Same = false; member in struct:__anon1557::TemplateDiff::DiffTree::DiffNode
727 void SetSame(bool Same) { argument
728 FlatTree[CurrentNode].Same = Same;
880 return FlatTree[ReadNode].Same;
1628 bool FromDefault, bool ToDefault, bool Same) {
1632 if (Same) {
1627 PrintTypeNames(QualType FromType, QualType ToType, bool FromDefault, bool ToDefault, bool Same) argument
1679 PrintExpr(const Expr *FromExpr, const Expr *ToExpr, bool FromDefault, bool ToDefault, bool Same) argument
1714 PrintTemplateTemplate(TemplateDecl *FromTD, TemplateDecl *ToTD, bool FromDefault, bool ToDefault, bool Same) argument
1748 PrintAPSInt(const llvm::APSInt &FromInt, const llvm::APSInt &ToInt, bool IsValidFromInt, bool IsValidToInt, QualType FromIntType, QualType ToIntType, Expr *FromExpr, Expr *ToExpr, bool FromDefault, bool ToDefault, bool Same) argument
1862 PrintValueDecl(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl, bool FromAddressOf, bool ToAddressOf, bool FromNullPtr, bool ToNullPtr, Expr *FromExpr, Expr *ToExpr, bool FromDefault, bool ToDefault, bool Same) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp222 MemoryAccess *Same = nullptr;
225 if (Op == Phi || Op == Same)
228 if (Same)
230 Same = cast<MemoryAccess>(&*Op);
233 if (Same == nullptr)
236 Phi->replaceAllUsesWith(Same);
242 return recursePhi(Same);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql38 Same as in V1 schema, except that it uses the `WITHOUT ROWID` optimization:
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvar-op-sunsh.mk59 # Same pattern here. Until 2020-10-04, the ':sh' inside the nested expression
/freebsd-13-stable/share/mk/
H A Dbsd.progs.mk132 # Same check from cleanobj: in bsd.obj.mk
H A Dbsd.obj.mk167 # Same check in bsd.progs.mk
/freebsd-13-stable/contrib/openresolv/
H A Dresolvconf.in115 -V [\$PATTERN] Same as -v, but only uses configuration in
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1440 void setPreviousDeclInSameBlockScope(bool Same) {
1442 NonParmVarDeclBits.PreviousDeclInSameBlockScope = Same;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp325 // we retain? (Same question for p->~type-name().)
6178 bool Same = Context.hasSameType(LTy, RTy);
6179 if (Same && LVK == RVK && LVK != VK_RValue &&
6206 if (!Same && (LTy->isRecordType() || RTy->isRecordType())) {
/freebsd-13-stable/sys/crypto/openssl/aarch64/
H A Dvpaes-armv8.S335 ## Same API as encryption core.

Completed in 295 milliseconds