| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/compiler-rt/lib/gwp_asan/ |
| H A D | utilities.h | 21 GWP_ASAN_ALWAYS_INLINE void Check(bool Condition, const char *Message) { in Check()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | PThreadCondition.h | 24 pthread_cond_t *Condition() { return &m_condition; } in Condition() function
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ |
| H A D | StaticAssertCheck.cpp | 57 auto Condition = in registerMatchers() local 79 const auto *Condition = Result.Nodes.getNodeAs<Expr>("condition"); in check() local
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/ |
| H A D | scudo_termination.cpp | 35 void NORETURN CheckFailed(const char *File, int Line, const char *Condition, in CheckFailed()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | RedundantPreprocessorCheck.cpp | 24 std::string Condition; member 41 StringRef Condition = in If() local
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/llvm/ |
| H A D | PreferIsaOrDynCastInConditionalsCheck.cpp | 27 auto Condition = hasCondition(implicitCastExpr(has( in registerMatchers() local
|
| /llvm-project-15.0.7/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 | CheckerDocumentation.cpp | 127 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const {} in checkBranchCondition() argument
|
| H A D | TestAfterDivZeroChecker.cpp | 212 void TestAfterDivZeroChecker::checkBranchCondition(const Stmt *Condition, in checkBranchCondition()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCPredicates.h | 87 inline Predicate getPredicate(unsigned Condition, unsigned Hint) { in getPredicate()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbol.h | 57 #define DECLARE_PDB_SYMBOL_CUSTOM_TYPE(Condition) \ argument
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | ext-vector-type-conditional.cpp | 35 void Condition() { in Condition() function
|
| H A D | vector-size-conditional.cpp | 38 void Condition() { in Condition() function
|
| /llvm-project-15.0.7/third-party/benchmark/src/ |
| H A D | mutex.h | 69 typedef std::condition_variable Condition; typedef
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCWinEH.h | 60 unsigned Condition; member
|
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | Error.cpp | 159 void CheckAssert(SMLoc Loc, Init *Condition, Init *Message) { in CheckAssert()
|
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.cpp | 563 SmallVectorImpl<MachineOperand> &Condition, in analyzeBranch() 659 ArrayRef<MachineOperand> Condition, in insertBranch()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMWinCOFFStreamer.cpp | 223 void ARMTargetWinCOFFStreamer::emitARMWinCFIEpilogStart(unsigned Condition) { in emitARMWinCFIEpilogStart()
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | report.cpp | 41 const char *Condition, u64 Value1, u64 Value2) { in reportCheckFailed()
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/lib/grammar/ |
| H A D | Grammar.cpp | 200 #define KEYWORD(Keyword, Condition) \ in getTerminalNames() argument
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | ConfigCompileTests.cpp | 52 TEST_F(ConfigCompileTests, Condition) { in TEST_F() argument
|
| /llvm-project-15.0.7/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()
|