Home
last modified time | relevance | path

Searched defs:Condition (Results 1 – 25 of 83) sorted by relevance

1234

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DGuardUtils.cpp23 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 DPredicateInfo.h94 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 Dutilities.h21 GWP_ASAN_ALWAYS_INLINE void Check(bool Condition, const char *Message) { in Check()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DPThreadCondition.h24 pthread_cond_t *Condition() { return &m_condition; } in Condition() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DStaticAssertCheck.cpp57 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 Dscudo_termination.cpp35 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 DRedundantPreprocessorCheck.cpp24 std::string Condition; member
41 StringRef Condition = in If() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/llvm/
H A DPreferIsaOrDynCastInConditionalsCheck.cpp27 auto Condition = hasCondition(implicitCastExpr(has( in registerMatchers() local
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DUndefBranchChecker.cpp61 void UndefBranchChecker::checkBranchCondition(const Stmt *Condition, in checkBranchCondition()
H A DTraversalChecker.cpp36 void TraversalDumper::checkBranchCondition(const Stmt *Condition, in checkBranchCondition()
H A DCheckerDocumentation.cpp127 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const {} in checkBranchCondition() argument
H A DTestAfterDivZeroChecker.cpp212 void TestAfterDivZeroChecker::checkBranchCondition(const Stmt *Condition, in checkBranchCondition()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCPredicates.h87 inline Predicate getPredicate(unsigned Condition, unsigned Hint) { in getPredicate()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbol.h57 #define DECLARE_PDB_SYMBOL_CUSTOM_TYPE(Condition) \ argument
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dext-vector-type-conditional.cpp35 void Condition() { in Condition() function
H A Dvector-size-conditional.cpp38 void Condition() { in Condition() function
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dmutex.h69 typedef std::condition_variable Condition; typedef
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCWinEH.h60 unsigned Condition; member
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DError.cpp159 void CheckAssert(SMLoc Loc, Init *Condition, Init *Message) { in CheckAssert()
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp563 SmallVectorImpl<MachineOperand> &Condition, in analyzeBranch()
659 ArrayRef<MachineOperand> Condition, in insertBranch()
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFStreamer.cpp223 void ARMTargetWinCOFFStreamer::emitARMWinCFIEpilogStart(unsigned Condition) { in emitARMWinCFIEpilogStart()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp41 const char *Condition, u64 Value1, u64 Value2) { in reportCheckFailed()
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/grammar/
H A DGrammar.cpp200 #define KEYWORD(Keyword, Condition) \ in getTerminalNames() argument
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DConfigCompileTests.cpp52 TEST_F(ConfigCompileTests, Condition) { in TEST_F() argument
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1337 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()

1234