Home
last modified time | relevance | path

Searched defs:getCondition (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp347 syntax::Expression *syntax::StaticAssertDeclaration::getCondition() { in getCondition() function in syntax::StaticAssertDeclaration
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h407 llvm::StringRef getCondition() const { in getCondition() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h561 const Expr *getCondition() const { return Condition; } in getCondition() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp81 static Value *getCondition(Instruction *I) { in getCondition() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp371 Value *BranchInst::getCondition() const { in getCondition() function in llvm::sandboxir::BranchInst
1101 Value *SwitchInst::getCondition() const { in getCondition() function in llvm::sandboxir::SwitchInst
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h451 const Value *getCondition() const { return getOperand(0); } in getCondition() function
454 Value *getCondition() { return getOperand(0); } in getCondition() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp407 const Expr *getCondition(const Stmt *S) { in getCondition() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h745 Expr *getCondition() const { return cast_or_null<Expr>(Condition); } in getCondition() function
807 Expr *getCondition() const { return getStmtAs<Expr>(); } in getCondition() function
8855 Expr *getCondition() const { return getStmtAs<Expr>(); } in getCondition() function
8901 Expr *getCondition() const { return getStmtAs<Expr>(); } in getCondition() function