| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | GuardUtils.cpp | 27 Value *Condition, *WidenableCondition; in isWidenableBranch() local 53 bool llvm::parseWidenableBranch(const User *U, Value *&Condition, in parseWidenableBranch() 118 static void parseCondition(Value *Condition, in parseCondition() 141 Value *Condition = isGuard(U) ? cast<IntrinsicInst>(U)->getArgOperand(0) in parseWidenableGuard() local 156 auto Condition = BI->getCondition(); in extractWidenableCondition() local
|
| /src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | PredicateInfo.h | 93 Value *Condition; variable 108 PredicateBase(PredicateType PT, Value *Op, Value *Condition) in PredicateBase() 118 PredicateAssume(Value *Op, IntrinsicInst *AssumeInst, Value *Condition) in PredicateAssume() 150 Value *Condition, bool TakenEdge) in PredicateBranch()
|
| /src/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()
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | UndefBranchChecker.cpp | 62 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 | 208 void TestAfterDivZeroChecker::checkBranchCondition(const Stmt *Condition, in checkBranchCondition()
|
| H A D | CheckerDocumentation.cpp | 133 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const {} in checkBranchCondition() argument
|
| H A D | LocalizationChecker.cpp | 1337 const Expr *Condition = I->getCond(); in VisitIfStmt() local 1370 const Expr *Condition = C->getCond()->IgnoreParenImpCasts(); in VisitConditionalOperator() local
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCPredicates.h | 87 inline Predicate getPredicate(unsigned Condition, unsigned Hint) { in getPredicate()
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbol.h | 57 #define DECLARE_PDB_SYMBOL_CUSTOM_TYPE(Condition) \ argument
|
| /src/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.cpp | 564 SmallVectorImpl<MachineOperand> &Condition, in analyzeBranch() 660 ArrayRef<MachineOperand> Condition, in insertBranch()
|
| /src/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 | 500 Init *Condition = E.Assertion->Condition->resolveReferences(R); in resolve() local 3822 Init *Condition = ParseValue(nullptr); in ParseIf() local 3924 Init *Condition = ParseValue(CurRec); in ParseAssert() local
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMWinCOFFStreamer.cpp | 221 void ARMTargetWinCOFFStreamer::emitARMWinCFIEpilogStart(unsigned Condition) { in emitARMWinCFIEpilogStart()
|
| H A D | ARMTargetStreamer.cpp | 127 void ARMTargetStreamer::emitARMWinCFIEpilogStart(unsigned Condition) {} in emitARMWinCFIEpilogStart()
|
| /src/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCWinEH.h | 61 unsigned Condition; member
|
| /src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | report.cpp | 37 const char *Condition, u64 Value1, u64 Value2) { in reportCheckFailed()
|
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 1338 if (const Expr *Condition = getCondition(BB->getTerminatorStmt())) { in joinSuccessors() local 1345 void handleConditional(const CFGBlock *BB, const Expr *Condition, in handleConditional() 1353 void handleParameterCheck(const CFGBlock *BB, const Expr *Condition, in handleParameterCheck() 1403 void handleConventionalCheck(const CFGBlock *BB, const Expr *Condition, in handleConventionalCheck()
|
| /src/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Nodes.h | 92 Condition, enumerator
|
| /src/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ARMWinEH.h | 415 uint8_t Condition() const { in Condition() function
|
| /src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 110 Condition enumerator
|
| /src/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.cpp | 513 for (auto &Condition : Conditions) in emit() local 625 if (const auto *Condition = dyn_cast<InstructionOpcodeMatcher>(&P)) { in emitPredicateSpecificOpcodes() local 630 if (const auto *Condition = dyn_cast<LLTOperandMatcher>(&P)) { in emitPredicateSpecificOpcodes() local
|
| /src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CoreEngine.h | 537 const Expr *Condition; variable
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 2583 const Stmt *Condition, in RecoverCastedSymbol() 2620 static const Stmt *getRightmostLeaf(const Stmt *Condition) { in getRightmostLeaf() 2646 static const Stmt *ResolveCondition(const Stmt *Condition, in ResolveCondition() 2708 assumeCondition(const Stmt *Condition, ExplodedNode *N) { in assumeCondition() 2754 void ExprEngine::processBranch(const Stmt *Condition, in processBranch()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2819 llvm::Value *Condition = nullptr; in FormX86ResolverCondition() local 2894 llvm::Value *Condition = FormAArch64ResolverCondition(RO); in EmitAArch64MultiVersionResolver() local 2939 llvm::Value *Condition = FormX86ResolverCondition(RO); in EmitX86MultiVersionResolver() local
|