Home
last modified time | relevance | path

Searched refs:IsExact (Results 1 – 25 of 479) sorted by relevance

12345678910>>...20

/dports/games/openclonk/openclonk-release-8.1-src/src/control/
H A DC4GameSave.h58 …virtual bool GetKeepTitle() { return !IsExact(); } // whether original, localized title… in GetKeepTitle()
63 …virtual bool GetForceExactLandscape() { return GetSaveRuntimeData() && IsExact(); } // whether exa… in GetForceExactLandscape()
66 …virtual bool GetSaveUserPlayers() { return IsExact(); } // return whether joined user player… in GetSaveUserPlayers()
67 …virtual bool GetSaveScriptPlayers() { return IsExact(); } // return whether joined script pl… in GetSaveScriptPlayers()
68 …virtual bool GetSaveUserPlayerFiles() { return IsExact(); } // return whether .ocp files of … in GetSaveUserPlayerFiles()
69 …virtual bool GetSaveScriptPlayerFiles() { return IsExact(); } // return whether .ocp files o… in GetSaveScriptPlayerFiles()
78 …bool IsExact() { return Sync>=SyncSavegame; } // exact save (players, always exact landscape,… in IsExact() function
H A DC4GameSave.cpp70 rC4S.Head.SaveGame = GetSaveRuntimeData() && IsExact(); in SaveCore()
73 if (IsExact()) in SaveCore()
85 if (IsExact()) in SaveCore()
191 if (!Game.SaveData(*pSaveGroup, false, IsExact(), IsSynced(), &numbers)) in SaveRuntimeData()
194 if (IsExact()) if (!SaveScenarioSections()) in SaveRuntimeData()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/
H A DConflictInfo.cs50 public bool IsExact property in Antlr4.Runtime.Atn.ConflictInfo
72 return IsExact == other.IsExact && Utils.Equals(ConflictedAlts, other.ConflictedAlts); in Equals()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DScopeInfo.cpp73 bool IsExact = false; in getBaseInfo() local
78 IsExact = isa<VarDecl>(D); in getBaseInfo()
83 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts()); in getBaseInfo()
89 IsExact = IE->getBase()->isObjCSelfExpr(); in getBaseInfo()
104 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()
113 return BaseInfoTy(D, IsExact); in getBaseInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DScopeInfo.cpp73 bool IsExact = false; in getBaseInfo() local
78 IsExact = isa<VarDecl>(D); in getBaseInfo()
83 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts()); in getBaseInfo()
89 IsExact = IE->getBase()->isObjCSelfExpr(); in getBaseInfo()
104 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()
113 return BaseInfoTy(D, IsExact); in getBaseInfo()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp72 bool IsExact = false; in getBaseInfo() local
77 IsExact = isa<VarDecl>(D); in getBaseInfo()
82 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts()); in getBaseInfo()
88 IsExact = IE->getBase()->isObjCSelfExpr(); in getBaseInfo()
103 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()
112 return BaseInfoTy(D, IsExact); in getBaseInfo()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DScopeInfo.cpp73 bool IsExact = false; in getBaseInfo() local
78 IsExact = isa<VarDecl>(D); in getBaseInfo()
83 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts()); in getBaseInfo()
89 IsExact = IE->getBase()->isObjCSelfExpr(); in getBaseInfo()
104 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()
113 return BaseInfoTy(D, IsExact); in getBaseInfo()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DScopeInfo.cpp72 bool IsExact = false; in getBaseInfo() local
77 IsExact = isa<VarDecl>(D); in getBaseInfo()
82 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts()); in getBaseInfo()
88 IsExact = IE->getBase()->isObjCSelfExpr(); in getBaseInfo()
103 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()
112 return BaseInfoTy(D, IsExact); in getBaseInfo()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DScopeInfo.cpp72 bool IsExact = false; in getBaseInfo() local
77 IsExact = isa<VarDecl>(D); in getBaseInfo()
82 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts()); in getBaseInfo()
88 IsExact = IE->getBase()->isObjCSelfExpr(); in getBaseInfo()
103 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()
112 return BaseInfoTy(D, IsExact); in getBaseInfo()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DScopeInfo.cpp72 bool IsExact = false; in getBaseInfo() local
77 IsExact = isa<VarDecl>(D); in getBaseInfo()
82 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts()); in getBaseInfo()
88 IsExact = IE->getBase()->isObjCSelfExpr(); in getBaseInfo()
103 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()
112 return BaseInfoTy(D, IsExact); in getBaseInfo()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DScopeInfo.cpp73 bool IsExact = false; in getBaseInfo() local
78 IsExact = isa<VarDecl>(D); in getBaseInfo()
83 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts()); in getBaseInfo()
89 IsExact = IE->getBase()->isObjCSelfExpr(); in getBaseInfo()
104 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()
113 return BaseInfoTy(D, IsExact); in getBaseInfo()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DScopeInfo.cpp73 bool IsExact = false; in getBaseInfo() local
78 IsExact = isa<VarDecl>(D); in getBaseInfo()
83 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts()); in getBaseInfo()
89 IsExact = IE->getBase()->isObjCSelfExpr(); in getBaseInfo()
104 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()
113 return BaseInfoTy(D, IsExact); in getBaseInfo()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DScopeInfo.cpp72 bool IsExact = false; in getBaseInfo() local
77 IsExact = isa<VarDecl>(D); in getBaseInfo()
82 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts()); in getBaseInfo()
88 IsExact = IE->getBase()->isObjCSelfExpr(); in getBaseInfo()
103 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()
112 return BaseInfoTy(D, IsExact); in getBaseInfo()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp73 bool IsExact = false; in getBaseInfo() local
78 IsExact = isa<VarDecl>(D); in getBaseInfo()
83 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts()); in getBaseInfo()
89 IsExact = IE->getBase()->isObjCSelfExpr(); in getBaseInfo()
104 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()
113 return BaseInfoTy(D, IsExact); in getBaseInfo()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DScopeInfo.cpp73 bool IsExact = false; in getBaseInfo() local
78 IsExact = isa<VarDecl>(D); in getBaseInfo()
83 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts()); in getBaseInfo()
89 IsExact = IE->getBase()->isObjCSelfExpr(); in getBaseInfo()
104 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()
113 return BaseInfoTy(D, IsExact); in getBaseInfo()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DScopeInfo.cpp73 bool IsExact = false; in getBaseInfo() local
78 IsExact = isa<VarDecl>(D); in getBaseInfo()
83 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts()); in getBaseInfo()
89 IsExact = IE->getBase()->isObjCSelfExpr(); in getBaseInfo()
104 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()
113 return BaseInfoTy(D, IsExact); in getBaseInfo()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DScopeInfo.cpp73 bool IsExact = false; in getBaseInfo() local
78 IsExact = isa<VarDecl>(D); in getBaseInfo()
83 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts()); in getBaseInfo()
89 IsExact = IE->getBase()->isObjCSelfExpr(); in getBaseInfo()
104 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()
113 return BaseInfoTy(D, IsExact); in getBaseInfo()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DScopeInfo.cpp71 bool IsExact = false; in getBaseInfo() local
76 IsExact = isa<VarDecl>(D); in getBaseInfo()
81 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts()); in getBaseInfo()
87 IsExact = IE->getBase()->isObjCSelfExpr(); in getBaseInfo()
102 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()
111 return BaseInfoTy(D, IsExact); in getBaseInfo()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DScopeInfo.cpp73 bool IsExact = false; in getBaseInfo() local
78 IsExact = isa<VarDecl>(D); in getBaseInfo()
83 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts()); in getBaseInfo()
89 IsExact = IE->getBase()->isObjCSelfExpr(); in getBaseInfo()
104 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()
113 return BaseInfoTy(D, IsExact); in getBaseInfo()
/dports/devel/hs-hoogle/hoogle-5.0.18.2/src/Output/
H A DTags.hs81 data Tag = IsExact | IsPackage | IsModule | EqPackage String | EqModule String | EqCategory String … constructor
86 _ | v ~~ "exact" -> Just IsExact
99 showTag IsExact = ("is","exact") function
114 IsExact -> (IsExact, Nothing)
149 exact = Just IsExact `elem` [parseTag a b | QueryScope True a b <- qs]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/apparentlymart/go-versions/versions/constraints/
H A Dcanon_style.go182 if upper.Boundary.IsExact() {
193 if selection.Boundary.IsExact() {
204 if !selection.Boundary.IsExact() {
209 if !selection.Boundary.IsExact() {
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/
H A DOperator.h181 IsExact = (1 << 0) enumerator
190 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact); in setIsExact()
197 return SubclassOptionalData & IsExact; in isExact()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/IR/
H A DOperator.h123 IsExact = (1 << 0) enumerator
131 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact); in setIsExact()
137 return SubclassOptionalData & IsExact; in isExact()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/IR/
H A DOperator.h123 IsExact = (1 << 0) enumerator
131 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact); in setIsExact()
137 return SubclassOptionalData & IsExact; in isExact()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/IR/
H A DOperator.h123 IsExact = (1 << 0) enumerator
131 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact); in setIsExact()
137 return SubclassOptionalData & IsExact; in isExact()

12345678910>>...20