/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
|
/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()
|
/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | utilities.h | 21 check(bool Condition,const char * Message) check() argument
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | PThreadCondition.h | 24 pthread_cond_t *Condition() { return &m_condition; } in Condition() function
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | StaticAssertCheck.cpp | 64 auto Condition = in registerMatchers() local 86 const auto *Condition = Result.Nodes.getNodeAs<Expr>("condition"); in check() local
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | RedundantPreprocessorCheck.cpp | 22 std::string Condition; member 39 StringRef Condition = in If() local
|
/llvm-project/clang-tools-extra/clang-tidy/llvm/ |
H A D | PreferIsaOrDynCastInConditionalsCheck.cpp | 26 auto Condition = hasCondition(implicitCastExpr(has( in registerMatchers() local
|
/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 checkBranchCondition(const Stmt * Condition,CheckerContext & C) const checkBranchCondition() argument
|
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
|
/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCPredicates.h | 87 inline Predicate getPredicate(unsigned Condition, unsigned Hint) { in getPredicate()
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBSymbol.h | 57 #define DECLARE_PDB_SYMBOL_CUSTOM_TYPE(Condition) \ argument
|
/llvm-project/clang-tools-extra/pseudo/gen/ |
H A D | Main.cpp |
|
/llvm-project/clang/test/SemaCXX/ |
H A D | vector-size-conditional.cpp | 38 void Condition() { in Condition() function
|
H A D | ext-vector-type-conditional.cpp | 35 void Condition() { in Condition() function
|
/llvm-project/third-party/benchmark/src/ |
H A D | mutex.h | 69 typedef std::condition_variable Condition; typedef
|
/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrInfo.cpp | 564 SmallVectorImpl<MachineOperand> &Condition, in analyzeBranch() argument 660 insertBranch(MachineBasicBlock & MBB,MachineBasicBlock * TrueBlock,MachineBasicBlock * FalseBlock,ArrayRef<MachineOperand> Condition,const DebugLoc & DL,int * BytesAdded) const insertBranch() argument [all...] |
/llvm-project/llvm/lib/TableGen/ |
H A D | Error.cpp | 159 CheckAssert(SMLoc Loc,Init * Condition,Init * Message) CheckAssert() argument
|
/llvm-project/clang-tools-extra/pseudo/lib/grammar/ |
H A D | Grammar.cpp |
|
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMWinCOFFStreamer.cpp | 224 emitARMWinCFIEpilogStart(unsigned Condition) emitARMWinCFIEpilogStart() argument
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCWinEH.h | 61 unsigned Condition; member
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | report.cpp | 37 const char *Condition, u64 Value1, u64 Value2) { in reportCheckFailed()
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | ConfigCompileTests.cpp | 51 TEST_F(ConfigCompileTests, Condition) { in TEST_F() argument
|
/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() argument 1353 void handleParameterCheck(const CFGBlock *BB, const Expr *Condition, in handleParameterCheck() argument 1403 void handleConventionalCheck(const CFGBlock *BB, const Expr *Condition, in handleConventionalCheck() argument
|