Searched defs:getCondition (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DNodes.cpp347 syntax::Expression *syntax::StaticAssertDeclaration::getCondition() { function in class:syntax::StaticAssertDeclaration
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCalledOnceCheck.cpp409 const Expr *getCondition(const Stmt *S) { function
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp81 static Value *getCondition(Instruction *I) { function in namespace:__anon2940
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h570 const Expr *getCondition() const { return Condition; } function in class:clang::ento::SwitchNodeBuilder
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DASTTableGen.h406 llvm::StringRef getCondition() const { function in class:clang::tblgen::Property
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h1776 const Value *getCondition() const { return Op<0>(); } function in class:llvm::CallInst::SelectInst
1779 Value *getCondition() { return Op<0>(); } function in class:llvm::CallInst::SelectInst
3102 Value *getCondition() const { function in class:llvm::CallInst::BranchInst
3370 Value *getCondition() const { return getOperand(0); } function in class:llvm::CallInst::SwitchInst
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h498 Expr *getCondition() const { return cast_or_null<Expr>(Condition); } function in class:clang::OMPIfClause
572 Expr *getCondition() const { return cast_or_null<Expr>(Condition); } function in class:clang::OMPFinalClause
7704 Expr *getCondition() const { return cast_or_null<Expr>(Condition); } function in class:clang::final
7773 Expr *getCondition() const { return cast_or_null<Expr>(Condition); } function in class:clang::final

Completed in 299 milliseconds