| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | GuardUtils.cpp | 23 Value *Condition, *WidenableCondition; in isWidenableBranch() local 30 Value *Condition, *WidenableCondition; in isGuardAsWidenableBranch() local 44 bool llvm::parseWidenableBranch(const User *U, Value *&Condition, in parseWidenableBranch()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | PredicateInfo.h | 94 Value *Condition; variable 109 PredicateBase(PredicateType PT, Value *Op, Value *Condition) in PredicateBase() 119 PredicateAssume(Value *Op, IntrinsicInst *AssumeInst, Value *Condition) in PredicateAssume() 151 Value *Condition, bool TakenEdge) in PredicateBranch()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
| H A D | utilities.h | 21 GWP_ASAN_ALWAYS_INLINE void Check(bool Condition, const char *Message) { in Check()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/ |
| H A D | scudo_termination.cpp | 35 void NORETURN CheckFailed(const char *File, int Line, const char *Condition, in CheckFailed()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | UndefBranchChecker.cpp | 61 void UndefBranchChecker::checkBranchCondition(const Stmt *Condition, in checkBranchCondition()
|
| H A D | TraversalChecker.cpp | 36 void TraversalDumper::checkBranchCondition(const Stmt *Condition, in checkBranchCondition()
|
| H A D | TestAfterDivZeroChecker.cpp | 212 void TestAfterDivZeroChecker::checkBranchCondition(const Stmt *Condition, in checkBranchCondition()
|
| H A D | CheckerDocumentation.cpp | 127 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const {} in checkBranchCondition() argument
|
| H A D | LocalizationChecker.cpp | 1342 const Expr *Condition = I->getCond()->IgnoreParenImpCasts(); in VisitIfStmt() local 1372 const Expr *Condition = C->getCond()->IgnoreParenImpCasts(); in VisitConditionalOperator() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbol.h | 56 #define DECLARE_PDB_SYMBOL_CUSTOM_TYPE(Condition) \ argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCPredicates.h | 87 inline Predicate getPredicate(unsigned Condition, unsigned Hint) { in getPredicate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ConstraintElimination.cpp | 222 CmpInst *Condition; member 236 CmpInst *Condition; member
|
| H A D | LoopPredication.cpp | 740 Value *Condition, in collectChecks() 753 Value *Condition = Worklist.pop_back_val(); in collectChecks() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.cpp | 565 SmallVectorImpl<MachineOperand> &Condition, in analyzeBranch() 663 ArrayRef<MachineOperand> Condition, in insertBranch()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Error.cpp | 159 void CheckAssert(SMLoc Loc, Init *Condition, Init *Message) { in CheckAssert()
|
| H A D | TGParser.cpp | 435 Init *Condition = E.Assertion->Condition->resolveReferences(R); in resolve() local 3191 Init *Condition = ParseValue(nullptr); in ParseIf() local 3291 Init *Condition = ParseValue(CurRec); in ParseAssert() local
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | report.cpp | 41 const char *Condition, u64 Value1, u64 Value2) { in reportCheckFailed()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 1337 if (const Expr *Condition = getCondition(BB->getTerminatorStmt())) { in joinSuccessors() local 1344 void handleConditional(const CFGBlock *BB, const Expr *Condition, in handleConditional() 1352 void handleParameterCheck(const CFGBlock *BB, const Expr *Condition, in handleParameterCheck() 1402 void handleConventionalCheck(const CFGBlock *BB, const Expr *Condition, in handleConventionalCheck()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Nodes.h | 97 Condition, enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ARMWinEH.h | 414 uint8_t Condition() const { in Condition() function
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 102 Condition enumerator
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 2043 const Stmt *Condition, in RecoverCastedSymbol() 2080 static const Stmt *getRightmostLeaf(const Stmt *Condition) { in getRightmostLeaf() 2106 static const Stmt *ResolveCondition(const Stmt *Condition, in ResolveCondition() 2170 assumeCondition(const Stmt *Condition, ExplodedNode *N) { in assumeCondition() 2216 void ExprEngine::processBranch(const Stmt *Condition, in processBranch()
|
| H A D | CheckerManager.cpp | 471 const Stmt *Condition; member 493 void CheckerManager::runCheckersForBranchCondition(const Stmt *Condition, in runCheckersForBranchCondition()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CoreEngine.h | 529 const Expr *Condition; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopPeel.cpp | 203 Value *Condition = BI->getCondition(); in countToEliminateCompares() local
|